/*  
 stylesheet
*/

/* Utilizamos una plantilla para resetear los estilos */
@import url("default.css");

/* Header */
div#header h3{
	padding-top: 5px;
	margin-left: 9px;
	float: left;
}

/* Secondary menu */
div#secondary-menu{
	background: #34446a url(section/bg-secondary-menu.png) repeat-x top left;
	height: 26px;
	width: 100%;
	position: absolute;
	top: 185px;
	left: 0px;
	z-index: 5;
}

div#secondary-menu h5{
	display: none;
}

div#secondary-menu ul{
	margin-left:100px;
	text-align: center;
}

div#secondary-menu ul li{
	display: inline;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

div#secondary-menu ul li a{
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

div#secondary-menu ul li.selected{
	background:transparent url(section/bg-secondary-menu-selected.png) no-repeat scroll center bottom;
	padding-bottom:5px;
}

div#secondary-menu ul li.selected a{
	text-decoration: underline;
}

/* Second Level menu */
div.secondLevelMenu {
	position: absolute;
	top: 260px;
}

div.secondLevelMenu h5 {
	display: none;
}

div.secondLevelMenu ul {

}

div.secondLevelMenu ul li {
	line-height: 1.5em;
}
div.secondLevelMenu ul li a {
	text-decoration: none;
	color: #495379;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
div.secondLevelMenu ul li.selected a{
	background:transparent url(catalog/arrow-selected.png) no-repeat scroll right 4px;
}

div.secondLevelMenu ul li ul{
	margin-left: 20px;
}

div.secondLevelMenu ul li.selected ul li a {
	background: none;
}

div.secondLevelMenu ul li.selected ul li.selected a {
	background:transparent url(catalog/arrow-selected.png) no-repeat scroll right 4px;
}



/* Content */
div#content {
	margin-top: 75px;
	margin-bottom: 10px;
	width: 785px;
	margin-left: 5px;
	overflow: hidden;
	min-height: 200px;
}

div#content h4{
	background: url(section/section-header-bg.png) no-repeat top right;
	line-height: 43px;
	color: #FFF;
	padding-left:20px;
	padding-right:70px;
	font-size: 1.7em;
	font-weight: bold;
	position: absolute;
	margin-top: -1px;
	z-index: 10;
	left: 0px;
}

div#content h4 span{
	display: none;
}

div#content-text {
	border-left: 1px solid #a79869;
	border-right: 1px solid #a79869;
	border-bottom: 1px solid #a79869;
	background: url(section/content-bg.jpg) no-repeat bottom left;
	padding-top: 70px;
	overflow: hidden;
	min-height: 335px;
}

/*Html content */
div.htmlcontent {
	color: #495379;
	clear: both;
	padding-bottom: 40px;
	font-size: 0.9em;
	text-align: justify;
}

div.htmlcontent h1{
	color: #529ff5;
	font-size: 1.7em;
	font-weight: bold;
	margin-left: 100px;
	margin-bottom:20px;
}

div.htmlcontent h1 span{
	color: #081053;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Times New Roman;
	display:block;
	margin-left: 0px;
}

div.htmlcontent p{
	margin-top: 7px;
	margin-left: 100px;
	margin-right: 100px;
}

div.htmlcontent span{
	margin-left: 100px;
	margin-right: 100px;
}

div.htmlcontent ul {
	margin-top: 20px;
	margin-left: 115px;
	margin-right: 100px;
	list-style-type: disc;
}

div.htmlcontent ol ul {
	margin: 5px 35px 15px;
}

div.htmlcontent ul li {
	margin-top: 5px;
	list-style-type: disc;
}

div.htmlcontent ol{
	margin-top: 20px;
	margin-left: 115px;
	margin-right: 100px;
	list-style-type: decimal;
}

div.htmlcontent ol li{
	margin-top: 5px;
}


div.htmlcontent img.align-left {
	float: left;
	margin: 25px 55px 120px 55px;
}

