@charset "utf-8";

#prox {	
	margin-top: 10px;
	margin-left:0px;	
}

.erro{
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	text-align:center;
	font-weight:bold;
	/*border: 1px solid #c00; */
	width:600px;
	background-color: #fcc; 
	color: #900;
	font-size: 13px;
	padding: 20px; 
}

.rexistro{
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	padding: 20px; 
	background-color: rgb(221, 234, 212) ; 
	color:#336600;
	width:600px;
	text-align: justify; 
	margin-left: 0px; 
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif; 
	font-size: 13px;
}

.etiquetas{
font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
width:500px;
}

.textoCorreo{
	font-size:35px;
	border:1px solid #80BB64;
	padding:10px;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	width:490px;

	
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topleft:15px;
	border-radius-bottomleft:15px;
	border-radius-topleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px; /* Safari y Chrome */	

}
.btn_solicitar{
	font-size:35px;
	border:1px solid #80BB64;
	background-color:#80BB64;
	padding:10px;
	font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	color:white;
	cursor:pointer;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topright:15px;
	border-radius-bottomright:15px;
	border-radius-topright:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px; /* Safari y Chrome */	
	

}
.btn_solicitar:hover{
	background-color:white;
	color:#80BB64;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topright:15px;
	border-radius-bottomright:15px;
	border-radius-topright:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px; /* Safari y Chrome */	
	

}
.envioMail{
	position:relative;
	top:17px;
	height:60px;
	width:60px;
	cursor:pointer;
	right:80px;
	border-left:1px solid #80BB64;
	padding-left:5px;

}
