@charset "utf-8";
/* CSS Document */

.sorteo {
	margin-top: 10px;
	margin-left: 13px;
	width: 180px;
	float: left;
	display: inline;
}
.titulosorteo {
	float: left;
	background-color: #EDF8D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #71B129;
	padding-left: 5px;
	width: 174px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6DB022;
	height: 16px;
	padding-top: 3px;
}
.boton {
	background-image: url(../imagenes/boton2.jpg);
	float: left;
	height: 18px;
	width: 118px;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.boton:hover {
	color: #000000;
}
.flechita {
	float: left;
}


.contenidosorteo {
	float: left;
	width: 160px;
	margin-left: 13px;
	padding-left: 5px;
	margin-top: 10px;
	display: inline;
}
