

@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */
header, nav, section, article, aside, figure, footer{
	display:block;
}
*{
	box-sizing:border-box;
}
.limpiar{
	clear:both;
}
a img{
	border:none;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;	
}
a:hover {
	text-decoration: none;
	color: #000;	
}
a:active {
	text-decoration: none;
	color: #000;	
}

li{
	list-style:none;	
}

body{
	background:#134E9C;
	margin:0px;
	padding:0px;
	font-family:Rambla;
	box-sizing:border-box;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:6px;
}

/***    MAQUETACION           ****/

@-webkit-keyframes cintainformativa
{
	from{
		margin-left:100%;
	}
	to{
		margin-left:-100%;	
	}
}

@-moz-keyframes cintainformativa
{
	from{
		margin-left:100%;
	}
	to{
		margin-left:-100%;	
	}
}

.separador{
	border-bottom:1px solid #F3F3F3;
}


.firma{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	box-sizing:border-box;
	font-size:12px;	
}

#boton_menu{
	display:none;	
}

#menu_horizontal{
	float:right; 
	width:100%; 
	height:auto; 
	margin-top:-20px; 
	background:;
}

#cuerpo_contenido{
	-webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	
	float:left; 
	background:#FFF; 
	padding:30px 30px 0px 30px; 
	box-sizing:border-box;
	width:100%; 
	height:auto; 
	margin-top: 30px;
	margin-bottom:40px;
}

#foto{
	position: absolute;
	width:400px; 
	top: 50px;
	left: 50%;
	margin-left: -200px;;

	padding-top:10px;
	text-align:center; 
	z-index: inherit;
}

.foto_perfil{
	border-radius			: 50% 50% 50% 50%;
	-moz-border-radius		: 50% 50% 50% 50%;
	-webkit-border-radius	: 50% 50% 50% 50%;
	width:100%;
	height:auto;
	
	
	box-sizing:border-box;
	border:0px solid #FFCC01 !important;
/*    transition: .8s ease all;	*/

}

.foto_perfil_chico{
	border-radius			: 50% 50% 50% 50%;
	-moz-border-radius		: 50% 50% 50% 50%;
	-webkit-border-radius	: 50% 50% 50% 50%;
	width:105px;
	height:auto;
	
	box-sizing:border-box;
	border:0px solid #FAC72E !important;
/*    transition: .8s ease all;	*/
	
}


#foto_chico{
	float:left;
	width:130px; 
	padding-top:5px;
	padding-left:10px;
	text-align:center; 
	height:auto; 
	box-sizing:border-box;
}

#info{
	margin:0 auto; 
	width:100%; 
	box-sizing:border-box; 
	height:auto; 
	margin-top:400px; 
	text-align:center;
}

.redondeado{
	border-radius			: 50% 50% 50% 50%;
	-moz-border-radius		: 50% 50% 50% 50%;
	-webkit-border-radius	: 50% 50% 50% 50%;
	
}


.info_derecha{
	float:left !important;
	margin-top:0px !important;
	width:calc(100% - 140px) !important;
	box-sizing:border-box !important;
	padding:25px 0px 10px 30px;
	
	text-align:left;
	box-sizing:border-box;
	
}


.estrecho{
	margin:0 auto; 
	height:auto;
	width:500px;
}

.mitad{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;

}


#fondo{
	position:fixed;
	width:100%; 
	z-index:-1; 
	height:auto;
	left:0px;
    transition: .3s ease all;		
}




#contenedor{
	float:left;
	width:100%;
	height:100vh;
	background:;
	padding:0px;
	
}

#cabecera{
	float:left;
	width:100%;
	margin-bottom:10px;
	background:;	
/*    transition: .3s ease all;		*/
}


#cabecera_chico{

	border-radius			:	0px 0px 5px 5px;
	-moz-border-radius		:	0px 0px 5px 5px;
	-webkit-border-radius	:	0px 0px 5px 5px;		

	-webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.75);
	
		
	display:none;
	position:fixed;
	width:100%;
	left:0px;
	height:115px !important;
	margin-bottom:30px;
	z-index:1000;	
	/*background:#134E9C;*/
/*    transition: .3s ease all;		*/
}



#cabecera_dentro{
	margin:0 auto; 
	width:750px;
}

#cabecera_dentro_chico{
	margin:0 auto; 
	width:950px;
}

.borde_chico{
	border-radius			:	5px 5px 5px 5px;
	-moz-border-radius		:	5px 5px 5px 5px;
	-webkit-border-radius	:	5px 5px 5px 5px;		
}



