@charset "utf-8";
/* Author: Danny Yataco */

header,nav,section,aside,article,figure,footer{
	display:block;
}

body{
	margin:0;
	background:url(../imagenes/cubitos.jpg);
}

#contenedor{
	width:920px;
	margin:0 auto;
	padding:0;
}

#cabecera{
	width:820px;
	height:150px;
	margin:0 auto;
}

#logo-ana{
	width:200px;
	height:120px;
	background:url(../imagenes/mq.png);
	margin:0 auto;
	display:block;
	text-indent:-8000px;
	padding:0;
}

#banner{
	width:911px;
	height:401px;
	padding:9px 0 0 9px;
	margin:0 auto;
	display:block;
	background:#787878;
	box-shadow:#000000 0px 0px 30px;
	-o-box-shadow:#000000 0px 0px 30px;
	-moz-box-shadow:#000000 0px 0px 30px;
	-ms-box-shadow:#000000 0px 0px 30px;
	-webkit-box-shadow:#000000 0px 0px 30px;
}

#fotos-banner{
	width:902px;
	height:392px;
	display:block;
	padding:0;
	
}

#lasombra{
	width:920px;
	height:53px;
	margin:0 auto;
	display:block;
}

#loslogos{
	width:754px;
	height:57px;
	margin:0 auto;
	margin-bottom:40px;
	padding:0;
	display:block;
}

#ingresar{
	width:166px;
	height:54px;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}

#ingresar ul{
	margin:0;
	padding:0;
	list-style:none;
}

#ingresar li a{
	width:166px;
	height:54px;
	text-indent:-8000px;
	display:block;
	background:url(../imagenes/ingresar.png);
}

#ingresar li a:hover{
	background-position:-166px;
}

#pie-index{
	width:810px;
	height:75px;
	margin:0 auto;
	background:url(../imagenes/pie-index.png) repeat-y;
	display:block;
	padding-top:15px;
	text-align:center;
}

@media only screen and (max-width: 800px){
	
#contenedor{
	width:720px;
}

#cabecera{
	width:720px;
}

#pie-index{
	width:100%;
	background:url(../imagenes/pie-index-2.png);
}

#lasombra{
	width:720px;
}

#loslogos{
	width:600px;
	height:57px;
	margin-bottom:20px;
}

#banner{
	width:720px;
	height:319px;
	padding:7px 0 0 7px;
	margin:0 auto;
	display:block;
	box-shadow:none;
}

#fotos-banner{
	width:710px;
	height:309px;
	display:block;
	padding:0;
}

}

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

#contenedor{
	width:700px;
}

#cabecera{
	width:700px;
}

#lasombra{
	width:700px;
}

#banner{
	width:680px;
	height:297px;
	padding:7px 0 0 7px;
}

#fotos-banner{
	width:670px;
	height:293px;
	display:block;
	padding:0;
}

}

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

#contenedor{
	width:580px;
}

#cabecera{
	width:580px;
}

#lasombra{
	width:580px;
}

#loslogos{
	width:540px;
	height:51px;
	margin-bottom:20px;
}

#banner{
	width:542px;
	height:240px;
	padding:7px 0 0 7px;
}

#fotos-banner{
	width:534px;
	height:234px;
	display:block;
	padding:0;
}

}

@media only screen and (max-width: 480px){
	
#contenedor{
	width:440px;
}

#cabecera{
	width:440px;
}

#lasombra{
	width:440px;
}

#loslogos{
	width:440px;
	height:42px;
	margin-bottom:20px;
}

#banner{
	width:438px;
	height:196px;
	padding:7px 0 0 7px;
}

#fotos-banner{
	width:430px;
	height:188px;
	display:block;
	padding:0;
}

}

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

#contenedor{
	width:380px;
}

#cabecera{
	width:380px;
}

#lasombra{
	width:380px;
}

#loslogos{
	width:368px;
	height:35px;
	margin-bottom:20px;
}

#banner{
	width:370px;
	height:166px;
	padding:7px 0 0 7px;
}

#fotos-banner{
	width:364px;
	height:159px;
	display:block;
	padding:0;
}
	
}