/* CSS Document */

html, body { 
	height:100%;
	width:100%;
	margin:0;
	padding:0;
} 
body{
	font:11px "Trebuchet MS", sans-serif;
	margin:0;
	color:#797878;
	
}

/*begin main*/
#main{
	background:url(../../images/bg-home.jpg) 0px 0px no-repeat;
	width:1000px;
	margin:0 auto;
	overflow:visble;
	position:relative; height:1000px
}

#idioma {position: absolute; width:110px; left:842px; top:15px}


#bodegas {position: absolute; top: 430px; left: 100px; width:900px}

#bodegas div { float:left; }

div.enlace {margin-right:225px; }

#noticias { position:absolute; left:270px; width:400px; top:475px; height:100px; text-align:center}
#noticias p { margin-left: 45px}
#noticias ul {list-style:none}
#noticias ul li {margin-bottom:20px;  line-height:15px; list-style-position:outside; text-align:center}    /*border-bottom: #888888 1px solid;*/
#noticias a {color:#ce142b; cursor:pointer;font:bold 11px/11px "Trebuchet MS", sans-serif; text-decoration:none}

/* enlaces */
 a{
	color:#ce142b !important;
	border:none;
	cursor:pointer;
	font:bold 11px/11px "Trebuchet MS", sans-serif; text-decoration:none
}

a:hover {color:#5a5a5a !important;border:none; text-decoration:none}
#idioma p span.active {color:#ce142b;}
#main #idioma p a {color:#5a5a5a;}


