@CHARSET "ISO-8859-1";

#principal {
	background-image: url(../images/fondoconcursos.jpg);
}

#contenidoconcursos{
	position:relative;
	margin-top:90px;
	height:340px;
	width:780px;
	margin-left:20px;

}

.concurso{
	float:left;
	height:130px;
	width:235px;
	margin:3px;
	background-color:red;
	font-size: 11px;
	color:#FFFFFF;
	padding:5px;
	padding-left:10px;
	background-color: #660000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-bottom:10px #230202 solid;
	position:relative;
}


.evento{
	float:left;
	height:130px;
	width:235px;
	margin:3px;
	color:#000000;
	padding:5px;
	padding-right:10px;
	text-align:center;
	background-image: url(../images/adornoconcursos.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}

.evento p{
	font-size: 15px;
	font-weight: bold;
	padding:0px;
	margin: 0px auto;
	margin-top:30px;
	width:200px;
}



.concurso p{
	padding:0px;
	margin:0px;
}


.concurso .botonimagenes{
	height:23px;
	width:84px;
	background-image: url(../images/fotosconcursos.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	position:absolute;
	bottom:5px;
}

.concurso .botonvideos{
	height:23px;
	width:84px;
	background-image: url(../images/videosconcursos.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
}


.concurso .botonimagenes a, .concurso .botonvideos a{
	height:23px;
	width:84px;
	display:block;
}






#paginar2{
	clear:both;
	position:absolute;
	margin-left:30px;
	width:200px;
	border-top:1px #000000 solid;
	bottom:30px;
	font-family: Verdana;
	font-weight: bold;
}

.paginacion{
	font-size: 11px;
	color:#777777;
}

.paginacion a{
	text-decoration: none;
	color:#777777;
	
}
