body {
	background-color: #ffffff;
	text-align:center;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#contenedor {
	margin:auto;
	width:774px;
	height:1000px;
	/*border:2px solid #000000;*/
	background-color: #ffffff;
	text-align:center;
	overflow:visible;
}

/* ESTILOS PARA LA CABECERA DE LA PAGINA*/
#cabecera {
	height:44px;
	background-color:#FFFF00;
	background-image:url(material/cabecera.jpg);
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
	border-top:solid 2px #000000;
}
#logotipo {
	width:250px;
}
#menu {
	width:550px;
}
#menu_superior{
	height:15px;
}
#menu_inferior{
	height:35px;
}

/* ESTILOS PARA LA ZONA CENTRAL DE LA PAGINA PRINCIPAL Y LA DEL CATÁLOGO*/
#info {
	width:770px;
	height:235px;
	background-color:#ffffff;
	background-image:url(material/superior_info.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
}
#foto_info{
	width:294px;
	height:235px;
	background-image:url(material/foto_info.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
#texto_info{
	width:340px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}
#otras_fotos_info{
	width:100px;
	float:left;
}
/* ESTILOS PARA LA ZONA CENTRAL LAS PÁGINAS QUE TIENEN LA ZONA DE INFO ESTRECHA*/
#info_estrecha {
	width:770px;
	height:99px;
	background-color:#ffffff;
	background-image:url(material/superior_info.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
}
#foto_info_estrecha{
	width:283px;
	height:94px;
	margin:0px;
	background-image:url(material/foto_info_estrecha.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
#texto_info_estrecha{
	width:340px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}
#otras_fotos_info_estrecha{
	width:100px;
	float:left;
}

/* ESTILOS PARA EL BLOQUE DE CONTENIDOS DE LA PAGINA*/
#contenido {
	height:700px;
	background-color: #000000;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
	overflow:visible;
}
	#superior_contenido{
		height:60px;
		background-image:url(material/superior_contenido.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
#bloque_coche{
	width:700px;
	height:170px;
	border:solid 1px #dddd00;
	background-color:#414141;
	/*padding-left:25px;*/
	margin-left:25px;
	margin-bottom:5px;
	float:left;
}
	#foto_1 {
		width:215px;
		height:165px;
		float:left;
	}
		#fotos_gran_bloque {
			width:203px;
			height:153px;
			border:solid 2px #FFFF00;
			margin:5px;
			text-align:right;
			overflow:hidden;
		}
	#foto_2 {
		width:55px;
		height:165px;
		float:left;
	}
		#fotos_peq1_bloque {
			width:65px;
			height:47px;
			border:solid 2px #FFFF00;
			margin-top:5px;
			margin-bottom:2px;
			overflow:hidden;
		}
		#fotos_peq2_bloque {
			width:65px;
			height:47px;
			border:solid 2px #FFFF00;	
			overflow:hidden;
		}
		#fotos_peq3_bloque {
			width:65px;
			height:47px;
			border:solid 2px #FFFF00;
			margin-top:2px;
			overflow:hidden;
		}
	#texto_coche {
		width:350px;
		height:165px;
		float:left;
		padding-left:10px;
		margin-left:10px;
	}
	#texto_coche_ampliado { /* ESTE ESTILO ESTA APLICADO EN LA VENTANA VEHICULO*/
		width:600px;
		height:165px;
		float:left;
		padding-left:10px;
		margin-left:10px;
	}
	#separador {
		width:400px;
		height:10px;
	}

/* ESTILOS PARA EL PIE DE PAGINA*/
#pie {
	height:30px;
	background-color:#FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:solid 2px #000000;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
}


/*
**********************
AQUI PONEMOS LOS ESTILOS PARA LAS CLASES.
**********************
*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}
.borde_imagen {
	border:solid 1px #999999;
	margin-top:3px;
}
.tabla_bloque_datos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}
.INPUT_SIN_BORDE {
	border: 0px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12PX;
}
.INPUT_CON_BORDE {
	border: 1px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12PX;
}