/* CSS ARFILA */

* { padding:0px; margin:0px; border:0;}

body
{
	text-align:center;
	background-color:#751919;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

h1, h2 {display:none;}
h5, h6, h4 { 
	font-size:70%;
	color:#000000;
	margin-top:15px;	
}

h6 { 
	font-size:70%;
	color:#000000;
	margin-top:15px;
}


p, form
{
	font-size:70%;
	color:#333333;
	margin-top:5px;
}

form{text-align:right; margin-right:20px; margin-top:20px;}

input
{
border:1px solid #751919;
font-size:100%;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
border:1px solid #751919;
font-size:100%;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*---  CAPAS ---*/
#madre {
	overflow:hidden;
	_overflow:none;
	
	width:753px; 
	
	min-height:550px; 
	margin-left:auto;  
	margin-right:auto; 
	z-index:0;
	background-image: url(../imagenes/arfila_bkg.jpg);
	background-repeat:repeat-y;
	border:1px solid #751919;	
}

#cabecera
{
	background-color:#FFFFFF;
	z-index:1;
	height:230px;
	width:700px;
	margin-left:28px;
}


#logo img
{
	margin-left:10px;
	margin-top:5px;
}

#cabecera img {clear:both;}

#logo {float:left;}

#usuario {

	text-align:right;
	margin-top:30px;
	margin-right:30px;}


#usuario p {font-size:60%;}


#menu
{
	text-align:center;
	width:160px;
	float:left;
}

#menu li a
{
	display:block;
	color:#FFFFFF;
	font-size:70%;	
	background-color:#751919;
	width:140px;
	padding:2px;
	margin-bottom:2px;
	margin-left:9px;
	border:1px solid #751919;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li .selected
{
	background-color:#FFFFFF;
	color:#751919;
	font-weight: bold;
}

#menu li{list-style:none;}

#menu li:hover, #menu a:hover
{
	background-color:#FFFFFF;
	color:#751919;
}

#contenido
{
	float:left !important;
	float:none;
	min-height:375px;
	
	margin-left:28px;	
	_margin-left:16px;
	
	margin-right:10px;
	width:700px;
	z-index:2;
	background-color:#FFFFFF;

}
#contenido_popup
{
	float:left !important;
	float:none;
	min-height:375px;
	
	margin-left:28px;	
	_margin-left:16px;
	
	margin-right:10px;
	width:700px;
	z-index:2;
	background-color:#FFFFFF;
}

#texto_contenido
{
	float:left;
	min-height:250px;
	width:360px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
}

#texto_contenido ul
{
margin-top:10px;
margin-left:10px;
font-size:90%;
}

#texto_contenido_completo, #texto_contenido_enlaces
{
	float:left;
	min-height:250px;
	width:480px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;	
}


#texto_contenido h3, #texto_contenido_completo h3, #texto_contenido_enlaces h3
{
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	font-size:80%;
	padding:2px 4px;
	background-color:#751919;
	text-transform:uppercase;
	letter-spacing:2px;		
}

#texto_contenido_popup
{
	float:left;
	text-align:left;
	min-height:250px;
	width:650px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	
}

#texto_contenido_popup ul
{
margin-top:10px;
margin-left:10px;
font-size:90%;
}


#texto_contenido_popup h3
{
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	font-size:80%;
	padding:2px 4px;
	background-color:#751919;
	text-transform:uppercase;
	letter-spacing:2px;		
}



#texto_contenido_enlaces ul
{
margin-top:10px;
margin-left:10px;
font-size:70%;
}

#texto_contenido_completo ul
{
margin-top:10px;
margin-left:10px;
font-size:90%;
}

#texto_contenido li, #texto_contenido_enlaces li, #texto_contenido_popup li
{
list-style:none;
}


#texto_contenido p, #texto_contenido_completo p, #texto_contenido_enlaces p, #texto_contenido_popup p
{
font-size:70%;
margin-top:15px;
}

#texto_contenido_completo li{
font-size:70%;
margin-top:15px;
margin-left:20px;
}


#banners
{
	border:1px solid #999999;
	width:150px;
	min-height:250px;
	float:left;
	margin-bottom:5px;
}

