@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;*/
	}
	
#container {
	max-width: 1200px;
	margin: 0 auto;
	}
	
#content {
	margin:10px 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:#c71616;
font-style:italic;
text-align:left;}

h2 {font-family: 'Open Sans', sans-serif;
/*font-size:40px;*/
font-size:2.5em;
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: 114px;
	width: 405px;
	margin-left: 22px;
/*	margin-left: 5em;*/
		}

 



@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%;
		}
				
}


@media handheld, only screen and (max-width: 570px) {
	
.logotipo {
	
	background-image: url("../img/logo_expo-responsivo-1.png");
	min-height: 106px;
	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: 88px;
			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: 70px;
			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: 70px;
			width: 255px;
			margin-left: 5em;

		}



	}




