/* CSS Document */
/* Reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Inicio código */

#contenedor_home{
	width: 960px;
	margin:auto;
	text-align: center;
	background-color:white;
	background-image:url(imagenes/fondo_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:666px;
	position:relative;
}
#menu_home{
	position:absolute;
	left:20px;
	top:105px;
	width:860px;
	height: 31px;
	background-image:url(imagenes/fondo_menu.png);
	background-repeat:no-repeat;
	margin:auto;
	padding-top: 8px;
	padding-left:30px;
	padding-right:40px;
	text-align:left;
}
#menu_home a{
 color: #0057A6;
 text-decoration:none;
}
#menu_idiomas a{
 color: #0057A6;
 text-decoration:none;
}
#menu_idiomas{
	position:absolute;
	right:20px;
	top:0px;
	width:120px;
	height: 31px;
	padding-top: 8px;
	padding-left:30px;
	text-align:right;
}
#interior_izquierda{
	width:583px;
	text-align:left;
	padding:12px;
}
#interior_derecha{
	
	width:285px;
	text-align:left;
	padding:10px;
	z-index:
}
#oferta_home{
	margin-right:24px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px solid #ececec;
}
a.negro{
	color:black;
	text-decoration:none;
}
.title_geo{
	text-decoration:none;
	font-size:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#banner_home{
	margin:10px 2px;
	width:129px;
	float:left;
	text-align:center;
}
#padding_home
{
	margin:161px auto 10px auto;
	width:920px;
}
#cierre1_home{
	background-color:white;
	padding:5px;
	text-align:center;
	border-top:1px solid #7fabd2;
	border-bottom:1px solid #7fabd2;
	margin:0px 20px 20px 20px;
	
}
a.gris{
	color:#CCC;
	
}
.td_pie{padding-right: 10px;}
a.blue{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0057A6;
	text-decoration:none;}