@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* :::::: ESTILOS GENERALES inicio ::::::  */

/*fondos de bloques*/
.f-rojo{
	background-color:red;}
.fdoGrisC{
	background-color:#666;}
.fdoGrisA{
	background-color:#366;}

/*Alineaciones*/

/*Color texto*/

/*Texto*/

/*Vinculos*/

/*bordes*/
.punteado{
	border: 1px dotted #000000;
}

/* Menú Secundario Interiores*/
#menuV{
	width:90%;
	/*background-color:#FFFFFF;*/
	margin-left:5%;
	}
#menuV ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#menuV ul li{
	display:list-item;
border-bottom: 1px dotted #FFFFFF;
	}
#menuV ul li a{
	font-family: 'Josefin Sans';
	font-variant:small-caps;
	display:block;
	padding:15px;
	color:#036;
	text-decoration:none;	
	}
#menuV ul li a:hover{
	background-color:#666666;
	color:#FFFFFF;
	}
/*MENU opciones eventos*/
#eventOpciones{}
#eventOpciones ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#eventOpciones ul li a:hover{
	background-color:#000;
}
/**/

a.TxtbtnLab{
	color:#000000;
	text-decoration:none;
	margin:auto;
	padding:50px;
	}
a.TxtbtnLab:hover{
	color:#ffffff;
	text-decoration:none;
	}

/*Estilos pag Eventos*/

a.Subir:link{
font-family: 'Josefin Sans', cursive;
	font-size:1em;
	line-height:1em;
	color:#293243;
	font-weight:normal;
	font-variant: small-caps;
	}
a.Subir:hover{
font-family: 'Josefin Sans', cursive;
	font-size:1em;
	line-height:1em;
	color:#666666;
	font-weight:normal;
	font-variant: small-caps;
	}

a.titEvento{
	font-family: 'Poiret One', cursive;
	font-size:1.2em;
	line-height:1.3em;
	color:#906b1b;
	font-weight:bold;
	}
.tipoEvento{
	font-family: 'Josefin Sans';
	font-size:1.1em;
	line-height:1.1em;
	color: #b6b6b6;
}
.datosEvento{
	font-family: 'Josefin Sans';
	font-size:1.0em;
	line-height:1.0em;
	color: #000000;
}
.opcionesEvento{
	font-family: 'Josefin Sans';
	font-size:16px;
	color: #000000;
	text-transform:uppercase;
	}
/*Estilos pag Directores en historia.php   INICIA*/
.tituloDirectores{
	font-family: 'Poiret One', cursive;
	font-size:2.5em;
	margin-bottom:1.9em;
	color: #ffffff;
	}
.txtDirectores{
	font-family: 'Josefin Sans';
	line-height: 25px;
	font-size:18px;
	color: #303030;
}
.DirectoresName{
font-family: 'Poiret One', cursive;
font-size:1.6em;
 line-height:1.4em;
	font-weight: bold;
	color: #303030;
}
a.ligDirectores:link {
	font-family: 'Josefin Sans';
	line-height: 25px;
	font-size:18px;
	text-decoration: underline;
		color: #fde3cc;
	
}
a.ligDirectores:hover{
	font-family: 'Josefin Sans';
	line-height: 25px;
	font-size:18px;
	text-decoration: underline;
		color: #fde3cc;
	
}
a.ligDirectores:visited {
	font-family: 'Josefin Sans';
	line-height: 25px;
	font-size:18px;
	text-decoration: underline;
		color: #fde3cc;
}


		/*fondos de Año o periódo de dirección*/
	.fdoAnioDirM{
		background-image: url("../../images/instituto/historia/a-fdo-morado.png");
	}
	.fdoAnioDirA{
		background-image: url("../../images/instituto/historia/a-fdo-amarillo.png");
	}
	.fdoAnioDirR{
		background-image: url("../../images/instituto/historia/a-fdo-rojo.png");
	}
	.fdoAnioDirV{
		background-image: url("../../images/instituto/historia/a-fdo-verde.png");
	}	
