@charset "UTF-8";
/* general para caja*/

/**************************************************************************************************************************/					
.caja_uno{		
						width:100%;
						height:8em;
						background: #141E30;  /* fallback for old browsers */
						background: -webkit-linear-gradient(to bottom, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
						background: linear-gradient(to bottom, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
						padding: 2em 0em 0em 0em;
}


.texto_aforo{	
			font-family:"Trebuchet MS";
			font-size: 3em;
			text-align:left;
			color:#dd1818;
			margin: 1em 0em 0em 2em;
			background:none; /*#F9E79F;*/
			border:none;
	}




.caja_dos{		
						width:60%;
						height:5em;
					/*	background:#FFFFFF;*/
						margin: 2em auto 2em auto;
					/*	background:#F2F4F4         ;*/
} 


.caja_tres{		
						width:60%;
						height:auto;
						/*background:#FFFFFF;*/
						margin: 2em auto 2em auto;
						padding: 2em 2.6em 2em 2.6em;
				/*		background:#F6a4F4         ;*/
} 



.letra{	
			font-family:"Trebuchet MS";
			font-size: 1.6em;
			text-align:left;
			color:#000080;
			margin: 1em 0em 0em 0em;
			background:none; /*#F9E79F;*/
			border:none;
	}


.email{	
			font-family:"Trebuchet MS";
			font-size: 1.6em;
			text-align:left;
			color:#dd1818;
			margin: 1em 0em 0em 0em;
			background:none; /*#F9E79F;*/
			border:none;
	}



.logotaquilla81{
/*
						width:94%;
						height:20em;
	
	*/
}


.caja_pie01{		
						width:100%;
						height:3em;
						background: #F0F2F0;  /* fallback for old browsers */
	 					margin: 0.2em 0em 0em 0em;
	 					padding: 0.5em 0em 0em 0em;
	 					
}



.caja_pie02{		
						width:100%;
						height:10em;
						background: #F0F2F0;  /* fallback for old browsers */
						background: -webkit-linear-gradient(to bottom, #000C40, #F0F2F0);  /* Chrome 10-25, Safari 5.1-6 */
						background: linear-gradient(to bottom, #000C40, #F0F2F0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	 					margin: 0.2em 0em 0em 0em;
	 					padding: 0.5em 0em 0.5em 0em;
	 					
}





.creado_por{	
			font-family:"Trebuchet MS";
			font-size: 1.2em;
			text-align:right;
			color:#000c40;
			margin: 1em 10em 0em 2em;
			background:none; /*#F9E79F;*/
			border:none;
	}



.logo_icaa{

						width:28em;
						height:8em;
						float:left;
						margin: 0em 0em 0em 1em;
}

.logo_icic{

						width:28em;
						height:8em;
						float:left;
						margin: 0em 1em 0em 0em;
}


.logo-nav-container{		
			display: flex;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap; /*si no cabe que flote abajo*/
	
	
}


