@charset "utf-8";
/* CSS Document */

/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 140%;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}


/*---------------------------------------------------------------------------------------*/

body{
	background:#0b192c;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:center;
}

div.wrapper{
	background: url(../images/bg_wrapper.jpg) repeat-y top left;
	width:810px;
	overflow:hidden;
	margin:0 auto;
}

div.content{
	width:765px;
	margin:0 auto;
}

.right{
	float:right;
}

.left{
	float:left;
}

div.footer{
	width:765px;
	margin:0 auto;
	padding-top:20px;
}

div.footer div.contentf{
	overflow:hidden;
	width:735px;
	margin: 0 auto;
	border-top:#030009 solid 2px;
	padding:15px 0;
}

div.footer div.contentf ul{
	float:left;
	margin-top:3px;
}

div.footer div.contentf ul li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-right:10px;
}

div.footer div.contentf ul li a{
	color:#FFF;
	text-decoration:none;
}

div.footer div.contentf ul li a:hover{
	color:#37a8db;
}

/*pop up*/

div.popup{
	width:570px;
	overflow:hidden;
	padding:15px;
	text-align:left;
}

div.popup h1{
	margin-top:-5px;
}

div.popup h2{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-left:5px;
}

div.popup h2.bases{
	font-size:14px;
	text-align:center;
}

div.popup h3{
	font-size:11px;
	font-weight:bold;
	margin-top:20px;
	margin-left:5px;
}

div.popup p span{
	font-size:11px;
	font-weight:bold;
}

div.popup p{
	margin-top:8px;
	margin-left:5px;
}

div.popup a{
	color:#37a8db;
	text-decoration:none;
}

a.cerrar{
	color:#37a8db;
	text-decoration:none;
	font-weight:bold;
	margin-top:25px;
}

a.cerrar:hover, div.popup a:hover{
	color:#FFF;
}

div.popup ul.premios{
	margin:10px 0 5px 20px;
}

div.popup ul.premios li{
	margin-top:5px;
}