.fdoAnioDirN{
		background-image: url("../../images/instituto/historia/a-fdo-naranja.png");
	}	
	.fdoM{
		background-image: url("../../images/instituto/historia/f-morado.png");
		background-repeat: repeat-x;
	}
		.fdoA{
		background-image: url("../../images/instituto/historia/f-amarillo.png");
		background-repeat: repeat-x;
	}
		.fdoR{
		background-image: url("../../images/instituto/historia/f-rojo.png");
		background-repeat: repeat-x;
	}
		.fdoV{
		background-image: url("../../images/instituto/historia/f-verde.png");
		background-repeat: repeat-x;
	}
		.fdoN{
		background-image: url("../../images/instituto/historia/f-naranja.png");
		background-repeat: repeat-x;
	}
/*Estilos pag Directores en historia.php   TERMINA*/

/* :::::: ESTILOS GENERALES fin ::::::  */


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* :::::::::: I N T E R I O R E S   inicia ::::::::::*/	
/*Agenda Academica*/
.contenidoCentrado, .TitcontenidoCentrado{
	width: 96%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 0;
	text-align:center;
    background-color: #ffffff;
	overflow:hidden;
}
.agenda_evento{
	width: 96%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 0;
	text-align:left;
    background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	overflow:hidden;
	}
.imgEvento{
	width:30%;
	margin:0 2% 0 0;
	float:left;
	}
.txtEvento{
	width:68%;
	margin:0 0 0 0;
	float:left;
	}
#eventOpciones ul li{
	display:list-item;
	border-bottom: 1px dotted #FFFFFF;

}
#eventOpciones ul li a{
	display:block;
	font-family: 'Josefin Sans';
	font-size:14px;
	text-transform:uppercase;
	padding:10px 30px;
	color:#ffffff;
	text-decoration:none;
	background-color:#036;

}

.age-enlaceNav{
	display:inline-block;
	background-color:#036;
	color:#FFFFFF;
	padding:10px 30px;
	text-decoration:none;
	margin:0;
	}
.age-enlaceNav:hover{
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}
.nav{
	background-color:#FFFFFF;
	}

/*Laboratorios*/
.bloqueLabLogo, .bloqueLabTxt{
	width: 210px;
	float:left;
	text-align:center;
	margin:1px;
    background-color: #ffffff;
/*    border-radius: 6px; */
    border: 1px solid #999999;
	display:block;
}
.bloqueLabLogo{
	height:210px;
	padding: 5px;
	}

.bloqueLabTxt{
	height:170px;
    padding: 50px 5px 0 5px;
	font-family: 'Josefin Sans';
	font-variant:small-caps;
	color:#000000;

}
/*DIRECTORES - historia*/
	#infoDirectores{
		width: 100%;
	padding:0 1% 2% 0;
		    border-radius: 6px; 
	margin:0 0 0 0;
	text-align:center;
    background-color: #303030;
	overflow:hidden;
		
	}
	.bloqueDir1, .bloqueDir2, .bloqueDir3, .bloqueDir4{
	width: 90%;
	height: auto;
	overflow:hidden;
	clear: both;
	margin:0 4% 0 4%;
	padding: 0;
    border-radius: 6px; 
    border: 0.5px solid #ffffff;
		border-collapse: collapse;
	}
.bloqueDir1{
	background-color: #141125;
	color: #fdd4ad;
	}
.bloqueDir2{
	background-color: #3a4024;	
	color: #fdd4ad;
	}
	.bloqueDir3{
	background-color: #fdd4ad;	
	color: #141125;
	}
	.bloqueDir4{
	background-color: #4a1818;	
	color: #fdd4ad;
	}
	.anioDir{
	width: 100%;
	height: 168px;
	float:none;
	text-align:center;
	display:block;
	padding: 0;
		clear: both;
		}	