.section-title{
	color: #529ff5;
	font-size: 1.7em;
	font-weight: bold;
	margin-left: 20px;
}

.section-title span{
	color: #081053;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Times New Roman;
	display:block;
}


/* Catalog */
div#catalog {
	clear: both;
}

div#catalog h6{
	background: url(section/catalog-header-bg.png) no-repeat scroll 0 0;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 3px;
	font-size: 1.5em;
	font-weight: bold;
}

div#catalog-block-1 {
	float: left;
	border: 1px solid #a79869;
	margin-left: 5px;
	width: 400px;
	height: 125px;
	overflow: hidden;
}

div#catalog-block-1 h6{
	display: none;
}

div#catalog-block-1 img {
	display: block;
}

div#catalog-block-2 {
	float: left;
	border: 1px solid #a79869;
	margin-left: 7px;
	width: 375px;
	height: 125px;
	overflow: hidden;
}

div#catalog-block-2 h6{
	display: none;
}

div#catalog-block-2 img {
	display: block;
}



/* Promotion */
div#promotion-level {
	float: left;
	margin-top: 15px;
}

div#promotion-level div.promotion {
	border: 1px solid #c6c5c4;
	margin-left:5px;
	height: 105px;
	width: 423px;
	overflow: hidden;
}

div#promotion-level h6{
	background: url(section/promotion-header-bg.png) no-repeat scroll 0 0;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 1.5em;
	font-weight: bold;
}

div#promotion-level h6 span{
	color: #eaa0d5;
	font-size: 0.8em;
	font-weight: bold;
	overflow: hidden;
}



/* Nutrition */
div#nutrition {
	float: left;
	margin-top: 15px;
	margin-left: 22px;
}

div.nutrition {
	border: 1px solid #c6c5c4;
	height: 110px;
	width: 336px;
	overflow: hidden;
}

div#nutrition h6 {
	background:#C2CDE0 none repeat scroll 0 0;
	color:#144172;
	font-weight:bold;
	font-size: 1.1em;
	padding-left:10px;
	padding-top:2px;
}



/* Blue background */
div.blue-bg{
	height: 125px;
	background: url(section/blue-bg.jpg) repeat-x;
	border: 1px solid #c6c5c4;
}



/* Games */
div#games {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	width: 210px;
}

div#games img {
	display: block;
}

div#games h6{
	background:#C2CDE0 none repeat scroll 0 0;
	color:#144172;
	font-weight:bold;
	font-size: 1.1em;
	padding-left:10px;
	padding-top:2px;
}



/* Newsletter */
div#newsletter {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	width: 210px;
}

div#newsletter img {
	display: block;
}

div#newsletter h6{
	background:#C2CDE0 none repeat scroll 0 0;
	color:#144172;
	font-weight:bold;
	font-size: 1.1em;
	padding-left:10px;
	padding-top:2px;
}



/* Spots */
div#spots {
	float: left;
	margin-top: 15px;
	margin-left: 22px;
	width: 338px;
}

div#spots img {
	display: block;
}

div#spots h6{
	background:#C2CDE0 none repeat scroll 0 0;
	color:#144172;
	font-weight:bold;
	font-size: 1.1em;
	padding-left:10px;
	padding-top:2px;
}



/* sitemapweb */
div#sitemapweb{
	margin-left: 125px;
}

div#sitemapweb ul{
	margin-left:10px;
	margin-top: 0px;
}

div#sitemapweb ul li{
	margin-left: 10px;
}

div#sitemapweb ul li a{
	font-size: 1.2em;
	color:#495379;
}

div#sitemapweb ul li ul li a{
	color: #529FF5;
	font-size: 1.1em;
}

div#sitemapweb ul li ul li ul li a{
	font-size: 1em;
	color: #529FF5;
}

div#sitemapweb ul li ul li ul li ul li a{
	font-size: 0.95em;
	color: #529FF5;
}



.align-right {
	float: right;
	margin: 0 20px 20px 30px;
}