#banners li {list-style:none;}
#banners img{margin:5px;border:1px solid #999999;}
#banners img:hover{border:1px solid #751919;}

#pie
{
	float:left !important;
	float:none;
	margin-top:5px;
	text-align: left;
	
	margin-left:28px;	
	_margin-left:6px;	
	
	background-color:#999999;
	width:700px;
	clear:both;
}

#pie p
{
	color:#FFFFFF;
	font-size:60%;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

#pie a
{
	color:#751919;
	text-decoration:none;
}

#pie a:hover
{
	background-color:#751919;
	color:#FFFFFF;
}

/*--- CLASES ---*/
.noticia {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #751919;
}

.noticia img, .noticia-completa img {
	border:1px solid #999999; 
	float:left; 
	margin:2px; 
	margin-right:10px;}

.noticia p {
	font-size:60%; 
	margin-top:3px;}

.puntos {
	font-size:70%; 
	margin-top:2px;
}

.puntos2 {
	font-size:110%; 
	margin-top:2px;}

#texto_contenido_completo em
{
font-weight:bold;
margin-top:10px;
}

.noticia a, .noticia-completa a, .otras-noticias a, #texto_contenido a, #texto_contenido_completo a, #texto_contenido_enlaces a, #texto_contenido_popup a
{
	color:#751919;
	text-decoration:none;
}


.noticia a:hover, .noticia-completa a:hover, .otras-noticias a:hover, #texto_contenido a:hover, #texto_contenido_completo a:hover, #texto_contenido_enlaces a:hover, #texto_contenido_popup a:hover
{
	background-color:#751919;
	color:#FFFFFF;
}

.noticia-completa {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #751919;
}

.noticia-completa h4
{
	color:#751919;
	font-size:190%;
	font-weight:normal;
}

.noticia-completa strong {font-size:150%;}
.noticia-completa p em{ font-weight:bold; font-size:120%;}
.noticia-completa p strong{font-size:120%;}

.noticia-completa p {
	font-size:60%; 
	margin-top:15px;}

.otras-noticias {margin-bottom:30px;}

.otras-noticias p {font-size:70%;}

.otras-noticias li
{
	font-size:70%;
	list-style:none;
	margin-top:3px;
}




/*----------------   VEHICULOS DE OCASION   ---------------------*/
#mandos {float:left; width:140px; margin: 0;}
#lista {float:right; width:350px;}

#mandos h4{text-align: left; float: right; font-size: 14px; width: 320px; margin: 0;}

#paginacion{vertical-align:middle; clear:both; margin-left:120px;}
#paginacion a {text-decoration:none; color:#660000;}

#mandos li{
font-size:70%;
}

#mandos form p, #mandos form select{
font-size:100%;
text-align:left;
}

/*--- tabla para listado automoviles ---*/

table a, table strong {
	color:#660000;
	font-weight: bold;
	text-decoration:none;
}

table img{
	float:left;
	border:1px solid #751919;
}


td
{
	width:360px;
	clear:both;
	background-color:#CCCCCC;
	/*border-bottom:1px solid #751919;
	border-right:1px solid #751919;*/
	margin-bottom:10px;
	margin-left:8px;
	text-align:left;
	padding:8px;
}



td img {margin-right:8px;}



/*---  FICHA DETALLADA VEHICULO  ---*/
h5 {
	padding-bottom:2px;
	border-bottom:1px dashed #666666;
	margin-bottom:5px;
}
#num-imagenes{
	margin-top:10px;	
	height:25px;
}

#num-imagenes p{margin-top:10px;}

#num-imagenes a{
	font-size:80%;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #660000;
	background-color:#660000;
}

#datos-vehiculo {
margin-top:10px;
}

#datos-vehiculo p{
	padding:0px;
	margin:0px;
}



.destacado
{
	border: 1px dashed #666666;
	text-align:center;
	margin-top:15px;
	padding:5px;
}



.vehiculo
{
border:2px solid #660000;
margin-top:15px;
}

/*      28/01/2008      */

