@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:'Open Sans', sans-serif; font-weight: 500;
	color: #494a50;
	text-align:center;
	background-image:url(../img/inside/bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

#head {
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_introduccion.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	text-align:left;
}
	
#head.creditos{
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_creditos.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	/*text-align:left;*/
}

#head.lente{
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_i-lente.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	/*text-align:left;*/
}

#head.recetas{
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_ii-recetas.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	/*text-align:left;*/
}

#head.evidencias{
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_iii-evidencias.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	/*text-align:left;*/
}

#head.legales {
	height:657px;
	/*padding:1%;*/
	padding: 1em;
	background-image:url(../img/inside/bg_legales.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	/*background-color:#111;*/
	text-align:left;
}
	
#container {
	max-width: 1200px;
	margin: 0 auto;
}
	
#content {
	margin:40px 7.5%;
	width:85%;
	text-align:justify;
}
	
#footer {
	background-color:#333333;
	margin:40px 0px 0px 0px;
	padding-bottom:40px;
	color:#f0f0f0;
}
	
h1 {
	font-family: 'Open Sans', sans-serif;
	/*font-size:45px;*/
	font-size: 2.8em;
	font-weight:400;
	color:#022f66;
	font-style:italic;
	text-align:left;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	/*font-size:40px;*/
	font-size:2em;
	font-weight:400;
	font-style:italic;
	text-align:left;
}

a {
	color:#D6CEC5;
	text-decoration:none;
}
	
a:hover {
	color:#666;
}

/*LOGOTIPOS DE LA EXPOSICIÓN	*/
#logos {
	width: 197px;
	float: right;
}	
	
.logo_unam {
	background-image:url(img/logo_unam.png);
	background-repeat: no-repeat;
	display:block;
	float: left;
	width:115px;
	height:99px;
}
				
.logo_iie {
	background-image:url(img/logo_iie.png);
	background-repeat: no-repeat;
	display:block;
	float: left;
	width:73px;
	height:99px;
}

.logotipo {
	background-image: url("../img/logo_expo.png");
	background-repeat: no-repeat;
	display: block;
	min-height: 70px;
	width: 405px;
	margin-left: 22px;
	/*margin-left: 5em;*/
}


a.enlace-textos {
	color: #000000;
}

a:hover.enlace-textos {
	color:#022f66;
	text-decoration: underline;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 50% !important;
}

ul {
	padding: 0;
        margin-left: 20px;
        line-height: 1.5;
}

ul li {
 	margin-bottom: 5px;
}


@media handheld, only screen and (max-width: 1327px) {
	
	.logotipo {
		margin-left: 90px;
	}
	
}
							
@media handheld, only screen and (max-width: 752px) {
	
	#head {
		width:100%;
		text-align:center;
		clear:both;
		/*padding:1% 0;*/
	}
	
	#logos {
		display:none;
	}

	#content {
		margin:7.5%;
		width:85%;
		text-align: left;
	}

	#footer {
		padding:7.5%;
	}

	iframe {
    	aspect-ratio: 16 / 9;
    	width: 100% !important;
	}
}

@media handheld, only screen and (max-width: 570px) {
	
	.logotipo {
		background-image: url("../img/logo_expo-responsivo-1.png");
		min-height: 50px;
		width: 305px;
		margin-left: 5em;
	}

}

@media handheld, only screen and (max-width: 400px) {

	.logotipo {
			
		background-image: url("../img/logo_expo-responsivo-2.png");
		background-repeat: no-repeat;
		display: block;
		min-height: 42px;
		width: 255px;
		margin-left: 5em;
	}

}

@media handheld, only screen and (max-width: 250px) {

	.logotipo {
		background-image: url("../img/logo_expo-responsivo-3.png");
		background-repeat: no-repeat;
		display: block;
		min-height: 32px;
		width: 205px;
		margin-left: 3em;
	}

}

@media handheld, only screen and (max-height: 700px) {

	.logotipo {
		background-image: url("../img/logo_expo-responsivo-2.png");
		background-repeat: no-repeat;
		display: block;
		min-height: 42px;
		width: 255px;
		margin-left: 5em;

	}

}