.anioDir img{
display:block;
margin:auto;	}
	/*fondos de Año o periódo de dirección*/
	.fdoAnioDirM{
		background-image: url("../../images/instituto/historia/a-fdo-morado.png");
	}
	.fotoDir{
	width:100%;
	height: 250px;
	overflow: hidden;
	float: none;
	text-align:center;
	display:block;
	}
	.fotoDir img{
		display:block;
		margin: 50px auto 0px auto;
		width: 200px;
		height: 200px;
	}
	.nombreDir{
	width: 100%;
	height: 280px;
	float:none;
	text-align:center;
   /* border-radius: 6px;
    border: 1px solid red; */
	display:block;
	padding-top: 20px;

	}

	.fdoM{
		background-image: url("../../images/instituto/historia/f-morado.png");
		background-repeat: repeat-x;
	}


/* :::::::::: I N T E R I O R E S   termina ::::::::::*/	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right:0;
	clear: none;
	float: none;
	margin-left: auto;
}

.hide_tablet {
display: none;
}
.hide_mobile {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

/* :::::::::: I N T E R I O R E S   inicia ::::::::::*/	

/*Agenda Academica*/
.contenidoCentrado, .TitcontenidoCentrado{
	width: 94%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 2%;
	text-align:center;
    background-color: #ffffff;
	overflow:hidden;
}
.agenda_evento{
	width: 96%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 0;
	text-align:left;
    background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	overflow:hidden;
	}
.imgEvento{
	width:30%;
	margin:0 2% 0 0;
	float:left;
	}
.txtEvento{
	width:68%;
	margin:0 0 0 0;
	float:left;
	}
#eventOpciones ul li{
	display:inline-block;
	border-bottom: 0px dotted #FFFFFF;

}
#eventOpciones ul li a{
	display:block;
	font-family: 'Josefin Sans';
	font-size:12px;
	text-transform:uppercase;
	padding:10px 9px;
	margin:0;
	color:#ffffff;
	text-decoration:none;
	background-color:#036;
}

.age-enlaceNav{
	display:inline-block;
	background-color:#036;
	color:#FFFFFF;
	padding:10px 30px;
	text-decoration:none;
	margin:0;
	}
.age-enlaceNav:hover{
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}
.nav{
	background-color:#FFFFFF;
	}
/*Laboratorios*/
.bloqueLabLogo, .bloqueLabTxt{
	width: 210px;
	float:left;
	text-align:center;
	margin:1px;
    background-color: #ffffff;
/*    border-radius: 6px; */
    border: 1px solid #999999;
	display:block;
}
.bloqueLabLogo{
	height:210px;
	padding: 5px;
	}

.bloqueLabTxt{
	height:170px;
    padding: 50px 5px 0 5px;
	font-family: 'Josefin Sans';
	font-variant:small-caps;
	color:#000000;

}
/*DIRECTORES - historia*/
	#infoDirectores{
		width: 100%;
		    border-radius: 6px; 
	padding:2% 2% 2% 2%;
	margin:0 0 0 0;
	text-align:center;
    background-color: #303030;
	overflow:hidden;
		
	}
	.bloqueDir1, .bloqueDir2, .bloqueDir3, .bloqueDir4{
	width: 94%;
	height: auto;
	overflow:hidden;
	clear: both;
	margin:0 0 0 2%;
	padding: 0;
    border-radius: 6px; 
    border: 0.5px solid #ffffff;
		border-collapse: collapse;
	}
	.bloqueDir1{
	background-color: #141125;
	color: #fdd4ad;
	}
	.bloqueDir1 a{
	color: #fdd4ad;	
	}
	.bloqueDir2{
	background-color: #3a4024;	
	color: #fdd4ad;
	}
	.bloqueDir2 a{
	color: #fdd4ad;
	}
	.bloqueDir3{
	background-color: #fdd4ad;	
	color: #141125;
	}
	.bloqueDir3 a{
	color: #141125;
	}
	.bloqueDir4{
	color: #fdd4ad;
	background-color: #4a1818;	
	}
	.bloqueDir4 a{
	color: #fdd4ad;
	}
	.anioDir{
	width: 100%;
	height: 168px;
	float:none;
	text-align:center;
	display:block;
	padding: 0;
		clear: both;
	}