.cabecera-imagen{
margin-top:5px;
height:85px;
background-image:url(../imagenes/fondo-cab.gif);
/*background-image:url(../imagenes/fondo-cab.gif);*/
background-repeat:repeat-x;
width:700px;
}

#usuario-ejemplo {
	text-align:right;
	margin-top:30px;
	margin-right:30px;
}

#usuario-ejemplo p {font-size:60%;}
#cabecera2
{
	float:left !important;
	float:none;
	text-align:left;
	background-color:#FFFFFF;
	z-index:1;
	height:160px;
	width:700px;
	
	margin-left:28px;	
	_margin-left:6px;
}

#menu-ej
{
	text-align:center;
	width:160px;
	float:left;
}

#menu-ej li a
{
	display:block;
	color:#FFFFFF;
	font-size:70%;	
	background-color:#751919;
	width:140px;
	padding:2px;
	margin-bottom:2px;
	margin-left:9px;
	border:1px solid #751919;
	color:#FFFFFF;
	text-decoration:none;
}

#menu-ej li{list-style:none;}

#menu-ej li:hover, #menu a:hover
{
	background-color:#FFFFFF;
	color:#751919;
}

#contenido-ejemplo
{
	min-height:375px;
	margin-left:28px;
	margin-right:10px;
	width:700px;
	z-index:2;
	background-color:#FFFFFF;
}

/*VEHICULOS OCASION*/
#mandos {float:left; width:480px; margin-top:5px; }
#mandos #buscador
{
	width :130px;	
	float:left;	
	text-align:left;
	margin: 0;
	padding: 0;		 
}

#mandos #buscador ul{
	/*font-size:70%;*/
	float: left;
	font-size:11px;
	color:#666666;
	margin-bottom:10px;	
	text-align: left;
	padding: 0;
	margin: 0 0 10px 3px;	
	list-style-type:none;
}

#mandos #buscador li{float: left; width: 95%; margin: 0;}

#mandos #buscador li a{
	float: left;
	
	/*font-size:70%;*/
	font-size:11px;
	text-decoration:none;
	color:#333333;
	padding:1px 1px 1px 8px;
	margin:3px 0;
	border-bottom:1px dashed #333333;
	text-align:left;
	background: transparent url(../imagenes/puntolista.gif) no-repeat left 4px;	
	
}

#mandos #buscador li a:hover{background: #751919 url(../imagenes/puntolista.gif) no-repeat left 4px; color: #fff;}

#mandos #buscador p{
	font-size:11px;
	color: #666;
	
}
#mandos #buscador select{font-size:11px; margin: 5px 0 0 0;border: 1px solid #666;}
#listado table.txtgris
{
	width:320px;	
	float: right;
	border-right: 1px solid #fff;	

}
#listado
{
	width:320px;
	float:right;

}


#listado p{margin-left: 30px;}
#paginacion{vertical-align:middle; clear:both; margin-left:120px; border:0px}
#paginacion a {text-decoration:none; color:#000000; border:0px}
#paginacion a:hover {text-decoration:underline}

