/*------------------------------------------------
-----------------|   General   |------------------
------------------------------------------------*/

html, body {
	height: 100%;
	font: 0.9em "Trebuchet MS",Verdana, sans-serif;
	color: #333333;
	background-color: #fff;
	line-height: 1em;
}

#wrap {
	min-height: 100%;
	margin-bottom: -300px;
	
}

#banner, #menu, #pie .columnas, #buscador .formularios, #buscador .marcas, #cuerpo {
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.derecha {
	text-align: right;
}

.error{
border: 1px solid #AE1510!important;
 background-color:#F7F7F7;
}

/*------------------------------------------------
-----------------|   Anchors   |------------------
------------------------------------------------*/

a {
	color: #285782;
	background: transparent none no-repeat left;
	line-height: 1.15em;
}

a.publica {
	color: #285782;
	background: transparent none no-repeat left;
	line-height: 1.15em;
	cursor:pointer;
	text-decoration:underline;
}

a:hover {
	color: #8a0045;
}

a.a, .a a {
	padding: 0 0 0 16px !important;
}

a.b, .b a {
	padding: 4px 0 8px 32px;
}

a.c, .c a {
	padding: 5px 0 5px 50px;
}

a.d, .d a {
	padding: 5px 0 5px 22px;
}

a.particular {
	background-image: url(/images/comun/acceso_particular.png);
	padding: 5px 0 5px 17px;
}

a.profesional {
	background-image: url(/images/comun/acceso_profesional.png);
	padding: 5px 0 5px 17px;
}

a.twitter {
	background-image: url(/images/comun/twitter.png);
}

a.facebook {
	background-image: url(/images/comun/facebook.png);
	margin-top: 10px;
	display: block;
}

a.flecha, .flecha a {
	background-image: url(/images/comun/flecha.png);
	padding:0 0 1px 13px;
}

a.mas, .mas a {
	background-image: url(/images/comun/mas.png);
}

a.mas2, .mas2 a {
background-image:url("/images/comun/mas.png");
margin-left:3px;
padding:5px 0 8px 15px;
}

a.berlina {
	background-image: url(/images/comun/berlina.png);
}

a.utilitario {
	background-image: url(/images/comun/utilitario.png);
}

a.monovolumen {
	background-image: url(/images/comun/monovolumen.png);
}

a.todo_terreno {
	background-image: url(/images/comun/todo_terreno.png);
}

a.coupe {
	background-image: url(/images/comun/coupe.png);
}

a.cabrio {
	background-image: url(/images/comun/cabrio.png);
}

a.coche {
	background-image: url(/images/comun/globo_coche.png);
}

a.casa {
	background-image: url(/images/comun/globo_casa.png);
}

a.lupa {
	background-image: url(/images/comun/globo_lupa.png);
}

a.telefono {
	background-image: url(/images/comun/globo_telefono.png);
}

a.favorito {
	background-image: url(/images/comun/globo_favorito.png);
}

a.email {
	background-image: url(/images/comun/globo_email.png);
}

a.add {
	background-image: url(/images/comun/globo_add.png);
}

a.error {
	background-image: url(/images/comun/globo_error.png);
}

a.masnoticas {
	background-image: url(/images/comun/globo_flecha.png);
}

/*------------------------------------------------
-----------------|   Modal   |--------------------
------------------------------------------------*/

#modal_blanket {
	position: absolute;
	font-size: 16px;
	border-radius: .3em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	background-color: #fff;
	z-index: 100;
}

#modal_loading {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #53012a url(/images/comun/loading.gif) no-repeat center;
	z-index: 101;
}

/*------------------------------------------------
-----------------|   Overlay   |------------------
------------------------------------------------*/

.overlay {
	display: none;
	padding: 3px;
	border: 2px solid #79204e;
	background-color: #f0f0f0;
}

.overlay .inner {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	color: #1f2f3d;
}

.overlay .contenido {
	border: 1px solid #cdcdcd;
	background: #fff url(/images/comun/box_inner_bg.png) repeat-x top;
}

.overlay .columnas {
	width: 578px;
	margin: 30px 0 0 0;
	overflow: hidden;
	background: transparent url(/images/comun/pie_separador.png) repeat-y 348px;
}

