/* -------------------- 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
	cursor:default;
}
a, 
a img {
	cursor: pointer;
}
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, 
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, 
th, 
td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}
blockquote, 
q {
	quotes: "" "";
}
/*
*/
body {
	margin: 0px;
	background-color: #000;
	background-image: url(contenidoBack.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.clear{
	clear:both;
}
a img{
	border:none;	
}
#back {
	background-image: url(logoBack.png);
	background-position: right 20px;
	background-repeat:no-repeat;
}
#contenedor {
	width: 955px;
	margin: 0px auto;
	color: #333333;
	position: relative;
}
#header {
	width: 100%;
	height: 175px;
}
#logo {
	margin-left: 35px;
	float: left;
}
.rollover {
	display: block;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 320px;
	height: 175px;
}
#menu {
	background-color: #333333;
	float: left;
	margin-left: 20px;
	width: 580px;
	padding: 20px 0px 10px 0px;
	border-bottom: solid #666 8px;
	list-style: none;
}
#menu li {
	margin:10px 8px;
	padding:0px;
	float:left;
}
#menu li a{
	display:block;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	font-size: 11px;
	margin-left: 0px;
}
#menu li.selected a{
	color: #FF0000;
}
#menu li a:hover{
	color: #FF0000;
}
#ganadores {
	height: 17px;
	float: left;
	margin-left: 20px;
	width: 226px;
	background-image: url(ganadores.png);
	background-repeat: no-repeat;
}
#ganadoresPasados {
	float: right;
	margin: 70px 50px 0px 0px;
	font-size: 25pt;
	text-transform: uppercase;
}
#ganadoresPasados a{
	color:#999;
	margin-bottom: 10px;
	display: block;
}
#ganadoresPasados a:hover{
	color:#FFF;
}
#ganadoresPasados a span{
	color:#FFF;
	cursor:pointer;
}
#convocatoria {
	width: 480px;
	height: 300px;
	position: absolute;
	z-index: 2;
	background-image: url(traza.png);
	background-repeat: no-repeat;
	top: 180px;
	right: 30px;
}

.rollover2 {
	display: block;
	background-image: url(convocatorias.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 580px;
	height: 120px;
}

#pie {
	width: 955px;
	background-image: url(pie.png);
	background-repeat: no-repeat;
	padding: 25px 20px;
	font-size: 10pt;
	color: #999999;
	text-align: center;
}
#pie a img{
	border: none;
	margin: 0px 10px 15px 0px;
	float:left;
}
#pie a:hover img{
}
#patrocinadores {
	float:left;
	padding:0px;
	margin-right: 40px;
}
#organizadores {
	float:left;
	padding:0px 0px 0px;
}

#pie p {
	width: 915px;
	margin: 30px auto 20px;
	text-align: center;
	font-size: 8pt;
	color: #666;
}
#pie span {
	float:left;
	margin:0px 10px 0px 0px;
}
#patrocinadores img{
	padding-top: 35px;
}
#organizadores img{
	padding-top: 10px;
}
#patrocinadores .banagrario img{
	padding-top: 0px;
}

#descripcion {
	padding: 20px 45px;
	color: #999;
	font-size: 8pt;
	background-image: url(transparente.png);
	margin-bottom: 5px;
}
#descripcion img{
	border-width: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.importante {
	font-size: 7pt;
	color: #666;
}
#items {
	padding:0;
	margin:20px 0px 20px 50px;
	color: #666;
}
#items h2{
	font-size: 23pt;
	text-transform: uppercase;
	margin-bottom:20px;
}
#items p{
	margin-bottom:2px;
}
#items h2 a {
	display:inline-block;
	color:#fff;
	font-size:20pt;
	margin:40px 0px;
	text-transform:none;
}
#items h2 a:hover {
	color:#F00;
}
#items p span{
	font-weight:bold;
	font-size:11pt;
	color:#CCC;
}
#items ul{
	margin:20px 0px 0px 20px;
}
#items li a{
	margin:0px 0px 5px 0px;
	text-decoration:underline;
	display:inline-block;
	color: #F00;
}
#items li a:hover{
	color: #fff;
}
#items img {
	margin-bottom: 10px;
	
}
.hide{
	display: none;
}
