/* CSS Document */

/*********************************************
*          Estilos Generales
**********************************************/

.main-content{
	background-color:#111;
}
body {
	background-color:#fff;
}

/************* Fin Generales *************/

/*********************************************
*          Estilos header
**********************************************/

.header_ns {
	background-size:cover;
}
.header_ns {
	background-image:url("../imgs/puntoquebrado/bg_header_pq.png");
	background-color:#111;
}
.col1 {
	color:#fff;
}
.col1 p {
	line-height:1.5em
}
/************* Fin header *************/

/*********************************************
*         estilos NS Seccion 3                  
**********************************************/

.ns {
    background-color: #111;
    background-image: url("../imgs/puntoquebrado/bg_manos_pq.png");
	background-repeat:no-repeat;
	color:#fff;
	min-height: 1000px;
    background-position-x: 150px;
}
.ns h2 {
	text-align:center;
	font-size:30px;
	margin-bottom: 50px;
}
.margin100b30t{
	margin-bottom:200px !important;
	margin-top:30px !important;
	font-size:50px !important;
	text-decoration:underline;
}
.miniaturas {
	width:100%;
}
.miniaturas img {
    width: 100%;
}
.mingrande{
	height:100% !important;
}
.lateral {
    height: 450px;
    background-size: cover;
}

.lateral img {
    height: 100%;
    /* top: -5px; */
}
.rss {
	margin-top:30px;
	margin-bottom:30px;
}

/*********************************************
*         Fin estilos NS Section 3             
**********************************************/


/*********************************************
*          Estilos Noticias
**********************************************/
.noticia {
    background-color: #fff;
    margin-left: 100px !important;
    margin-right: 100px !important;
    margin-bottom: 30px;
    min-height: 120px;
    border-radius: 10px;
    box-shadow: 0px -4px 5px 0px #000 inset;
    color: #000;
}
@media (min-width:1000px){
.noticia .col-md-3,
.noticia .col-md-9 {
    display: table;
    height: 120px;
}
.centrado {
    display: table-cell;
    vertical-align: middle;
}
}
@media (min-width:768px) and (max-width:999px){
	.noticia .col-md-3,
	.noticia .col-md-9 {
		display: table;
		height: 220px;
	}
	.centrado {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width:1000px){
	.noticia img.img-responsive.center-block {
		margin: 30px auto !important;
	}
	.centrado {
		min-height: auto !important;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
		display: block;
	}
	.noticia .col-md-3,
	.noticia .col-md-9 {
		height: auto;
	}
}
/************* Fin Noticias *************/




/*********************************************
*********************************************
*********************************************
*********************************************
************** E S T I L O S ****************
*********************************************
************** M O V I L E S ****************
*********************************************
*********************************************
*********************************************
********************************************/


@media (max-width:768px){
/*********************************************
*        Estilos Generales                
**********************************************/
.lateral img {
	width: 100% !important;
    height: auto !important;
}
.lateral {
	height:auto;
}
.noticia {
	margin-left:2px !important;
	margin-right:2px !important;
}
.margin100b30t {
	margin-bottom: 50px !important;
}
.lateral  {
	padding-right:15px !important;
}
	
/********* Fin Estilos Generales ************/
