/* CSS Document */

/*** NEUTRALIZANDO ESTILOS:  
        elementos que queremos limpiar completamente: ***/  
    * {   
        margin-top: 0px;
		  margin-left: 0px;
		  margin-bottom:0px;
		  margin-right: 0px;   
        padding-top: 0px;
		  padding-left: 0px;
		  padding-bottom:0px;
		  padding-right: 0px;   
        border: none;   
    }   
    html {   
        font: 80% "Trebuchet MS", Verdana, Arial, SansSerif;   
        text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/  
		background-color:#FFF;
		color:#000;
    }   
/*** NEUTRALIZANDO ESTILOS:  
        elementos con margen vertical: ***/  
    h1, h2, h3, h4, h5, h6, p, pre,   
    blockquote, ul, ol, dl, address {   
        font-weight: normal;   
        padding: 0 0 1em 0;   
    }   
/*** Algunos ajustes basicos: ***/  
    sup {   
        position: relative;   
        bottombottom: 0.3em;   
        vertical-align: baselinebaseline;   
    }   
    sub {   
        position: relative;   
        bottombottom: -0.2em;   
        vertical-align: baselinebaseline;   
    }   
    li, dd, blockquote {   
        margin-left: 1em;   
    }   
/*** LINKS:  
        recuerda utilizar siempre la regla del LoVe-HAte ***/  
        a, a:link, a:visited, a:hover, a:active {   
        /*  
        Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:  
        outline: 0;  
        Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).  
        */  
        /*text-decoration: none; */  
    }   
    a img {   
        border: none;   
        text-decoration: none;   
    }   
    img {   
        border: none;   
        text-decoration: none;   
        /*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/  
    }   
/*** FORMULARIOS: ***/  
    label, button {   
    cursor:pointer;   
    }   
    input, select, textarea {   
        font-size: 100%;   
    }   
    input:focus, select:focus, textarea:focus {   
        background-color: #FFF;   
    }   
    fieldset {   
        border: none;   
    }   
/*** Algunas clases útiles: ***/  
    .clear {   
        clear: both;   
    }   
    .float-left {   
        float: left;   
    }   
    .float-rightright {   
        float: rightright;   
    }   
    .helvetica {   
        font-family: Arial, Helvetica, Geneva, sans-serif;   
    }  
	
/*fin de inicial*/

#contenedor{
	background-color:#FFF;
	color:#000000;
	padding-bottom: 20px;
}

h1{
	display:inherit;
	text-align:center;
	padding-top:30px;
	font-size:18px;
}

h2{
	text-align:center;
	font-size:16px;
	color: #FF9900;
	margin-top:15px;
}

#menu{
	display:inherit;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-color: #DFFEC6;
	color: #336600;
}

#menu ul{
	padding-bottom:5px;
	padding-top:5px;
}

#menu ul li{
	list-style-type:none;
	display:inline;
	margin-left: 20px;
	margin-right: 20px;
}

#menu ul li a{
	color: #336600;
}
	
.texto{
	margin-right:auto;
	margin-left:auto;
	width:700px;
	padding-bottom:25px;
}

#pie{
	display:inherit;
	margin-top:40px;
	line-height:25px;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #76DA24;

}

#pie a{
	color:#000;
}

#pie a:hover{
	color:#006600;
}

a{
	color:#000;
}

a:hover{
	color:#006600;
}

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

#listadocoches th{
	color:#000000;
	background-color:#FFD324;
	padding:5px;
}

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

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

#listadocoches td h3{
	margin-bottom:0;
	padding-bottom:0;
}

#listadocoches td h3 a{
	color:#333300;
}

#listadocoches td h3 a:hover{
	color:#336600;
}

/*#listadocoches tr.uno td{
	background-color: #DFFEC6;
}

#listadocoches tr.dos td{
	background-color: #C3FD94;
}*/

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

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

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

table.sortable tr.odd td {
	background-color: #DFFEC6;
}
table.sortable tr.even td {
	background-color: #C3FD94;
}

#contenedorcoche{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}	

#datoscoche{
	float:left;
	width:370px;
}

#fotoscoche{
	float:right;
	width:370px;
}

#fotoscoche img{ 
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

.datocoche{
	margin-bottom:15px;
}

.datocoche th{
	width:170px;
	text-align:left;
	vertical-align:text-top;
}

.encabezadodato{
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #76DA24;
	margin-bottom:10px;
	font-weight:bold;
}

.estado{
	float:right;
	margin-left:-98px;
}

#contacto{
	width:300px;
	float:right;
	margin-left:20px;
}

#vendecoche{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#files{
	margin-left:150px;
}

ol{
	margin-left:15px;
}

.fotoleft{
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}
#idiomas{
	display:inherit;
	position:absolute;
	top:0;
	width:100%;
	text-align:right;
	margin-left:-50px;	
	color:#000;
	line-height:11px;
	font-size:11px;
}	

#idiomas img{
	margin-right:2px;
	line-height:11px;
	margin-top:2px;
	margin-bottom:-2px;
}

ul#mapaweb, #mapaweb ul {
	margin-left:30px;
}

/*Contenedor del coche*/
.contenedor_coche {
	width: 250px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;	
	position:relative;
}
/*Capas para cada parte del coche*/
.parachoq-del {
	position:absolute;
	left:0px;
	top:0px;
	width:26px;
	height:113px;
}

.rueda-del-der {
	position:absolute;
	left:26px;
	top:0px;
	width:55px;
	height:11px;
}

.rueda-tras-der {
	position:absolute;
	left:81px;
	top:0px;
	width:120px;
	height:11px;
}
.parachoq-tras-der {
	position:absolute;
	left:201px;
	top:0px;
	width:24px;
	height:11px;
}

.lateral-der-2 {
	position:absolute;
	left:26px;
	top:11px;
	width:55px;
	height:5px;
}

.lateral-der-1 {
	position:absolute;
	left:81px;
	top:11px;
	width:124px;
	height:13px;
}

.parachoq-tras {
	position:absolute;
	left:205px;
	top:11px;
	width:20px;
	height:88px;
}

.capo {
	position:absolute;
	left:26px;
	top:16px;
	width:55px;
	height:79px;
}

.techo {
	position:absolute;
	left:81px;
	top:24px;
	width:101px;
	height:64px;
}

.maletero {
	position:absolute;
	left:182px;
	top:24px;
	width:23px;
	height:64px;
}

.lateral-izq-1 {
	position:absolute;
	left:81px;
	top:88px;
	width:124px;
	height:11px;
}

.lateral-izq-2 {
	position:absolute;
	left:26px;
	top:95px;
	width:55px;
	height:4px;
}

.rueda-del-izq {
	position:absolute;
	left:26px;
	top:99px;
	width:55px;
	height:14px;
}

.rueda-tras-izq {
	position:absolute;
	left:81px;
	top:99px;
	width:118px;
	height:14px;
}

.parachoq-tras-izq {
	position:absolute;
	left:199px;
	top:99px;
	width:26px;
	height:14px;
}

.estadotexto{
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}

#chatear_responsable {
	display: inherit;
}

#utilidades_coche{
	display:inherit;
	margin-top:20px;
	text-align:center;
}

#mapadanos{
	display:inherit;
}

#imprimircoche{
	background-image: url(../images/impresora.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	padding-right:1px;	
}

#pdfcoche{
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	padding-right:1px;
}

#enviarcoche{
	background-image: url(../images/bocadillo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	padding-right:1px;
}

.listadopeke {
	font-size:0.8em;
	color:#CCCCCC;
}