/*  Hoja de Estilo Compartelo */

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #747475;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

table {
	background-color: #FFFFFF;
	text-align: justify;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #747475;
	padding: 0px;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	font-family:  Verdana, Georgia, Courier;
	font-size: 10px;
	color: #302F2F;
}
a:hover { 
	text-decoration: underline;
}

input,textarea,select {
	background-color: #BEBEBE;
	font-family: Verdana, Georgia, Myriad,;
	font-size: 10px;
	color: #282828;
	border-style: solid;
	border-width: 1;
	border-color:#2F2E79;
}

.Botonera {
	background-color: #BEBEBE;
	font-family: Verdana, Georgia, Courier;
	font-size: 11px;
	color: #2F2E79;
	line-height : 1.1;
	padding-left: 3px;
}
.Botonera_Solapa {
	background-color: #2F2E79;
	font-family: Verdana, Georgia, Courier;
	font-size: 10px;
	font-weight: bold;
	text-align : center;
	color: #FFFFFF;
}
.Botonera_Activo {
	background-color: #2F2E79;
	font-family: Verdana, Georgia, Courier;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.Botonera:hover {
	font-weight: bold;
	text-decoration: underline;
}

.BloqueBusqueda {
	background-color: #BEBEBE;
	font-family: Verdana, Georgia, Courier;
	font-size: 11px;
	color: #2F2E79;
}
.BloqueBusqueda_Solapa {
	background-color: #2F2E79;
	font-family: Verdana, Georgia, Courier;
	font-size: 10px;
	font-weight: bold;
	text-align : center;
	color: #FFFFFF;
}

.BloqueDestacado {
	background-color: #E8E8E8;
	font-family: Verdana, Georgia, Courier;
	font-size: 10px;
	color: #282828;
	border-color : #2F2E79;
	border-style : solid;
	border-width : 1px;
	padding: 5px;
}
.BloqueDestacado_Solapa {
	background-color: #2F2E79;
	font-family: Verdana, Georgia, Courier;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
.BloqueDestacado_Cuerpo {
	color: #535252;
}
a.BloqueDestacado:hover {
	text-decoration: underline; 
}

.BloqueListado {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Courier;
	font-size: 10px;
	color: #747475;
	padding: 5px;
	margin : 5px;
}

.FichaVehiculo {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Courier;
	font-size: 10px;
	color: #747475;
	padding: 5px;
	margin : 5px;
}
.FichaVehiculo_Solapa {
	background-color: #2F2E79;
	font-size: 10px;
	font-weight: bold;
	text-align : left;
	padding-left:20px;
	color: #FFFFFF;
}

/*Estilos prefijados de texto*/ 
.txtVerdanaNegro {
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #000000;
}
.txtGrande {
	text-align : justify;
	font-family:  Arial, Georgia, Courier;	
	font-size: 13px;
	color: #2F2E79;
}

/* Tratamiento de Capas : Ocultar - Aparecer */
.CapaOculta {
	position:absolute;
	visibility:hidden;
	padding: 0px;
	z-index: 2; 
	top: -1000; 
	left: 0;
}

.BarraNavegacion {
	background-color: #FFFFFF;
	text-align : center;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 11px;
	color: #2F2E79;
}

#ContenedorPrincipal {
	/*background: url("../Imagenes/ImagenesModulo/background_cols.gif") repeat;*/
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#Cabecera {
}

#Centro {
}

#Contenido {
	float: left;
	width: 69.2%;
	padding: 12 0 0 0;
}

#ColumnaIzquierda {
	background-color: #BEBEBE;
	float: left;
	width: 118px;
	border-color : #2F2E79;
	border-style : solid;
	border-width : 1px;
}

#ColumnaDerecha {
	background-color: #BEBEBE;
	float: right;
	width: 118px;
	border-color : #2F2E79;
	border-style : solid;
	border-width : 1px;	
}

#BloqueColIzq {
	text-align : center;
	margin: 0 0 22 0;
}

#BloqueColDer {
	text-align : center;
	margin: 0 0 20 0;
}

#BloquePromo {
}

#Pie {
	background-color: #FFFFFF;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 9px;
	color: #000000;
}
/* --------- Fin Hoja de Estilo --------- */

