/* Estilo Catalogo */
body{
	background:#FFFFFF;
	font-family:calibri;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.bo{ 
	border: solid 1px black;
}

/* Inicio y general*/
#divContPrincipal{
	width: auto;
	height: auto;
}

#divContLimite{
	width:1200px;
	height:880px;
	margin: auto;
	background-image: url(../img/inicio/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}
#divMenu{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 306px;
	margin-left: 335px;
}
.menu {
	list-style: none;
	font-size: 9pt;
	margin-left: -25px;
	margin-top: 10px;
	position: absolute;
}
.menu li {
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}

.menu li a {
	text-decoration: none;
	color: #333333;
	background-color: #D8D8D8;
	border-radius: 2px;
	padding: 10px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
}

.menu li a:hover {
	color: #333333;
	cursor: pointer;
	background-image: url(../img/menuBtnFondo.png);
	background-repeat: repeat-x;
	border-radius: 2px;
}
.activo {
	background-color: #CCC682 !important;
	color: #333333 !important;
	font-weight: bold;
	background-image: url(../img/menuBtnFondo.png);
	background-repeat: repeat-x;
	border-radius: 2px;
}

/* Quienes somos */
#divContLimiteQSomos{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/qsomos/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuQSomos{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}
/* Suspenciones */
#divContLimiteSusp{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/suspensiones/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuSusp{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}
/* Transmisiones */
#divContLimiteTrans{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/transmisiones/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuTrans{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}
/* Direcciones */
#divContLimiteDirec{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/direcciones/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuDirec{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}
/* Rines */
#divContLimiteRines{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/rines/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuRines{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}
/* Ventajas cliente */
#divContLimiteVCliente{
	width:1200px;
	height:980px;
	margin: auto;
	background-image: url(../img/vcliente/fondo.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}

#divMenuVCliente{
	width:800px;
	height:35px;
	background-color: #D8D8D8;
	border: solid 1px #898989;
	border-radius: 8px;
	margin-top: 260px;
	margin-left: 335px;
}

