* {margin: 0px;
   padding: 0px;}

body {
	background-color: #022F49;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#divMainWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFAFA;
	border: 5px solid #FFFFFF;
}
#divBreak {
	clear: both;
}

#divFooter {
	background-image: url(../_images/_layout/foot_center.gif);
	background-repeat: repeat-x;
	height: 85px;
	clear: both;
}
#divFooterLeft {
	background-image: url(../_images/_layout/foot_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 85px;
}
#divFooterRight {
	background-image: url(../_images/_layout/foot_right.gif);
	height: 85px;
	background-repeat: no-repeat;
	background-position: right;
}
#divFooterContent {
	height: 50px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	padding: 20px;
}
#menu_automovil {
	position:absolute;
	left:386px;
	top:202px;
	width:150px;
	height:250px;
	z-index:1;
	visibility: hidden;
}

#divMenuProductos li a:hover {
	background-color: #A60725;
}
#box {
	background-color: #0066CC;
	height: 200px;
	width: 200px;
}
