/*  
Home stylesheet
*/

/* Utilizamos una plantilla para resetear los estilos */
@import url("default.css");

/* Flash inicio */
#flash-loader {
	width: 800px;
	margin: 0 auto;
}
#intro-media {
	position: absolute;
}


/* Header */
div#header h1{
	padding-top: 5px;
	margin-left: 9px;
	float: left;
}

/* Catalog */
div#catalog {
	clear: both;
}

div#catalog h2{
	background: url(home/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: 387px;
	height: 292px;
	overflow: hidden;
}

div#catalog-block-1 h3{
	display: none;
}

div#catalog-block-1 img {
	display: block;
}

div#catalog-block-2 {
	float: left;
	border: 1px solid #a79869;
	margin-left: 7px;
	width: 387px;
	height: 292px;
	overflow: hidden;
}

div#catalog-block-2 h3{
	display: none;
}

div#catalog-block-2 img {
	display: block;
}



/* Promotion */
div#promotion-home {
	float: left;
	margin-top: 15px;
}

div#promotion-home div.promotion {
	border: 1px solid #c6c5c4;
	margin-left:5px;
	height: 150px;
	width: 423px;
	overflow: hidden;
}

div#promotion-home h2{
	background: url(home/promotion-header-bg.png) no-repeat scroll 0 0;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

div#promotion-home h2 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: 160px;
	width: 336px;
	overflow: hidden;
}

div#nutrition h3 {
	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: 167px;
	background: url(home/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 h3{
	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 h3{
	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 h3{
	background:#C2CDE0 none repeat scroll 0 0;
	color:#144172;
	font-weight:bold;
	font-size: 1.1em;
	padding-left:10px;
	padding-top:2px;
}





div#social-links {
	position: absolute;
	top: 135px;
	left: -100px;
}
div#open-sltab {
	background: #fff;
	width: 100px;
	height: 260px;
}
div#close-sltab {
	width: 100px;
	height: 260px;
	display: none;
}
div#close-sltab a.open{
	display: block;
	background: #fff url(home/sl-open.png) no-repeat center center;
	width: 30px;
	height: 260px;
	text-decoration: none;
	float: right;
	outline: none;
}
div#close-sltab a.open span{
	display: none;
}

div#social-links  h5 {
}
div#social-links  h5 span{
	display: none;
}
div#social-links  a.close {
	display: block;
	width: 25px;
	height: 19px;
	background: url(home/sl-close.png) no-repeat;
	margin: 5px 0 0 5px;
	outline: none;
}
div#social-links  h5 a.close span{
	display: block;
	visibility: hidden;
}
div#social-links ul {
	width: 85px;
	margin: 10px auto 0 auto;
	
}
div#social-links li {
	margin-bottom: 30px;
}
div#social-links li a {
	display: block;
	text-decoration: none;
	outline: none;
}
div#social-links li a span{
	visibility: hidden;
}
div#social-links li.blog a {
	background: url(home/sl-blog.jpg) no-repeat;
	width: 85px;
	height: 100px;
}
div#social-links li.twitter a {
	background: url(home/sl-twitter.jpg) no-repeat;
	width: 85px;
	height: 107px;
}
div#social-links li.facebook a {
	background: url(home/sl-facebook.jpg) no-repeat;
	width: 85px;
	height: 85px;
}
div#social-links li a span {
}


