body {
	background-color: #d7d7d7;/*#e8e8e8;*/
	margin: 0px;
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:12px;
	color:#3D3D3D;
	line-height:1.5em;
}
fieldset { border: none;margin: 15px auto;padding: 0px 15px;}

a {color: #FFBC37;text-decoration: none;}
a:hover {text-decoration: underline;}

.header {height:70px; border-bottom: 2px solid #FFBC37;padding: 0px 0px 0px 0px;}

.principal { clear:both;	width: 80%; 	margin:0px auto 0px auto;	background-color: #FFFFFF;	position:relative;	padding: 15px 35px 25px 35px; }

.divTitulo { background-color: #FFBC37;width: 100%; height: auto;text-align: left;margin: 10px 0px 5px;box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);z-index: 0; }

.texto { float:left; width: 47%; height: auto;text-align: left; font-size:16px; padding-top:10px;}

.cuerpo-central{ clear:both;	height: 330px;}

.cuerpo-form {float:left;width:40%;}
.texto-form {float:right;width:58%;}

.pie
{
	clear:both;
	width: 80%;
	border-top:solid 1px #9D9D9D;
	margin: 20px auto 0px auto;
	display:block;
	font-size: 11px;
	color:#868686;
	text-align:center;
}

h1 {
color: #FFBC37;
font-size: 18px;
font-family: Trebuchet MS;
text-transform: uppercase;
font-weight: normal;
}


h2 {
color: #FFFFFF;
font-size: 19px;
font-family: Trebuchet MS;
margin: 15px 15px 0px;
text-transform: uppercase;
font-weight: normal;
padding:10px;
}

.button {
	float:right;
width: 225px;
color: #ffffff;
font-weight: bold;
font-size: 16px;
text-align: center;
margin: auto;
font-family: Verdana, Geneva, sans-serif;
background: -moz-linear-gradient(top, #fcfc32 1%, #f7a72e 49%, #f7ae27 49%, #f7a82a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfc32), color-stop(49%,#f7a72e), color-stop(49%,#f7ae27), color-stop(100%,#f7a82a));
background: -webkit-linear-gradient(top, #fcfc32 1%,#f7a72e 49%,#f7ae27 49%,#f7a82a 100%);
background: -o-linear-gradient(top, #fcfc32 1%,#f7a72e 49%,#f7ae27 49%,#f7a82a 100%);
background: -ms-linear-gradient(top, #fcfc32 1%,#f7a72e 49%,#f7ae27 49%,#f7a82a 100%);
background: linear-gradient(to bottom, #fcfc32 1%,#f7a72e 49%,#f7ae27 49%,#f7a82a 100%);
cursor:pointer;
}

textarea, input {width:280px; }

.centrado{text-align:center;}