.anioDir img{
display:block;
margin:auto;	}
	/*fondos de Año o periódo de dirección*/
	.fdoAnioDirM{
		background-image: url("../../images/instituto/historia/a-fdo-morado.png");
	}
	.fotoDir{
	width: 50%;
	height: 300px;
	overflow: hidden;
	float:left;
	text-align:center;
	display:block;
	}
		.fotoDir img{
		display:block;
		margin: 50px auto 0px auto;
		width: 250px;
		height: 250px;
	}
	.nombreDir{
	width: 33%;
	height: 280px;
	float:left;
	text-align:left;
   /* border-radius: 6px; 
    border: 1px solid #999999;*/
	display:block;
	padding-top: 20px;

	}
	.fdoM{
		background-image: url("../../images/instituto/historia/f-morado.png");
		background-repeat: repeat-x;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1600px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.hide_mobile {
display: block;
}
/* :::::::::: I N T E R I O R E S   inicia ::::::::::*/

/*Agenda Academica*/
.contenidoCentrado, .TitcontenidoCentrado{
	width: 56%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 20%;
	text-align:center;
    background-color: #ffffff;
	overflow:hidden;
}
.contenidoInt100{
	width: 98%;
	padding:0% 1% 0% 1%;
	margin:0 0 0 0;
	text-align:right;
    background-color: #ffffff;
	overflow:hidden;
}	
.agenda_evento{
	width: 96%;
	padding:2% 2% 2% 2%;
	margin:0 0 0 0;
	text-align:left;
    background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	overflow:hidden;
	}
.imgEvento{
	width:30%;
	margin:0 2% 0 0;
	float:left;
	}
.txtEvento{
	width:68%;
	margin:0 0 0 0;
	float:left;
	}
#eventOpciones ul li{
	display:inline-block;
	border-bottom: 0px dotted #FFFFFF;
}
#eventOpciones ul li a{
	display:block;
	font-family: 'Josefin Sans';
	font-size:14px;
	text-transform:uppercase;
	padding:10px 30px;
	color:#ffffff;
	text-decoration:none;
	background-color:#036;
}

.age-enlaceNav{
	display:inline-block;
	background-color:#036;
	color:#FFFFFF;
	padding:5px 30px;
	text-decoration:none;
	margin:0;
	}
.age-enlaceNav:hover{
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}
.nav{
	background-color:#FFFFFF;
	}	
/*Laboratorios*/
.bloqueLabLogo, .bloqueLabTxt{
	width: 210px;
	float:left;
	text-align:center;
	margin:1px;
    background-color: #ffffff;
/*    border-radius: 6px; */
    border: 1px solid #999999;
	display:block;
}
.bloqueLabLogo{
	height:210px;
	padding: 5px;
	}

.bloqueLabTxt{
	height:170px;
    padding: 50px 5px 0 5px;
	font-family: 'Josefin Sans';
	font-variant:small-caps;
	color:#000000;
}
/*DIRECTORES - historia*/
	#infoDirectores{
		width: 100%;
		    border-radius: 6px; 
	padding:2% 2% 2% 2%;
	margin:0 0 0 9%;
	text-align:center;
    background-color: #303030;
	overflow:hidden;
		
	}
	.anioDir{
	width: 100%;
	height: 168px;
	float:none;
	text-align:center;
	display:block;
	padding: 0;
		clear: both;
	}
.anioDir img{
display:block;
margin:auto;	}

	.fotoDir{
	width: 50%;
	height: 300px;
	float:left;
	text-align:center;
	display:block;
		padding: 0px;
	}
	.fotoDir img{
		display:block;
		margin: 50px auto 0px auto;
		width: 250px;
		height: 250px;

	}
	.nombreDir{
	width: 50%;
	height: 250px;
	float:left;
	text-align:left;
		padding-top: 50px;
	display:block;
			}
	.fdoM{
		background-image: url("../../images/instituto/historia/f-morado.png");
		background-repeat: repeat-x;
	}


/* :::::::::: I N T E R I O R E S   termina ::::::::::*/	
}