html, body{
scrollbar-face-color:#E7EFF2;
scrollbar-base-color:#FFFFFF;
scrollbar-arrow-color:black;
scrollbar-track-color:#E7EFF2;
scrollbar-shadow-color:#E7EFF2;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-Color:#E7EFF2;
background-color:#E7EFF2;
display: block;
}
#contenedora{
	float:left;
	margin-left:130px;
}

#cabecera{
	 float:left;
	 margin-top:0px;
	 width:600px;
	 height:100px;
}
#fondo{
	 float:left;
	 margin-top:0px;
	 width:600px;
	 height:400px;
}
#cuerpo{
	float:left;
	width:600px;
	margin:100px 0px 0px 0px;
	font-family:Verdana;
	font-size:10px;
	font-weight:700;
	color:#000000;
	text-align:center;
}
#cuerpo1{
	float:left;
	width:600px;
	margin:-20px 0px 0px 0px;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-align:center;
}
#cuerpo3{
	float:left;
	width:442px;
	margin:-20px 0px 0px 0px;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-align:center;
}
#llantas{
	float:left;
	width:150px;
	margin:0px 0px 0px 0px;
	font-family:Verdana;
	font-size:10px;
	font-weight:700;
	color:#000000;
	border: 1px solid black;
	text-align:center;
	padding:2px 2px 2px 2px;
}
#llantas a{
	color:#000000;
}
#llantas h1{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	
}

#cuerpo h1{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	
}
#cuerpo a{
	font-family:Verdana;
	font-size:10px;
	font-weight:700;
	color:#000000;
}


#contenido{
	 float:left;
	 margin-left:50px;
	 margin-top:0px;
	 width:600px;
}
#pie{
	float:left;
	top:auto;
	width: 600px;
	height: 20px;
	color:#FFFFFF;
	background-color: #000000;
	text-align: center;
	font-family:Verdana;
	font-size:9px;
}
#pie a{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
}

/*menu*/
#vdividermenu ul{
margin: 0;
padding: 0;
float: left;
margin-left:70px;
font: bold Verdana;
font-size:10px;
font-weight:700;
width: 100%;
background-color: #E7EFF2;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color:#3366FF;
}

/*fotos*/
.thumbnail{
position: relative;
z-index: 0;
padding: 10px 10px 10px 10px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 100px;
left: -100px; /*position where enlarged image should offset horizontally */
}

