@charset "UTF-8";
/* Body */
body {
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto Slab', serif;
	background-color: #FFFFFF;
	margin: 0;
	overflow-x: hidden;
}

/* Header 
header {
	width: 100%;
	height: 8%;
	background-color: #5D5E5D;
	border-bottom: 1px solid #353635;
}*/


footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}


.espacio {
	height:150px; 
	/* background-color:#C00; */
	border:none;
	}


.img_cartel_encabezado {
	width: 100%;
	height: auto;
	max-width: 1156px;
	max-height: 94px;
/*	min-width: 38px;
	min-height: 43px;	*/
}

.img_cartel_titulo {
	width: 100%;
	height: auto;
	max-width: 1024px;
	max-height: 200px;
/*	min-width: 38px;
	min-height: 43px;	*/
}

/* Mobile */
@media (max-width: 320px) {
	.espacio {
	height:100px; 
	/* background-color:#C00; */
	border:none; }
	

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
	.espacio {
	height:100px;
/*	background-color:#C00; */
	border:none;}


}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.espacio {
height:140px; 
/* background-color:#C00; */
border:none;}
	
}



/* ************************************************************************************** */



	




