.form-container {
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border: 1px solid #192F6B;
	background: #c9b7a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2e3d2), to(#c9b7a2));
	background: -webkit-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -moz-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -ms-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -o-linear-gradient(top, #f2e3d2, #c9b7a2);
	background-image: -ms-linear-gradient(top, #f2e3d2 0%, #c9b7a2 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	text-decoration: none;
	vertical-align: middle;
	min-width: 300px;
	padding: 20px;
	width: 300px;
	background-image: -webkit-linear-gradient(270deg,rgba(142,145,176,1.00) 0%,rgba(188,198,204,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(142,145,176,1.00) 0%,rgba(188,198,204,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(142,145,176,1.00) 0%,rgba(188,198,204,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(142,145,176,1.00) 0%,rgba(188,198,204,1.00) 100%);
   }
.form-field {
	border: 1px solid #3074FF;
	background: #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #2118ED;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 8px;
	margin-bottom: 20px;
	width: 280px;
   }
.form-field:focus {
	background: #fff;
	color: #2118ED;
   }
.form-container h2 {
	text-shadow: 0 1px 0 #E4E5FD;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
    }
.form-title {
   margin-bottom:10px;
   color:#192F6B;
   text-shadow: #3198EC 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
	border: 1px solid  #1A3F80;
	background: #1B2A70;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #addc7e 0 1px 0;
	color:#FFFFFF;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(270deg,rgba(30,58,122,1.00) 0%,rgba(54,131,164,1.00) 49.74%,rgba(30,58,122,1.00) 96.89%);
	background-image: -moz-linear-gradient(270deg,rgba(30,58,122,1.00) 0%,rgba(54,131,164,1.00) 49.74%,rgba(30,58,122,1.00) 96.89%);
	background-image: -o-linear-gradient(270deg,rgba(30,58,122,1.00) 0%,rgba(54,131,164,1.00) 49.74%,rgba(30,58,122,1.00) 96.89%);
	background-image: linear-gradient(180deg,rgba(30,58,122,1.00) 0%,rgba(54,131,164,1.00) 49.74%,rgba(30,58,122,1.00) 96.89%);
   }
.submit-button:hover {
	border: 1px solid #0D64DB;
	text-shadow: #12257E 0 1px 0;
	background: #458AE8;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(44,32,154,1.00) 0%,rgba(61,62,199,1.00) 29.02%,rgba(79,93,245,1.00) 52.85%,rgba(44,32,154,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(44,32,154,1.00) 0%,rgba(61,62,199,1.00) 29.02%,rgba(79,93,245,1.00) 52.85%,rgba(44,32,154,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(44,32,154,1.00) 0%,rgba(61,62,199,1.00) 29.02%,rgba(79,93,245,1.00) 52.85%,rgba(44,32,154,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(44,32,154,1.00) 0%,rgba(61,62,199,1.00) 29.02%,rgba(79,93,245,1.00) 52.85%,rgba(44,32,154,1.00) 100%);
   }
.submit-button:active {
	text-shadow:#12257E 0 1px 0;
	border: 1px solid #031D64;
	background: #326CF4;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(52,64,159,1.00) 0%,rgba(92,113,193,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(52,64,159,1.00) 0%,rgba(92,113,193,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(52,64,159,1.00) 0%,rgba(92,113,193,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(52,64,159,1.00) 0%,rgba(92,113,193,1.00) 100%);
   }
@charset "utf-8";

*{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

.fdobotonera{
	height:96px;
	background-image:url(../images/fdobotonera.png);
	position:absolute;
	z-index:100;
	width:100%;
	text-align:center;
}

ul.botonera{
	list-style:none;
	width:900px;
	background:#060;
	margin:auto;
	text-align:center;
}

ul.botonera li{
	float:left;
	width:100%;
	height:40px;
	text-align:center;
	margin:25px 0 0 0;
}

ul li.boton{
	width:90px;
	padding-top:10px;
}

ul li.divboton{
	width:12px;
}

#container{
	width:1024px;
	background:#fff;
	margin:auto;
	padding-top:65px;
	min-height:500px;
}

.cuerpo{
}

.contentpromo{
	margin-top:150PX;
	margin-left:35px;
	height:130px;
}

.promociones{
	display:inline;
	height:194px;
	position:relative;
	top:-120px;
}

.subtitulos{
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	color:#367;
	position:relative;
	top:-25px;
	text-align:center;
	font-variant:small-caps;
	font-size:16px;
}

.contenido{
	min-height:200px;
	font-family:calibri,arial;
	font-size:14px;
	padding:0 40px 0 60px;
	color:#456170;	
}

.subtitulos_serv{
	color:#3E5160;
	font-size:18px;
	display:block;
	margin-top:15px;
	list-style:circle;
}

#pie{
	height:180px;
	background-image:url(../images/fdopie.jpg);
	padding:35px 35px 0 35px;
	text-align:center;
}

.textbox{
	height:25px;
	width:400px;
	background:#F4FBFA;
	border:solid 1px #ccc;
	font-family:Verdana, Geneva, sans-serif;
	color:#214583;
	font-size:12px;
	padding-left:4px;
}

.textarea{
	height:100px;
	width:396px;
	background:#F4FBFA;
	border:solid 1px #ccc;
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
	font-size:12px;
	color:#214583;
	padding:4px;
}

.textosform{
	font-family:Verdana, Geneva, sans-serif;
	color:#266088;
	font-size:12px;
}

.botonform{
	height:30px;
	width:80px;
	background:#B8D8EF;
	border:solid 2px #9CF;
	color:#277094;
	cursor:pointer;
}

.titulopie{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#CCC;
	font-variant:small-caps;
}

.textopie{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#bbb;
	font-variant:small-caps;	
}

.bordeleft{
	border-left:dotted 2px #779;
}

.enc_servi{
	font-family:calibri, arial;
	font-size:20px;
	color:#456170;
	padding:20px 15px 20px 15px;
}

.cont_servi{
	font-family:calibri, arial;
	font-size:14px;
	color:#456170;
	padding:0 30px 20px 30px;
	line-height:20px;
}

.linkcontacto:link{
	text-decoration:none;
	color:#CCC;
}
.linkcontacto:hover{
	text-decoration:none;
	color:#9Ff;
}

.linkcontacto:visited{
	text-decoration:none;
	color:#CCC;
}

#coronita{
	float:right;
}