.overlay p {
	margin: 10px 0;
}

.overlay .entrar {
	width: 314px;
	margin: 0 60px 0 0;
	float: left;
}

.overlay .registrar {
	width: 200px;
	float: left;
}

.overlay .text {
	width: 100%;
}

.overlay h4 {
	padding: 15px 15px 15px 50px;
	font-weight: bold;
	color: #53012a;
}

.overlay p.close {
	padding: 14px 14px 0 0;
	margin: 0 0 -28px 0;
	text-align: right;
	line-height: 20px;
}

.overlay p.close a {
	padding: 0 20px 0 0;
	background: transparent url(/images/comun/cerrar.png) no-repeat right 7px;
}

#particular h4 {
	background: transparent url(/images/comun/particular.png) no-repeat 10px center;
}

/*------------------------------------------------
-----------------|   Forms   |--------------------
------------------------------------------------*/

input.text, textarea {
	border: 1px solid #a5a6a1;
	padding: 4px 1px;
	margin: 0;
    font-family: Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input.text:focus , textarea:focus {
    border-color: #53012a;
}

select {
	height: 20px;
    font-family: Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

select:focus {
   border-color: #53012a;
}

button {
    margin: 0;
    background: #ddd url(/images/comun/button_bg.gif) repeat-x;
    border: 1px solid #a5a6a1;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #173857;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 3px 6px 3px 3px;
}

button.mozilla {
    margin-left: 0 !important;
}

button.webkit {
    padding: 4px 6px 4px 3px;
}

button.opera {
    padding: 5px 6px 6px 3px;
}

button img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, button.hover {
    border: 1px solid #53012a;
    border-top: 1px solid #CF6792;
    border-left: 1px solid #CF6792;
    color: #53012a;
}

label {
	cursor: pointer;
}

input.error, textarea.error {
	border-color: #f00;
}

/*------------------------------------------------
-----------------|   Cabecera   |-----------------
------------------------------------------------*/


p small {
	position: relative;
	top: -9px;
	left: 10px;
	font-size: 1.1em;
	color: #8a8a8a;
}

#cabecera {
	background: #fff url(/images/comun/cabecera_bg.png) repeat-x 0 132px;
}

#banner {
	height: 177px;
}

#banner .publicidad {
	height: 88px;
	margin: 0 0 22px 0;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	
}

#banner .publicidad img{
/*display:none;*/
}

#banner .accesos li {
	font-size: 0.9em;
	float: right;
}

#banner .accesos .last {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background: transparent url(/images/comun/accesos_separador.png) no-repeat left;
}

/*------------------------------------------------
-----------------|   Men�   |---------------------
------------------------------------------------*/

#menu ul {
	height: 36px;
}

#menu a {
	display: block;
	padding: 10px 24px;
	border-left: 1px solid #d5d5d5;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial,Verdana,Helvitica,sans-serif font-weight: bold;
	text-decoration: none;
	color: #53012a;
}

#menu a:hover {
	color: #005497;
	background-color: #fff;
}

#menu a.actual {
	color: #43484c;
	background-color: #fff;
}

#menu .principal a.actual {
	padding-top: 7px;
	border-top: 3px solid #603;
}

#menu .secundario a {
	font-size: 13px;
}

#menu .secundario a.actual {
	/*padding-top: 8px;
	border-top: 2px solid #603;*/
	background: transparent url(../images/comun/fondo_secundaria_actual.png) repeat-x scroll;
}

#menu li {
	float: left;
	border-left: 1px solid #fff;
}

#menu li.last {
	border-right: 1px solid #fff;
}

#menu li.last a {
	border-right: 1px solid #d5d5d5;
}

#menu li.anunciar {
	position: relative;
	padding-top: 15px;
	margin-top: -15px;
	border-left: none;
	background: transparent url(/images/comun/anunciar_bg.png) no-repeat top;
	display: block;
}

#menu li.anunciar a {
	padding: 11px 25px;
	border-left: none;
	background-color: transparent;
	color: #fff;
}

#menu li.anunciar a:hover {
	background-color: transparent;
	color: #fff;
}

.secundario a {
	font-size: 13px;
}
.secundario li{
		background: transparent url(/images/comun/fondo_secundaria.png) repeat-x scroll;
}