.borde{
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;		
	
	float:left;
	width:100%;
	height:auto;
	padding:20px;
	border:0px solid #CCC;
	box-sizing:border-box;
}


.solo_borde_chico{
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;		
	
}

.solo_borde{
	border-radius			:	20px 20px 20px 20px;
	-moz-border-radius		:	20px 20px 20px 20px;
	-webkit-border-radius	:	20px 20px 20px 20px;		
	
}

.borde_grande{
	border-radius			:	20px 20px 20px 20px;
	-moz-border-radius		:	20px 20px 20px 20px;
	-webkit-border-radius	:	20px 20px 20px 20px;		
	
	float:left;
	width:100%;
	height:auto;
	padding:20px;
	border:0px solid #CCC;
	box-sizing:border-box;
}

.borde_inferior{
	border-radius			:	0px 0px 10px 10px;
	-moz-border-radius		:	0px 0px 10px 10px;
	-webkit-border-radius	:	0px 0px 10px 10px;		
	
}


#cuerpo{
	box-sizing:border-box;
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	margin-bottom:10px;
	background-color:;
	
}

#cuerpo_dentro{
	box-sizing:border-box;
	margin:0 auto;
	width:70%;
	max-width:950px;
	height:auto;
	padding:0px 0px 0px 0px;
	background:;
}


.contenido{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	background:;
	padding-bottom:15px;
	margin-bottom:0px;
}

.full{
	/*background:#F4F4F4; */
	margin-left:-30px; 
	width:calc(100% + 60px); 
	border:0px;
}

.fondo_gris_oscuro{
	background-color:#565656;
}

.fondo_gris_claro{
	background-color:#ECECEC ;
}
@media only screen and (max-width:1800px){

}

@media only screen and (max-width:1600px){

	#cabecera_dentro{
		background:;
	}

	
}

@media only screen and (max-width:1400px){

	
}


/******************************************/
/***    DISEÑO PARA TABLETAS  HORIZONTAL   ****/
/******************************************/
@media only screen and (max-width:1024px){

	body{
		margin:0px;
	}
	
	#cabecera_chico{
		margin:0 auto;
		width:100% !important;	
	}

	#cabecera_dentro_chico{
		margin:0 auto; 
		width:100% !important;
	}
	
		
	

/***    MAQUETACION           ****/



}


@media only screen and (max-width:900px){
	

	.contenido{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	#boton_menu{
		display:block;	
	}

	#foto_chico{
		float:left;
		width:75px; 
		padding-top:5px;
		padding-left:5px;
		text-align:center; 
		height:auto; 
		box-sizing:border-box;
	}

	.foto_perfil_chico{
		width:75px;
		height:auto;
		
		
	}

	
	.info_derecha{
		width:calc(100% - 110px) !important;
		box-sizing:border-box !important;
		padding:0px 10px 0px 15px;
		background:;

	}

	#info{
		margin-top:300px; 
		
	}

	#cabecera{
		background:;
	}
	

	#cabecera_chico{
		height:85px !important;
		margin-bottom:30px;
		background:;
	}


	
	
	#cabecera_dentro{
		width:100% !important;
		background:; /*gris*/
		padding:10px;
		box-sizing:border-box;
	}

	
	#cuerpo_contenido{	

		-webkit-box-shadow	: none;
		-moz-box-shadow		: none;
		box-shadow			: none;
	
		padding:20px 0px 0px 0px; 
		margin-top: 10px;
		margin-bottom:110px;
		box-sizing:border-box;
	}
	

	
	#cuerpo_dentro{
		width:100%;
		max-width:none;
		padding:0px 0px 0px 0px;
		box-sizing:border-box;
	}



	#foto{
		top:20px;
		width:100%; 
		left: 0px;
		margin-left: inherit;
		background-color:;
		
	}

	.foto_perfil{
		width:250px;
		box-sizing:border-box;
		border:5px solid #FFF;
		transition: .8s ease all;	
		background:;
	}


	.estrecho{
		margin:0 auto; 
		width:100%;
	}

	.full{
		margin-left:0px; 
		width:100% !important;
		border:0px;
	}

	.borde{
		padding:10px;	
	}
	


	.firma{
		float:left;
		width:100%;
		height:auto;
		text-align:center;
		box-sizing:border-box;
		font-size:12px;	
		margin-bottom:20px;
	}
	

}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:768px){




	
}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){


		
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){

	body{
		margin:0%;
	}	
	


}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	

}