.paginacion span{ color:#000000; font-size:12px; font-weight:bold; border:0px}
.paginacion a{ color:#D73737; font-size:12px; font-weight:normal; border:0px}
.paginacion a:hover {text-decoration:underline}
/*--- tabla para listado automoviles ---*/
table a, table strong {
	color:#D73737;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
}

table img{
	float:left;
	/*border:1px solid #333333;*/
}


td
{
background-color:#fff;
margin: 0;
padding: 0;
	/*width:360px;
	clear:both;
	
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #D9D9D9;
	border-left :1px solid #D9D9D9;
	margin-bottom:10px;
	margin-left:8px;
	text-align:left;
	padding:8px;
*/
}


#listado_vehiculos
{
	font-size:11px;
	float:right;
	width:320px;
	clear:both;
	background-color:#EFEFEF;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #D9D9D9;
	border-left :1px solid #D9D9D9;
	margin-bottom:10px;
	margin-left:0;
	text-align:left;
	padding:8px;

}

#listado_vehiculos p{font-size:11px; color: #666; text-align: left; margin: 0;}
#listado_vehiculos img{}
#listado_vehiculos #cuadro_puntos{float: left; text-align: right; clear: both; margin: 5px 0 0 0;}


#listado_vehiculos #cuadro_puntos p.destacado-lista
{
	border: 1px dashed #333333;
	text-align:center;
	margin:0 0 0 5px;
	background-color:#fff;
	padding:4px;
	width: auto;
	color: #751919;
	float: right;
	font-weight: bold;
	font-size: 9px;
}

#listado_espacio
{
	border:0px;
}

td img {margin-right:8px;}


/*---  FICHA DETALLADA VEHICULO  ---*/
h5 {
	padding-bottom:2px;
	border-bottom:1px dashed #666666;
	margin-bottom:5px;
}

#contenido table.tablav tr td {background-color: transparent; border: none;padding: 3px;}
#contenido table.tablav{float: right; width: 320px;}
#contenido table.tablav img{text-align: right; float: right; margin: 0; padding: 0;}



#contenido_popup table.tablav tr td {background-color: transparent; border: none;padding: 3px;}
#contenido_popup table.tablav{float: left; width: 320px;}
#contenido_popup table.tablav img{text-align: left; float: left; margin: 0; padding: 0;}

#num-imagenes{
	margin:10px 0 0 0;	
	float: right;
	width: 320px;
	min-height: 60px;
	_height: 50px;
	overflow: hidden;		
	clear: both;
	text-align: left;	
}
#num-imagenes table tr td{background-color: #fff; border: none; width: auto;}

/*
#num-imagenes{
	margin-top:10px;	
	height:25px;
}
*/
#num-imagenes p{margin-top:10px; font-size: 11px; text-align: left; color: #666; margin: 0 0 5px 0;}

#num-imagenes a{
	font-size:80%;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #660000;
	background-color:#660000;
}

#datos-vehiculo {
	float:right;
	margin-top:0;	
}

#datos-vehiculo p{
	padding:0px;
	margin:0px;
	font-size: 10px;
	text-align: left;
	color: #666;
	width: 320px;
	line-height: 14px;
}

#datos-vehiculo h5{text-align: left; font-size: 13px; margin: 0 0 5px 0;}

#datos-vehiculo a
{
	color:#666666;
	text-decoration:none;
	border-bottom:1px dashed #666666;
}


#formcontacto label{ padding-bottom: 100px;}

#texto_contenido #curriculo{float: right; padding: 0; width: 330px; margin: 10px 5px 0 0;}
#texto_contenido #curriculo form{padding: 0; margin: 0;}
#texto_contenido #curriculo input{float: right; border: 1px solid #751919; width: 190px;}
#texto_contenido #curriculo input.exam{float: right; border: 1px solid #751919; width: 196px;}
#texto_contenido #curriculo input.boton{float: right; border: 1px solid #751919; width: 90px; cursor: pointer;}
#texto_contenido #curriculo textarea{float: right; border: 1px solid #751919; width: 190px; height: 90px;}
#texto_contenido #curriculo label{float: left; width: 125px;}
#texto_contenido #curriculo sup{font-size: 11px; color: #751919;}


#texto_contenido_popup #curriculo{float: left; padding: 0; width: 650px; margin: 15px 5px 0 0;}
#texto_contenido_popup #curriculo form{padding: 0; margin: 0;}
#texto_contenido_popup #curriculo input{float: left; border: 1px solid #751919; width: 350px; margin-left:25px}

#texto_contenido_popup #curriculo input.peq1{float: left; border: 1px solid #751919; width: 90px; margin-left:25px}
#texto_contenido_popup #curriculo input.peq2{float: left; border: 1px solid #751919; width: 110px;}

#texto_contenido_popup #curriculo input.exam{float: right; border: 1px solid #751919; width: 350px;}
#texto_contenido_popup #curriculo input.boton{float: right; border: 1px solid #751919; width: 90px; cursor: pointer;}
#texto_contenido_popup #curriculo textarea{float: right; border: 1px solid #751919; width: 350px; height: 90px;}
#texto_contenido_popup #curriculo label{float: left; width: 125px;}
#texto_contenido_popup #curriculo sup{font-size: 11px; color: #751919;}


