
#menus { width: 100%; height: 447px; }

div.sdmenu {
    width: 100%;
    padding: 20px 0 5px 0;
	list-style-type: none;
}
div.sdmenu #menu { padding-bottom: 15px; background: #fff url(../images/bgMenu.gif) no-repeat; }

div.sdmenu div span {
    display: block;
	padding: 5px 10px;
	color: #fff;
    font: normal 14px/1.1em "Myriad Pro", Corbel, "Calibri", "Candara", "Cambria", "Trebuchet Ms", Verdana, Myriad, sans-serif;
}
div.sdmenu div a {
	display: block;
	padding: 0;
	margin: 0 10px;
	background: transparent;
	font: normal 13px/1em "Trebuchet MS", Arial, Verdana, Helvetica, Sans-serif;
	line-height: 10px;
}
div.sdmenu div a.sub {
    padding: 8px 0;
	color: #4d757e;
	border-bottom: dotted #fff 1px;
}
div.sdmenu div a:hover {
	color: #e25442;
	text-decoration: none;
}

div.sdmenu #homepage {
    width: 100%;
	height: 30px;
}

div.sdmenu #oportunidades {
    height: 140px;
	padding: 0;
	margin: 20px 0;
	background: #fff url(../images/bgSale.gif) no-repeat;
}
div.sdmenu div#oportunidades a span {
    padding: 40px 0 0 0;
	margin: 0;
    color: #4d757e;
	font: bold 1.3em "Myriad Pro", "Trebuchet MS", Arial, Corbel, Myriad, Sans-Serif;
}
div.sdmenu div#oportunidades p {
    color: #4d757e;
}

div.sdmenu #cesta {
    width: 100%;
	height: 139px;
	padding-bottom: 15px;
	background: #fff url(../images/bgCart.gif) no-repeat;
}
.colUNO #cesta h2 { padding-bottom: 0; }
.colUNO #cesta p { margin: 7px 0 -7px 15px; color: #046f91; font-size: 12px; }
.colUNO #cesta small { padding: 0 15px; margin-top: 22px; color: #4d757e; }
.colUNO #cesta form {
    margin: 13px 0 0 20px;
	cursor: pointer;
}
.colUNO #cesta input {
    width: 115px;
	height: 23px;
	padding-top: 3px;
	cursor: pointer;
    background: #b7e1eb url(../images/carrito.gif) no-repeat right 0;
	color: #1e1e1e;
	font: bold 1em "Myriad Pro", Corbel, "Trebuchet MS", Arial Narrow, Myriad, Sans-Serif;
	text-align: left;
}