@import "general.css";

/* ------------------------------- ESTILOS CONTENIDO -------------------------------- */

/* INICIO TITULAR HOME */

.titular_home {
	background: url(../images/titular_outlet_moviles_home.png) no-repeat left top;
	width: 340px;
	height: 94px;
	margin-left: 301px;
	margin-top: 31px;
	margin-bottom: 16px;
}
.titular_home h3 {
	display: none;
}

/* FIN TITULAR HOME */

/* INICIO MÓVIL HOME */

.movil_home {
	background: url(../images/fondo_movil_home.png) no-repeat left top;
	width: 442px;
	height: 287px;
	margin-left: 64px;
	display: inline;
	float: left;	
}

/* FIN MÓVIL HOME */

/* INICIO MÓVIL HOME IMAGEN */

.movil_home_imagen {
	width: 144px;	
	position: relative;
	float: left;	
}
.movil_home_imagen img {
	margin-left: 18px;
	margin-top: 30px;	
}
#movil_home_banda {
	background: url(../images/banda_ahora.gif) no-repeat left top;
	position: absolute;
	left: 9px;
	top: 9px;
	width: 133px;
	height: 109px;
}
#movil_home_banda span {
	display: none;
}

/* FIN MÓVIL HOME IMAGEN */

/* INICIO MÓVIL HOME TEXTO */

.movil_home_texto {	
	width: 193px;
	float: left;	
	font-size: 12px;
	padding-top: 30px;
}
.movil_home_texto h4 {
	font-size: 22px;
	font-style: italic;
	color: #084a83;
	margin-bottom: 6px;
}
.movil_home_texto ul {
}
.movil_home_texto li {
	background: url(../images/icono_lista_home.png) no-repeat left 8px;
	color: #444444;
	padding-left: 6px;
	width: 187px;
	float: left;
}
.movil_home_texto_enlace {
	margin-top: 11px;
}
.movil_home_texto_enlace a {
	color: #084a83;
	text-decoration: none;
	margin-left: 6px;
	font-weight: bold;
}
.movil_home_texto_enlace a:hover {
	text-decoration: underline;
}

/* FIN MÓVIL HOME TEXTO */

/* INICIO MÓVIL HOME PRECIO */

.movil_home_precio {
	font-family: Arial, Helvetica, sans-serif;
	width: 129px;
	margin-left: -44px;
	margin-top: 185px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	float: left;	
	text-align: center;
}
.movil_home_precio p {	
	font-size: 17px;
	margin-bottom: -10px;
}
.movil_home_precio_numero {
	font-size: 56px;
}
.movil_home_precio_euro {
	font-size: 34px;
}

/* FIN MÓVIL HOME PRECIO */

/* INICIO TITULAR FLECHA */

.titular_flecha {
	background: url(../images/busca_otras_ofertas.png) no-repeat left top;
	width: 86px;
	height: 121px;
	margin-left: -37px;
	margin-right: 29px;
	margin-top: 35px;
	float: left;
}
.titular_flecha h4 {
	display: none;
}

/* FIN TITULAR FLECHA */

/* INICIO FORMULARIO HOME */

.formulario_home {
	background: url(../images/fondo_formulario_home.png) no-repeat left top;
	width: 363px;
	height: 267px;
	float: left;
}
.formulario_home ul {
	padding-top: 26px;
}
.formulario_home li {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.formulario_home select {
	font-family: Arial, Helvetica, sans-serif;
	color: #0b5cb7;
	font-size: 12px;
	width: 220px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.formulario_home input {
	background: url(../images/icono_lupa.png) no-repeat right top;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border: 0px;
	color: #125491;
	font-size: 12px;
	height: 23px;
	padding-right: 30px;
	width: 79px;
	cursor: pointer;
	margin-top: 10px;
}

/* FIN FORMULARIO HOME */