#texto_contenido_popup #curriculo select.peq{float: left; border: 1px solid #751919; width: 350px; margin-left:25px}



#texto_contenido_popup #curriculo #datos_2 label.formacion_complementaria{float: left; width: 275px; font-weight:bold; text-decoration:underline}
#texto_contenido_popup #curriculo #datos_2 textarea{float: left; border: 1px solid #751919; width: 350px; height: 70px; margin-bottom:50px; margin-left:25px}
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla{float: left; border: 1px solid #751919; width: 100%; height: 70px; margin: 0px 0px 0 0; }





#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila1{float: left;  border-top: 1px solid #751919;border-left: 0px;border-right:  1px solid #751919;border-bottom: 1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila1_lateral1{float: left; border-top: 1px solid #751919;border-left: 1px solid #751919;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila1_lateral2{float: left; border-top: 1px solid #751919;border-left: 0px;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%;  width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }

#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila2{float: left;  border-top: 0px;border-left: 0px;border-right:  1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0;  overflow:hidden}
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila2_lateral1{float: left; border-top: 0px;border-left: 1px solid #751919;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0;;overflow:hidden }
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila2_lateral2{float: left; border-top: 0px;border-left: 0px;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0;  overflow:hidden}

#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila3{float: left;  border-top: 0px;border-left: 0px;border-right:  1px solid #751919;border-bottom:  1px solid #751919; width: 100%; height: 70px; margin: 0px 0px 0 0;  overflow:hidden}
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila3_lateral1{float: left; border-top: 0px;border-left: 1px solid #751919;border-right: 1px solid #751919;border-bottom:  1px solid #751919; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden}
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila3_lateral2{float: left; border-top: 0px;border-left: 0px;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }


#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila4{float: left;  border-top: 1px solid #751919;border-left: 0px;border-right:  1px solid #751919;border-bottom:  1px solid #751919; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila4_lateral1{float: left; border-top: 1px solid #751919;border-left: 1px solid #751919;border-right: 1px solid #751919;border-bottom:  1px solid #751919; width: 100%; height: 70px; margin: 0px 0px 0 0;  overflow:hidden}
#texto_contenido_popup #curriculo #datos_2 textarea.texttabla_fila4_lateral2{float: left; border-top: 1px solid #751919;border-left: 0px;border-right: 1px solid #751919;border-bottom:  1px solid #751919 ; width: 100%; height: 70px; margin: 0px 0px 0 0; overflow:hidden }


#texto_contenido_popup #curriculo #datos_3 label.formacion_complementaria{float: left; width: 275px; font-weight:bold; text-decoration:underline; text-align:left}


#texto_contenido_popup #curriculo #datos_4 label{float: left; width: 175px;}
#texto_contenido_popup #curriculo #datos_4 textarea{float: left; border: 1px solid #751919; width: 300px; height: 70px; margin-bottom:10px; margin-left:25px}
#texto_contenido_popup #curriculo #datos_4 input.exam{float:left; border: 1px solid #751919; width: 300px;}

#texto_contenido_popup #Table1{background-color:#9C9CA5;margin-top:15px; float: left; width:600px}

#texto_contenido_popup #curriculo #Table2{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-style: normal;
	vertical-align:middle;
	font-weight:bold;
	/*padding-left:200px;
	margin-left:15px;
	text-align:left;
	float: left; */
}


#texto_contenido_popup  .menu_pestana
{
	background: #9C9CA5 url(../imagenes/esquina_menu.gif) no-repeat right top;
	padding-left:10px;padding-right:10px;
	width:150px;
	text-align:left;
}
#texto_contenido_popup .menu{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-style: normal;
	vertical-align:middle;
	font-weight:bold;
}
#texto_contenido_popup .menu:hover{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-style: normal;
	vertical-align:middle;
	font-weight:bold;
	background-color:#9C9CA5;
}


#clear{clear: both;}

/*ESTILOS PARA BANNERS*/
 .banner{
 border:1px solid #999999;
 margin-bottom:15px;
 }
 
 .banner:hover{
 border:1px solid #660000;
 }
 
 .tablabanner{
 border:0;
 text-align:center;
 }
 
 
