
/* ---------------------------------------------------------------------------  */

#divContainer{
	position:relative;
	width:100%; 
	height:100%; 
	overflow:hidden; 
	top:0px; 
	left:0px; 
	/*clip:rect(130,412,620,0);*/
	visibility:hidden
} 

#divContent{
	font:normal 11px arial;
	position:relative;
	top:0;
	left:0;
	cursor:default;
}


/* -- HOJA DE ESTILO DE DELTACINCO ----------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

.login	
{
    position:absolute;
	/* TOP - RIGHT - BOTTOM - LEFT */
	margin: -304px 0px 0px -316px;
	top: 50%;
	left: 50%;
	padding: 0px;
}

.caja
{
	border:1px solid #000000;
	background-color:#E8E8E8;
}

.borde
{
	border:1px solid #eaeae0;
}

.fondo
{
	background-color:#2c333c;
	margin-top:0px;
	margin-bottom:0px;
}


/* --------------------------------------------------------------------------- */

.titulo_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.titulo_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

.titulo_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9ca3ac;
}


/* --------------------------------------------------------------------------- */

.negro {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.gris {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #9ca3ac;
}


.blanco {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


/* --------------------------------------------------------------------------- */

.mini_blanco {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.mini_gris {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#9ca3ac
}

.mini_negro {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}


/* --------------------------------------------------------------------------- Hipervínculos */

/* Mouse over */
a:hover {
	text-decoration:none;
	border:0px;
}

/* Link sin visitar */
a:link {
	text-decoration:none;
	border:0px;
}

/* Link visitado */
a:visited {
	text-decoration:none;
	border:0px;
}

/* Al hacer click sobre el link */
a:active {
	text-decoration:none;
	border:0px;
}


/* --------------------------------------------------------------------------- Seminuevos */

#cocheEncabezado, .encabezado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #969696;
	height: 15px;
}

#cocheFotos{
	float:left;
	width:202px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:center;
}

#cocheFotos img{
	margin-top:3px;
	margin-bottom:3px;
}

#cocheDatos{
	float:right;
	width:320px;
	margin-bottom:10px;
}

table.coche{
	width:320px;
	font-size:12px;
}

table.coche td, table.coche th{
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
}

table.coche th{
	width:75px;
	background-color:#e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#ccc;
	font-weight: normal;
	margin-right: 2px;
}

a img{
	border:none;
}

table.coches{
	width:525px;
	font-size:12px;
	margin-left:18px;
}

table.coches td{
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	padding: 2px;
}

table.coches th{
	text-align:center;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	padding: 2px;
	background-color: #969696;
	color: #FFFFFF;
}

table.coches th a{
	color: #FFFFFF;
}

table.coches th.foto{
	width:60px;
}

table.coches td.derecha{	
	text-align:right; 
}

.pagina{
	background-color:#969696;
	color:#FFFFFF;
	line-height:20px;
	height:20px;
	width:15px;
}

.paginaenlace{
	line-height:20px;
	height:20px;
	width:15px;
}

.celda {
	background-image:url(../img/fondo_celda_seminuevos.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	height:25px;
	vertical-align:bottom;
}

