@charset "UTF-8";
/* CSS Document */

#desarrollo2 {

font-family: Verdana, Geneva, sans-serif;
font-size: 1em;
font-weight: normal;
color: #ed2180;
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}


submit, input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 31px 0 0 0;
font-size: 23px;
display: inline-block;
text-transform: uppercase;
color: #fff;
font-family: 'Open Sans',sans-serif;
letter-spacing: 1px;
font-style: normal;
text-decoration: none;
text-shadow: 1px 1px 3px rgba(0,0,0,0.71);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-border-radius: 997px;
-moz-border-radius: 997px;
border-radius: 997px;
padding: 7px 53px;
background-color: rgba(245, 42, 131, 1);
background-image: -moz-linear-gradient(top,rgba(245, 42, 131, 1),rgba(87, 51, 74, 0.23));
background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(245, 42, 131,1)),to(rgba(87, 51, 74, 0.23)));
background-image: -webkit-linear-gradient(top,rgba(245, 42, 131, 1),rgba(87, 51, 74, 0.23));
background-image: -o-linear-gradient(top,rgba(245, 42, 131, 1),rgba(87, 51, 74, 0.23));
background-image: linear-gradient(to bottom,rgba(245, 42, 131, 1),rgba(87, 51, 74, 0.23));
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c00bfff',endColorstr='#ec257f',GradientType=0);
background-color: #ec257f;
border: 1px solid #333;
}


submit, input[type="submit"]:active {
color: rgba(255,255,255,0.61);
text-decoration: none;
background-color: #00478a;
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
-o-transform: scale(0.97);
transform: scale(0.97);
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}


submit, input[type="submit"]:hover {
	color: #FFF;
	text-decoration:none;
	background-color:#f25ca0;
	}