@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background: url('../images/fondo.png');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}
#contenedor {
	width: 894px;
	height: 600px;
	margin: auto;
}
#superior_logo {
	background: url('../images/superior_logo.png');
	width: 894px;
	height: 16px;
	margin: auto;
}
#contenedor_logo {
	position: relative;
	width: 894px;
	height: 154px;
	text-align: left;
}
#logo_izq {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 48px;
	height: 154px;
	background: url('../images/izq_encabezado.png');
}
#logo_der {
	top: 0px;
	left: 848px;
	position: absolute;
	width: 45px;
	height: 154px;
	background: url('../images/der_encabezado.png');
}
#logo {
	top: 0px;
	left: 48px;
	position: absolute;
	width: 800px;
	height: 154px;
	background: url('../images/encabezado.jpg');
}
#cont_menu_contenido {
	width: 894px;
	height: 100px;
	background: url('../images/sombra.png');
}
#contenedor_menu {
	position: relative;
	width: 894px;
	height: 29px;
	text-align: left;
}
#menu_izq {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 48px;
	height: 29px;
	background: url('../images/izq_menu.png');
}
#menu_der {
	top: 0px;
	left: 848px;
	position: absolute;
	width: 45px;
	height: 29px;
	background: url('../images/der_menu.png');
}
#menu {
	top: 0px;
	left: 48px;
	position: absolute;
	width: 800px;
	height: 29px;
	background: url('../images/fondo_menu.jpg');	
}
#menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 295px;
	font-size: 10pt;
	color: #FFFFFF;
}
#menu ul li{
	display:inline;
	margin:0px 2px 0px 2px;
	padding:2px 8px 2px 8px;
	float:left;
	font-style:italic;
}				
#menu a{
	margin: auto;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 0px 0px 0px;	
	font-weight: bold;		
}
#contenedor #contenedor_menu #menu a:hover{
	color: #383838;
}
.primeral {
	font-size: 14pt;
}	
#contenedor_bloque_degradado {
	position: relative;
	width: 894px;
	height: 70px;
	text-align: left;
}
#bloque_degradado {
	top: 0px;
	left: 48px;
	position: absolute;
	width: 775px;
	height: 70px;
	background: white;
	padding-left: 25px;
}
#bloque_degradado_izq {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 48px;
	height: 70px;
	background: url('../images/izq_bloque_degradado.png');	
}
#bloque_degradado_der {
	top: 0px;
	left: 848px;
	position: absolute;
	width: 45px;
	height: 70px;
	background: url('../images/der_bloque_degradado.png');	
}
#contenido {
	width: 704px;
	height: auto;
	background: url('../images/sombra.png');
	text-align: justify;
	padding-left: 95px;
	padding-right: 95px;
	padding-bottom: 50px;
}

p, blockquote{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}



#pie {
	width: 704px;
	height: 40px;
	background: url('../images/sombra.png');
	text-align: center;
	padding-left: 95px;
	padding-right: 95px;
	color: #333333;
}
#pie hr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	color: #333333;
}
.noticia {
	width: 95%;
	height: auto;
	padding-bottom: 50px;
}
.noticia h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.noticia .resumenNoticia {
	padding-top: 20px;
}
.noticia a {
	color: #000000;
/*	text-decoration: none;
	border-bottom: 1px dashed #000000;*/
	font-weight: bold;
}
.noticia a:hover {
	/*border-bottom: solid 1px #000000;*/
}

/*#rutaAcceso a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}*/
/*#rutaAcceso a:hover{
	text-decoration: underline;
}*/

.imagenesNoticia {
	width: 100%;
	text-align: left;
	height: 140px;
}
.imagenesNoticia img{
	float: left;
	border: none;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
}
.imagenesNoticia a{
	border: none;
}

#colIz{
	float:left;
	width:70%;
}

#colDe{
	float:right;
	width:30%;
}

a{
	color:#000000;
}

a:hover{
	color:#666666;
}

h2{
	margin:0;
	padding:0;
	line-height:80px;
	font-size:20px;
}
.imagenDer{
	float: right;
	border: none;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}
.imagenIzq{
	float: left;
	border: none;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}

#listadocoches{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#listadocoches th{
	color:#FFFFFF;
	background-color:#48727E;
	padding:5px;
	text-align: center;
}

#listadocoches tr{
	margin-bottom:5px;
	padding-bottom:5px;
}

#listadocoches td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4E4E4E;
	padding:5px;
}

#listadocoches th img{
	border:none;
}

#listadocoches th a{
	color:#FFFFFF;
}

table.sortable tr td{
	background-color: #C3D8DF;
}

table.sortable tr.odd td {
	background-color: #ACBFC6;
}
table.sortable tr.even td {
	background-color: #C3D8DF;
}


#datoscoche{
	float:left;
	width:47%;
}

#fotoscoche{
	float:right;
	width:53%;
	text-align:center;
}

.datocoche th{
	text-align:left;
	font-weight:bold;
	background-color:#E2E2E2;
}

.encabezadodato{
	background-color: #48727E;
	line-height: 20px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.bloquedatos{
	margin-bottom:10px;
}
.cocheinicio{
	width:46%;
	float:left;
	text-align:center;
	padding:2%;
}	
.cocheinicio a img{
	text-decoration:none;
	margin-bottom:10px;
}
.encabezadoinicio{
	font-weight:bold;
	background-color: #446E7A;
	color: #FFFFFF;
	line-height:13px;
	padding:3px;
	clear:both;
}
.noticiainicio{
	padding:10px;
}

a img{
	border-color:#000000;
	color:#000000;
	text-decoration:none;
}

a:hover img{
	border-color:#666666;
	color:#666666;
	text-decoration:none;
}

/* Sortable tables */
table.sortable thead th{
    font-weight: bold;
    cursor: pointer;
	text-decoration:underline;
}

table.sortable thead th.sorttable_nosort{
	text-decoration:none;
}

form#form-financiacion label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	text-align: left; 
}

