/* CSS Document */
BODY {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	text-align: center;
	background-color: #ebebeb;
	font-size: 14px;
} 

#contenedor{ 
    text-align: center; 
    width: 990px; 
    margin: 20 0 0 0px; 	
} 
#cabecera{ 
    text-align: center; 
    width: 990px; 
} 
#barra{ 
    text-align: center; 
    width: 990px; 
} 

#quienes{ 
    text-align: center; 
    width: 640px; 
} 


#cuerpo{ 
    margin: 0 0 0 0px; 
} 

#lateral{ 
    width: 140px; 
    float:left; 
} 

#otrolado{ 
    width: 140px; 
    float: right; 
} 
#principal{ 
    margin-left: 140px; 
    padding: 1 1 1 1px; 
    margin-right: 140px;
	width: 640px;
	background-color:#FFFFFF;
} 

#lateralhisnot{ 
    width: 250px; 
    float:left; 
} 

#principalhisnot{ 
    text-align: center; 
	width: 990px;	
} 


#pie{ 
    text-align: left; 
    width: 990px; 
    clear: both; 
} 

input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; width:inherit}



a:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;	
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

/* AHORA SACAMOS EL ENLACE DEL HISTORICO DE NOTICIAS */



a.hisnot:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.hisnot:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
a.hisnot:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}





/* AHORA DETALLAMOS POR MEDIO DE LAS CLASES EL TRATAMIENTO DE LAS IMAGENES */

.barramenutexto{ 
	color: #666666;
	font-size: 14px;
} 


.Estilo39 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.Estilo50 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.titulomarca {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
.titulomodeloversion {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textocampos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.textocamposbus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.textohisnot {
	font-size: 10px;
	color: #2B82D9;
	font-weight: bold;
}

.textoarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.novedades {
	font-family: "Arial Black";
	font-size: 14px;	
	color: #FF0000;
}

.autor {
	font-family: "Arial";
	font-size: 12px;	
	color: #FF6600;
	font-weight: bold;
}


.Estilo39 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.Estilo49 {font-family: Arial; font-size: 10px; color: #000000; }
.Estilo50 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.concesionario {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.titulohisnot {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}


label { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #999999; display: block;} 

.campo { width: 254px; height: 30px; margin-bottom: 20px; background-image: url(f1.gif); background-repeat: no-repeat; padding: 2px; color: #669966; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 

<!-- ULTIMAS NOVEDADES -->

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/*
.thumbnail:hover{
background-color: transparent;
}
*/

.thumbnail span{ /*CSS for enlarged image*/
position:relative;
background-color: lightblue;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
height: -100;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0px;
top:-220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.hisnot {font-size: 10px; color: #0066FF; }
.Estilo51 {font-size: 10px}
.vistitulo {
	font-size: 9px;
	color: #2B82D9;
	font-weight: bold;
}
.visconce {font-size: 9px}
.visdatos {font-size: 9px; color: #666666; }

