/* ESTILOS GENERALES */

* {
	font-family: Arial, Helvetica, Sans-Serif;
}

html, body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

body {
	padding-bottom: 20px;
	background: #C2C2C2 url(../img/fondo.jpg) top left repeat-x;
}

.clear {
	clear: both;
}

/* CONTENEDOR */

#contenedor {
	margin: 0;
	padding: 0;
}

#contenedor_site {
	 margin: 0 auto;
	 margin-top: 15px;
}

/* CABECERA */

#cabecera_logos{
	
}
#cabecera_logos_producto {
	float: left;
}
#cabecera_logos_banesto {
	float: right;
}

/* BARRA SUPERIOR */

#cabecera_barra {
	height: 36px;
	margin-top: 10px;
	background: url(../img/cabecera-fondo.gif) top left repeat-x;
}
#cabecera_barra_home {
	float: left;
	width: 38px;
	height: 36px;
}
#cabecera_barra_home a {
	display: block;
	width: 38px;
	height: 36px;
	background: url(../img/cabecera-home.gif) top left no-repeat;
}
#cabecera_barra_home a:hover {
	background-position: 0px -36px;
}
#cabecera_barra_home span {
	display: none;
}
#cabecera_barra_fecha {
	float: left;
	width: 190px;
	height: 24px;
	padding-top: 12px;
	background: url(../img/cabecera-fecha.gif) top left repeat-x;
	font-size: 10px;
	text-align: center;
}
#cabecera_barra_telefono {
	float: right;
	width: 263px;
	height: 36px;
	background: url(../img/cabecera-telefono.gif) top left repeat-x;
}
#cabecera_barra_telefono1 {
	float: left;
	width: 88px;
	height: 33px;
	padding-top: 3px;
	padding-left: 12px;
	color: #0c4dab;
}
#cabecera_barra_telefono2 {
	float: right;
	padding-top: 5px;
	padding-right: 4px;
	font-size: 22px;
	font-weight: bold;
	color: #2d6da8;
}

/* PELÍCULA FLASH */

#site_flash {
	margin-top: 15px;
	background-color: #ffffff;
}

/* TEXTO CENTRAL */

#texto_central {
	margin: 0px;
	margin-bottom: 50px;
	padding: 25px;
	font-size: 12px;
}
#texto_central span {
	color: #2773BA;
}
#texto_central h1 {
	font-size: 19px;
	font-weight: normal;
}
#texto_central h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

/* ENLACES DE NAVEGACIÓN */

#puntos_enlaces {
	margin-top: 15px;
}
#puntos_enlaces a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
#puntos_enlaces a:hover {
	color: #000000;
	text-decoration: underline;
}

/* OTROS PRODUCTOS */

#otros_productos {
	margin-top: 10px;
}
#otros_productos_titular {
	float: left;
	width: 174px;
	height: 30px;
	background: url(../img/otros-titular.gif) top left no-repeat;
}
#otros_productos_titular span {
	display: none;
}
#otros_productos_flecha1 {
	float: left;
	width: 31px;
	height: 30px;
	background: url(../img/otros-flecha1.gif) top left no-repeat;
}
#otros_productos_flecha1 a {
	display: block;
	width: 31px;
	height: 30px;
}
#otros_productos_flecha1 span {
	display: none;
}
#otros_productos_carrusel {
	float: left;
	height: 30px;
	background: url(../img/otros-fondo.gif) top left repeat-x;
	font-size: 10px;
}
#otros_productos_carrusel a {
	color: #666666;
	text-decoration: none;
}
#otros_productos_carrusel a:hover {
	color: #000000;
	text-decoration: underline;
}
#otros_productos_flecha2 {
	float: left;
	width: 31px;
	height: 30px;
	background: url(../img/otros-flecha2.gif) top left no-repeat;
}
#otros_productos_flecha2 a {
	display: block;
	width: 31px;
	height: 30px;
}
#otros_productos_flecha2 span {
	display: none;
}

/* NOTA LEGAL */

#legal {
	margin-top: 15px;
	color: #666;
	font-size: 10px;
}