@charset "UTF-8";
/* El Body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("/images/site_bg.png");
	background-position:top;
	background-repeat: repeat-x;
	background-color: #242424;
}

.encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004a80;
	letter-spacing: normal;
	font-weight:bold;
}

.encabezadoseccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004a80;
	letter-spacing: normal;
	font-weight:bold;
}

.contenido {
	font-family: Helvetica;
	font-size: 12px;
	color: #363636;
	letter-spacing: normal;
}
.bottom {
	font-family: Helvetica;
	font-size: 9px;
	color: #363636;
	letter-spacing: normal;
}

/*LINKS COMUNES */
.linkContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004a80;
}
.linkContent:link {
	text-decoration: underline;
}
.linkContent:visited {
	text-decoration: underline;
	color: #004a80;
}
.linkContent:hover {
	text-decoration: none;
	color: #004a80;
}
.linkContent:active {
	text-decoration: none;
	color: #004a80;
}
/*FIN DE LINKS COMUNES */

/*LINKS COMUNES */
.linkEncabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004a80;
	text-decoration:none;
}
.linkEncabezado:link {
	text-decoration: none;
}
.linkEncabezado:visited {
	text-decoration: none;
	color: #004a80;
}
.linkEncabezado:hover {
	text-decoration: underline;
	color: #004a80;
}
.linkContent:active {
	text-decoration: none;
	color: #004a80;
}
/*FIN DE LINKS COMUNES */

/*AQUI COMIENZA EL MENU*/
#Menu {
	position:relative;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	/*height: auto;*/
	margin: 0px;
	padding: 0px;
	top: 10px;
}
#Menu ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin: 0px 0px 5px 0px; /* Just some margin to align the blue border below the menu */
padding: 0px;
}
#Menu li {
display: inline; /* Menu links are horizontally aligned using display: inline */
margin: 10px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}
#Menu li a {
padding: 10px 10px 24px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
color: #FFF;
text-decoration: none;
font-weight: bold;
 /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#Menu li a:hover {
color: #FFF;
background: url("/images/menu_bg_over.png") top left repeat-x;
*padding:0px 10px 0px 10px;
}
#Menu li a.current {
color: #FFF;
background: url("/images/menu_bg_over.png") top left repeat-x;
margin:0px;
*padding:0px 10px 0px 10px;
}
#Menu li a span {
padding: 10px 0px 10px 0px;
 /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#Menu li a:hover span {
color:#FFF;
}
	
/* FIN DEL MENU */

/*OBJETOS DE RIGOR*/

#topDiv {
	position:relative;
	width:770px;
	height:154px;
	margin: 0px;
	margin-top:0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	
}
#menuDiv {
	position:relative;
	text-align:center;
	height: 34px;
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background: url("/images/menu_bg.png") top left repeat-x;
}

#contentDiv {
	width: 770px;
	margin-right:auto;
	margin-left:auto;
	z-index:10;
	clear: both;
}

#bttmDiv {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:center;
}


/*FIN OBJETOS DE RIGOR*/

/*Cosas de la Principal*/
#fotocarDiv {
	width:770px;
	height:272px;
	margin: 0px;
	margin-top:0px;
	padding: 0px;
	position:relative;
	background: url("/images/main_carros_pics_bg.png") top left no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#selcarDiv {
	width:770px;
	height:133px;
	margin: 0px;
	margin-top:0px;
	padding: 0px;
	position:relative;
	background: url("/images/main_carros_bg.png") top left no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#maincontDiv {
	width:770px;
	margin: 0px;
	margin-top:18px !important;
	*margin-top:0px;
	padding: 0px;
	position:relative;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#sectioncontDiv {
	width:770px;
	margin: 0px;
	/*margin-top:18px !important;*/
	*margin-top:0px;
	padding: 0px;
	position:relative;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#sectionVehiculoscontDiv {
	width:770px;
	margin: 0px;
	/*margin-top:18px !important;*/
	*margin-top:0px;
	padding: 0px;
	position:relative;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-top: 18px solid #970224;
}
/* STYLE DE CARROS BOTON */
#Carros {
	position:relative;
	list-style-type: none;
	height: 133px;
	margin: 0px;
	border:none;
	border-bottom: 18px solid #970224;
}
#Carros ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin: 0px 0px 0px 0px; /* Just some margin to align the blue border below the menu */
}
#Carros li {
display: inline; /* Menu links are horizontally aligned using display: inline */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#Carros li a {
	/* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	border:none;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Carros li a:hover {
/*background-color:#970224;*/
background: url("/images/cosa.png") bottom left repeat-x;
border:none;
}
#Carros li a span {
padding: 0px 0px 0px 0px;
 /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#Carros li a:hover span {
color:#FFF;
border:none;
}
/*Fin de Principal*/

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 11px;
	color: #333333;
	background: #CCCCCC;
	border: 0px solid #669933;
	}
	
.button {
	color: #333333;
	background: #E6E5E6;
	border: 0px solid #669933;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	}

.button:hover {
	color: #333333;
	background:#2D6E95;
	border: 0px solid #669933;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	}