@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Exo+2');

/* GENERAL */
body {
	background-color: #ececec;
	padding:0;
	margin:10px;
	font-family: 'Exo 2', sans-serif;
}
.clearfloat{ clear:both;}
.titulo1{
	width:455px;
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #7aae66;
	text-decoration: none;
	padding-top:15px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7aae66;
	margin-bottom: 20px;
}
.buttonform {
	margin-top: 11px;
	width: 140px;
	border: 1px solid #fff !important;
	padding: 8px 0px !important;
	color: #333 !important;
	cursor: pointer;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px;
	margin-left: 5px;
	font: 13px 'Exo 2', sans-serif;
	text-transform: uppercase;
	text-align: center;
                }
.buttonform a{
	color: #333 !important;
	text-decoration: none;
                }
.buttonform a:hover{
	color: #fff !important;
	text-decoration: none;
                }
p em {
	font-size: 13px;
	font-weight: normal;
	color: #CCC;
	font-style: normal;
	text-decoration: none;
	float:left;
}
p  {
	color: #747474;
	text-decoration: none;
	text-align: left;
}
p em {
	font-size: 13px;
	font-weight: normal;
	color: #747474;
	font-style: normal;
	text-decoration: none;
	float:left;
}
p em b{
	font-size: 13px;
	font-weight: normal;
	color: #c8d72e;
	font-style: normal;
	text-decoration: none;
	float:left;
}
p b{
	color: #c8d72e;
	font-size: 13px;
}
p a{
	font-size: 13px;
	text-decoration: none;
	color: #c8d72e;

}
p a:hover{
	font-size: 13px;
	text-decoration: none;
	color: #FFF;

}
.titulo2{
	font-size: 13px;
	text-decoration: none;
	color: #E2EA4A;
	font-style: normal;
	font-weight: bold;
}
/*
*************************************************************
	Validate
**************************************************************
*/

select 
{
	width:205px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
textarea
{
	width:200px;
	height: 70px;
	resize:none;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
}
#celda{
	width:200px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#celda2{
width:100px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	
}
#celda3{
width:121px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#celda4{
width:50px;
padding: 2px;
border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.celda4{
	width:150px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#celda5{
width:620px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#celda6{
	width:148px;
	padding: 2px;
	border: 1px solid #333;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.boton{
	font-size: 15px !important;
	color: #000;
	cursor: pointer;
	background-color: #7eb1ac;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: right;
	font-weight: normal;
	border: 2px solid #747474;
	border-radius: 5px;
	margin-right: 22px;
	font-family: 'Exo 2';
}
.captcha{
	width:175px; 
    float:right;
}
.mensaje{
	font-size: 13px;
	font-weight: normal;
	color: #c8d72e;
	text-align: left;
}
#myForm {
	float:left;
	width:480px;
	margin-bottom:20px;
}

#myForm p {
	padding:0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#myForm label {
	float: left;
	width: 240px;
	background-color: #7aae66;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #666;
	font-size: 13px;
	}

#myForm .red {
	border: 1px solid #F00;
}

#myForm label.red {
	border: none;
	color: #F00;
}

#myForm .customRed {
	border: none;
	color: #F00;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	border: 1px solid #F00;
	color: #c8d72e;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: #F00;
	font-size: 0.8em;
	padding-top:3px;
	padding-left: 2px;
}
/*************************************************************/