/*------------------------------------------------
-----------------|   Contenido   |----------------
------------------------------------------------*/

#contenido {
	padding: 8px 0 300px 0;
	background: #fff url(/images/comun/contenido_bg.png) repeat-x top;
}

#cuerpo {
	padding: 0 0 60px 0;
}

#cuerpo h3 {
	margin: 25px 0 5px 0;
	padding: 0 0 32px 0;
	font-weight: bold;
	color: #3a1a1a;
	background: #fff url(/images/comun/h3_bg.png) repeat-x bottom;
	font-size: 1.2em;
}

/*------------------------------------------------
-----------------|   Pie   |----------------------
------------------------------------------------*/

#pie {
	height: 300px;
	border-top: 1px solid #e1e1e1;
	background: #ececec url(/images/comun/pie_bg.png) repeat-x top;
}

#pie .columnas {
	padding: 10px 0 0 0;
	width: 980px;
	overflow: hidden;
}

#mitula{
	color:#404F59;
	font-size:1em !important;
}

#pie .columna {
	height: 214px;
	float: left;
	background: transparent url(/images/comun/pie_separador.png) repeat-y right;
}

#pie .segundamano {
	width: 280px;
	padding: 5px 15px 2px 0;
}

#pie .nuevos {
	width: 150px;
	padding: 5px 15px 2px 15px;
}

#pie .informacion {
	width: 185px;
	padding: 5px 15px 2px 15px;
}

#pie .meta {
	width: 275px;
	background: none;
	padding: 5px 0 2px 15px;
}

#pie .meta form p {
	height: 28px;
}

#pie h4 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #404f59;
	font-size: 1.1em;
}

#pie p {
	margin: 0 0 20px 0;
}

#pie ul {
	margin: 10px 0 20px 0;
}

#pie li {
	margin: 0 0 8px 0;
	font-size: 0.9em;
}

#pie a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #404f59;
}

#pie input {
	width: 185px;
	padding-left: 23px;
	margin-right: 2px;
	background: #fff url(/images/comun/email_bg.png) no-repeat 4px 6px;
}

#pie a:hover {
	text-decoration: underline;
}

#aprendeingles{
	margin-bottom:40px;
	padding-bottom:40px;
}
#logoeurotax{
	float:right;
	margin-top:-12px;
}

#pie .meta{
	 padding: 0 0 8px 15px;
}
/*------------------------------------------------
-----------------|   Promo   |--------------------
------------------------------------------------*/

#promo {
	width: 980px;
	overflow: hidden;
	padding: 20px 0 5px 0;
	margin: 15px auto 0 auto !important;
	background: transparent url(/images/comun/promo_bg.png) repeat-x top;
}

#promo li {
	float: left;
	margin: 0 12px 0 0;
}

#promo li.last {
	margin: 0;
	margin-bottom: 2px;
	position: relative;
	top: -8px;	
}
#promo li.prelast {
	position: relative;
	top: -8px;	
}

/*------------------------------------------------
-----------------|   Migas   |--------------------
------------------------------------------------*/

#migas {
	width: 980px;
	padding: 20px 0 5px 0;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.9em;
}

#migas li {
	margin: 0 0 0 0;
	display:inline;
}

#saliente{
	background-image: url(../images/privada/saliente.png);
	background-position:92px;;
	padding-right:16px;
}
/*------------------------------------------------
-----------------|  Tapamos seguros y servicios  |--------------------
------------------------------------------------*/


#seguros_off{

width:98px;
height:35px;
	
}
#seguros_off p{
border-left:1px solid #D5D5D5;
height:35px;
}

#servicios_off{
border-left:0px solid #FFFFFF !important;
width:105px;
height:35px;
	
}

#servicios_off a{
	border-left:0px solid #D5D5D5;
}


/*------------------------------------------------
-----------------|  Politica  |--------------------
------------------------------------------------*/
.politica {
    margin-left: 95px;
}
.politica input {
    width: auto;
    min-width: 0;
}
.politica > span > b {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.politica > span > b > b {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEEED;
    bottom: 20px;
    display: none;
    font-size: 10px;
    font-weight: normal;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 520px;
}
.politica > span > b:hover > b {
    display: block;
}