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

*{padding:0px; margin:0px;}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contenido{
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header{
	background-color: #FFFFFF;
	height: 74px;
	padding: 0px;
}

#rayones{
	float: right;	
}

#fondo_menu{
	background-image: url(../images/fondo_menu.jpg);
	height: 34px;
	background-repeat: no-repeat;
	position: relative;
}

#fondo_menu a:link, #fondo_menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#fondo_menu a:hover, #fondo_menu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #e2e6b3;
	display: block;
	text-decoration: none;
}

#fondo_menu ul{
	display: inline;
	position: absolute;
	list-style-type: none;
	width: 800px;
	top: 5px;
	right: 88px;
}

#fondo_menu li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding:5px;
	float: right;
	color: #FFFFFF;
}

#imagen_principal{
	background-image: url(../images/imagen_principal.jpg);
	background-repeat: no-repeat;
	height: 311px;
	position: relative;
}

#contenido_imagen_principal{
	background-image: url(../images/fondo_ciudades.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#album{
	height: 277px;
	width: 652px;
	background-color: #e2e6b3;
	position: absolute;
	left: 75px;
	top: 10px;
	right: 73px;
	bottom: 24px;
}

#info_secundaria{
	background-color: #e2e6b3;
	width: 800px;
}

#contenido_info_secundaria{
	background-color: #e2e6b3;
}

#contenedor_what{
	width: 400px;
}

#contenedor_papel{
	width: 400px;
	float: right;
}

#what_top{
	width: 400px;
	padding: 7px;
}

#what_medium{
	width: 400px;
	height: 122px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#papel_top{
	background-image: url(../images/papel_top.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 400px;	
}

#papel_medium{
	background-image: url(../images/papel_medium.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 400px;	
}

.spacer{
	clear: both;
}

#titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #acb613;
			
}

#titulo2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
    display: inline;
}

.titulo_mosaicos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 50px;
}

.titulo2_mosaicos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #e2e6b3;
    display: inline;
}

#info_mosaicos{
	background-color: #e2e6b3;
	width: 800px;
	padding-bottom: 80px;
}

#contenido_info_mosaicos{
	background-color: #e2e6b3;
}



#mosaico_new{
	width: 400px;
}

#mosaico_video{
	width: 400px;
	float: right;
}

#new_top{
	width: 400px;
	background-image: url(../images/news_top.jpg);
	background-repeat: no-repeat;
	height: 93px;
	
}

#new_medium{
	width: 400px;
	background-image: url(../images/medium_mosaicos.jpg);
	background-repeat: repeat;
}

#new_bottom{
	width: 400px;
	height: 95px;
	background-image: url(../images/bottom_mosaicos.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#video_top{
	width: 400px;
	background-image: url(../images/video_top.jpg);
	background-repeat: no-repeat;
	height: 93px;
}

#video_medium{
	width: 400px;
	background-image: url(../images/medium_mosaicos.jpg);
	background-repeat: repeat;	
}

#video_bottom{
	width: 400px;
	height: 95px;
	background-image: url(../images/bottom_mosaicos.jpg);
	background-repeat: no-repeat;
	position: relative;	
}


#btn_new{
	position: absolute;
	left: 100px;
	right: 111px;
}

#btn_video{
	position: absolute;
	left: 100px;
	right: 111px;
}

#btn_new img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#btn_video img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#video_medium p{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#new_medium p{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#video_medium h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #acb613;
	font-size: 18px;
	padding-left: 15px;

}

#new_medium h1{
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #acb613;
	font-size: 18px;
}

#footer{
	background-image: url(../images/imagen_footer.jpg);
	height: 169px;
	position: relative;
}

#contenido_footer{
	background-image: url(../images/imagen_footer.jpg);
	background-repeat: repeat;
	background-position: center;
}

#footer ul{
	display: inline;
	list-style-type: none;
	width: 800px;
	position: absolute;
	left: 120px;
    top: 7px;
}

#footer li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	float: left;
	color: #FFFFFF;
}

#firma{
	position: absolute;
	bottom: 5px;
}

#footer a:link, #footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #acb713;
	display: block;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c88b16;
	display: block;
	text-decoration: underline;
}

#firma a:link, #firma a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c88b16;
	display: block;
	text-decoration: none;
}
#firma a:hover, #firma a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c88b16;
	display: block;
	text-decoration: none;
}

#logo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

