

#manifesto {
	height:300px;
	width:600px;
	resize: none
	
}

#legal {
	text-align:justify;
	color: #33536D;
}

.warning {
	color: red;
}

.buttons {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #747573;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-top: 7px;
}

.buttons span {
	font-size: 100%;
}

#send-me {
	background: #4FCC4F;
	height: 30px;
	width: 150px;
	color: #ffffff;
	float: right;
	font-size:14;
	margin-top: 1px;
	margin-bottom: 5px;
}

#send-me:hover {
	background: #95D995;
}

.label {
	margin:4px;
	margin-top:10px;
}
html {
	min-height: 755px;
	min-width: 455px;
}

.text{
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #747573;
	height: 30px;
	width: 300px;
	margin-bottom: 10px;
}

#principal {
	width: 700px;
	height: 1050px;
	padding: 10px;
}

#principales {
	width: 700px;
	height: 600px;
	padding: 10px;
}


.principal {
	font-size: 14pt;
	line-height: 110%;
	font-family: Candara;
	margin: 20px auto;
	margin-top:50px;
	padding: 0;
	background-color: #f5fdff;
	border: 1px solid #4db1ff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2.5px #000000;
	-webkit-box-shadow: 0px 0px 2.5px #000000;
	box-shadow: 0px 0px 2.5px #000000;
	opacity: 0.91;

}

#form-header{
	text-align:justify;
	color: #33536D;
}
#center {
	padding:25px;
}

#logo {
	width: 300px;
	height: 70px;}


#form-data {
	height: 230px;
}


.tittle {
	font-size: 20.0pt;
	line-height: 125%;
	font-family: Candara;
	color: #6CC167;
	margin-left: 60;
	margin-right: 60;
	margin-bottom:35px
}


