/* clases comunes */
.floatLeft{ float:left; }
.floatRight{ float:right; }
.relative{ position:relative; }
.bold{ font-weight:bold; }
.hide{ display:none; }
.pointer{ cursor:pointer; }

/* Fonts */
.defFont{
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.bigFont{ font-size:15px!important; }
.smallFont{ font-size:10px!important; }
.secColor{ color:#a9ae00!important; }
.blueFont{ color:#111876!important; }
.lblueFont{ color:#2380BC!important; }


/* Estructura */
body{ background:#ffffff url(../img/bkg-header.jpg) repeat-x top; }
div.container{
	width:905px;
	margin:0 auto;
}
div.header{
	width:836px;
	height:114px;
	margin:0 auto;
	padding:17px 0 0 0;
}
div.header img.marginLogo{
	margin:41px 0 0 0;
}

/* Section */
div.section{
	width:884px;
	height:470px;
	margin:0 auto;
	background:url(../img/bkg-cuerpo.jpg) no-repeat top left;
}
div.homeTitle{
	display:inline;
	margin:15px 26px 0 0;
}
div.homeTitle2{ margin:33px 0 0 30px; }
div.section div.infoCont{
	color:#00086e;
	line-height:19px;
	display:inline;
}
div.section div.infoDesc{
	width:332px;
	margin:40px 0 0 30px;
}
div.section div.infoCont h2{ font-size:14px; }
div.section div.infoCont p{ font-size:14px; }
div.section div.infoCont p.notaPie{ font-size:11px; }
div.infoCont h1.title{
	font-size:26px;
	font-style:italic;
	font-weight:normal;
}
div.infoCont h2.desc{
	color:#2380bc;
	line-height:24px;
	font-weight:normal;
}
div.infoCont h2.desc a img{ vertical-align:middle; }
div.infoCont h2.desc a{
	color:#00086e;
	text-decoration:none;
}

/* Home */
div.section div.homeInfoBkg{
	width:362px;
	height:375px;
	margin:4px 0 0 8px;
	background:url(../img/bkg-home-text.jpg) top left no-repeat;
}
div.section div.homeInfoBkg ul{ margin:10px 0 0 23px; }
div.section div.homeInfoBkg ul li{ margin:0 0 28px; }
div.section div.homeInfoBkg ul li.last{ margin:0 0 15px!important; }
p.sorteo{
	line-height:22px;
	margin:0 0 0 15px;
}
div.section div.homeInfoBkg p span a:link, div.section div.homeInfoBkg p span a:hover, div.section div.homeInfoBkg p span a:visited{
	color:#111876;
	text-decoration:underline;
}

/* Como leer */
div.section div.leerAlign{ margin:140px 0 0 30px; }

/* donde pagarla */
div.section div.pagarlaAlign{ margin:110px 0 0 30px; }

/* Como funciona */
div.infoCont ul.comoFuncList{ width:270px; }
div.infoCont ul.comoFuncList li{ margin:0 0 15px 0; }
div.infoCont ul.comoFuncList li h2{ cursor:pointer; }

/* Flash */
div.flashCont{
	width:480px;
	display:inline;
	margin:0px 8px 0 0;
}
div.flashCont img{ margin:10px 15px 33px; }
div.btnAdherite{
	width:158px;
	height:33px;
	cursor:pointer;
	top:30px;
	left:30px;
	position:absolute;

	z-index:10px;
}
div.btnAdherite a div{
	width:158px;
	height:33px;
	cursor:pointer;
	text-align:center;
	/* pngfix */
	background:url(../img/btn-adherite.png)!important;
	background:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/btn-adherite.png', sizingMethod='image');
}
div.btnAdherite a{
	color:#FFFFFF;
	line-height:30px;
	font-size:23px;
	font-weight:normal;
	text-decoration:none;
}
div.swfPosition{
	top:0px;
	left:0px;
	position:absolute;
	z-index:1px;
}
/* Menu */
div.container div.menu{
	width:867px;
	height:40px;
	margin:0 auto;
	padding:0 18px 0 0;
	background:url(../img/bkg-menu.jpg) no-repeat top;
}
div.container div.menu ul{
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
}
div.container div.menu ul li{
	float:right;
	height:33px;
	text-align:center;
	margin:5px 0 0 14px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.container div.menu ul li.active, div.container div.menu ul li.hover{background-position:top right; }
div.container div.menu ul li.btn1{
	width:154px;
	padding:0 9px 0 2px;
	background-image:url(../img/btn-1.jpg);
}
div.container div.menu ul li.btn2{
	width:107px;
	padding:0 9px 0 2px;
	background-image:url(../img/btn-2.jpg);
}
div.container div.menu ul li.btn3{
	width:147px;
	padding:0 9px 0 2px;
	background-image:url(../img/btn-3.jpg);
}
div.container div.menu ul li.btn4{
	width:105px;
	padding:0 9px 0 2px;
	background-image:url(../img/btn-4.jpg);
}

div.menu ul li a h1{
	height:33px;
	cursor:pointer;
	line-height:24px;
	font-weight:normal;
}
div.menu ul li a:link h1, div.menu ul li a:visited h1{
	color:#FFFFFF;
	text-decoration:none;
}
div.menu ul li a:hover h1, div.menu ul li.active a:visited h1, div.menu ul li.active a:link h1{
	color:#00086e;
	text-decoration:none;
}

/* POPUP */
/*
#ganadoresBkg, #ganadoresText{	position:absolute;display:none; }
#ganadoresBkg{
	top:-20px;
	left:200px;
	width:504px;
	height:460px;
*/
	/* pngfix */
	/*
	background:url(../img/popup-bkg.png)!important;
	background:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/popup-bkg.png', sizingMethod='image');
}
#ganadoresText img{
	float:right;
	display:inline;
	margin:0 0 115px;
}
#ganadoresText{
	top:-5px;
	left:240px;
	width:440px;
	height:299px;
}
#ganadoresText div.ganadoresInfoText div{
	width:200px;
	line-height:16px;
	margin:0 0 15px 0;
}
#ganadoresText div.ganadoresInfoText{
	width:420px;
	height:185px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:none;
}
#ganadoresText div.ganadoresInfoText p.title{
	margin:0 0 10px 0;
  text-transform:uppercase;
}	*/
	
/* section ganadores */

div.section div.infoGanadores{
	margin:0 0 0 30px;
	height:240px;
	overflow-x:auto;
	overflow-y:scroll;
	width: 358px;
}
div.section p.titleGanadores{
	padding: 2px 0;
}
div.section div.contGanadores{
	width: 169px;
}
div.section div.tituloGanadores{
	width:348px;
	height:96px;
	display:inline;
	margin:0 0 0 17px;
	/* pngfix */
	background:url(../img/tituloGanador.png)!important;
	background:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/tituloGanador.png', sizingMethod='image');
}
