@charset "utf-8";
#caracteristicas ul li {
	list-style-image: url(../imagenes/cabeceras/bullet_ve.png);
	line-height: 1.5em;
	font-size: 18px;
	margin-left: 20px;
}
#superior {
	background-color: rgba(0,33,0,0.5);
	clear: both;
	float: left;
	height: auto;
	width: 1024px;
	position: static;
}
#caracteristicas {
	background-color: #013D01;
	clear: both;
	float: left;
	height: 170px;
	width: 1024px;
	margin-top: 10px;
	position: static;
}
#registro {
	clear: both;
	float: left;
	height: 95px;
	width: 1024px;
	margin-top: 10px;
	position: static;
	background-color: #006401;
}
#balazo_reg {
	float: left;
	height: 75px;
	width: 650px;
	position: static;
	font-size: 22px;
	display: block;
	margin-left: 40px;
	text-align: center;
	padding-top: 15px;
}
#boton_registro {
	float: left;
	height: 85px;
	width: 300px;
	position: static;
	padding-top: 5px;
	margin-left: 20px;
}
