@charset "utf-8";
/* CSS Document */
BODY {
	margin:0;
	padding:0;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* ---------------- Inicio ------------- */
#wrapper-inicio {
	background:#FFF url(img/bg_inicio.jpg) top center no-repeat;
	width:900px;
	height:210px;
	margin:60px auto;
	padding-top:265px;
	text-align:center;
}
.btn_sartu, .btn_entrar {
	width:80px;
	height:80px;
	line-height:80px;
	/*padding-top:35px;*/
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
}
.btn_sartu {
	border:1px solid #D10019;
	color:#D10019;
	margin:0 5px 0 35px;
}
.btn_entrar {
	border:1px solid #000;
	color:#000;
	margin:0 35px 0 5px;
}
/* --------------- Header -------------------- */
#wrapper {
	width:900px;
	margin:0 auto;
	background:#FFF;
}
#header {
	background:#8F918F;
	height:135px;
	text-align:center;
}
#header img {
	margin-top:25px;
}
#header a {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin:16px;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px #555454 solid;
	height:85px;
}
ul li {
	float:left;
	width:225px;
}
ul li a {
	height:65px;
	padding:20px 0 0 20px;
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#8A8787;
	text-decoration:none;
}
ul li a:hover, ul li.current_item a {
	background:#D1D0D0;
}
/* ---------- Promocion ---------- */
#promocion, #promocion-eu {
	height:780px;
	padding:10px 0 10px 45px;
	position:relative;
}
#promocion {
	background:url(img/bg_promocion.jpg) center right no-repeat;
}
#promocion-eu {
	background:url(img/bg_promocion_eu.jpg) center right no-repeat;
}
#promocion #alimentos, #promocion-eu #alimentos {
	margin-left:100px;
}
#promocion p, #promocion-eu p, .dimmed {
	color:#777677;
	font-size:11px;
}
#promocion #banda, #promocion-eu #banda {
	top:570px;
	left:533px;
	position:absolute;
}
/* ---------- Ganar ---------- */
#k {
	width:300px;
	padding-top:155px;
	float:left;
	text-align:center;
}
#contenido-ganar {
	width:600px;
	float:left;
	padding-bottom:90px;
	text-align:left;
	background:url(img/bg_ganar.jpg) bottom right no-repeat;
}
/* ---------- Bases y Ganadores ---------- */
#contenido {
	width:567px;
	float:left;
	padding: 10px 33px 40px 0;
	text-align:left;
}
.gray {
	padding:45px;
	background:#E5E4E4;
	text-align:center;
	font-size:13px;
	margin-bottom:5px;
}
.gray table table th {
	background:#CCC;
}
.gray table table td {
	text-align:left;
	background:#FFF;
	font-size:12px;
}
/* ---------- Misc ---------- */
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:#D10019;
}
h2, h3 {
	font-weight:normal;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
.bold {
	font-weight:bold;
}
hr {
	float:left;
}
