@font-face {
	font-family: "MiFuente";
	src: url("../fuentes/helvetica_normal-webfont.eot");
    src: url("../fuentes/helvetica_normal-webfont.eot?#helve") format("embedded-opentype"),
        url("../fuentes/helvetica_normal-webfont.woff") format("woff"),
        url("../fuentes/helvetica_normal-webfont.ttf") format("truetype"),
        url("../fuentes/helvetica_normal-webfont.svg#helve2") format("svg");
    }
@font-face {
    font-family: "MiFuenteTitulos";
	src: url("../fuentes/helvetica_negrita-webfont.eot");
    src: url("../fuentes/helvetica_negrita-webfont.eot?#helve") format("embedded-opentype"),
        url("../fuentes/helvetica_negrita-webfont.woff") format("woff"),
        url("../fuentes/helvetica_negrita-webfont.ttf") format("truetype"),
        url("../fuentes/helvetica_negrita-webfont.svg#helve2") format("svg");
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: bold 24px MiFuenteTitulos;
	color: #87868a;
}
h2 {
	font: bold 20px MiFuenteTitulos;
	color: #87868a;
}
header, section, footer, aside, nav, article, figure, figcaption, hgroup{
	display: block;
}
body {
   
	text-align: center;
	background-color: #FFFFFF;
	font: bold 16px MiFuente;
	color: #87868a;
}
#cuerpo {
	text-align: center;
	width: 1200px;
	background-color: #FFFFFF;
	margin: auto;
}
#cabecera {
	width: 1208px;
	height: 170px;
}
#banner {
	width: 1208px;
	height: 170px;
	margin: 0px 0px 0px -15px;
}
#agrupar {
	text-align: center;
	width: 1000px;
	background-color: #FFFFFF;
	margin: auto;
}
#seccion {
	text-align: center;
	width: 900px;
	background-color: #FFFFFF;
	margin: auto;
    font: bold 16px MiFuente;
}
#pie {
	clear: both;
	color: #999999;
    text-align: center;
	width: 1200px;
	margin: auto;
}
#imagen{
	overflow:hidden;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ventajas{
	margin: 20px;
	text-align: right;
	width: 900px;
	height: 100px;
	background-color: #D8D8D8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #333333;	
}
#ventajas img{
	margin: -63px 700px 0px 0px;
	width: 170px;
	height: 120px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ventajas p { 
  font: bold 20px MiFuenteTitulos;
  margin: -5px 40px 0px 0px;
}
#limpiar{
	clear: both;
}
#columna_izquierda{
	float:left;
	margin: 20px;
	text-align: left;
	width: 400px;
	height: 200px;
	background-color: #D8D8D8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;	
    font-size:20;

}
#columna_derecha{
	float:left;
	margin: 20px;
	text-align: left;
	width: 400px;
	height: 200px;
	background-color: #D8D8D8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;	
    font-size:20;
}
#columna_izquierda_sin_fondo{
	float:left;
	margin: 20px;
	text-align: center;
	width: 400px;
	height: 200px;
}
#columna_derecha_sin_fondo{
	float:left;
	margin: 20px;
	text-align: center;
	width: 400px;
	height: 200px;
}
table {
  font-weight: 300;
  line-height: 20px;
  border: 0px solid #428bca;
  width: 600px;
  margin: 20px auto;
}
th {
	font-weight: bold;
	font: bold 24px MiFuenteTitulos;
}
th, td {padding: 0 15px 0 20px;}

.submenu {
  text-align: center;
  text-decoration: none;
}
.submenu:hover {
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
}



/*Formulario*/
/*Formulario*/
/*Formulario*/
#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	width: 450px;
	margin-top:30px;
	margin-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

}
.feedback-input {

	    color:#3c3c3c;
	font-weight:500;
	font-size: 15px;
	border-radius: 0;
	line-height: 15px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
    
	
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
    border: 3px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px 13px 13px 54px;
}
.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}
#name{
	background-image: url("../imagenes/iconos/usuario.png");
	background-size: 25px 25px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#email{
	background-image: url("../imagenes/iconos/correo.png");
	background-size: 25px 25px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#comment{
	background-image: url("../imagenes/iconos/mensaje.png");
	background-size: 25px 25px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
textarea {
	width: 40px;
	height: 150px;
	line-height: 150%;
	resize:vertical;
    overflow:hidden;
  
}
    input:hover, textarea:hover, input:focus, textarea:focus {
        background-color: white;
        resize:none;
    }
    
#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-4px;
	font-weight:700;
}
#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
.submit:hover {
	color: #3498db;
}
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.submit:hover .ease{
	width:100%;
	background-color:white;
}
/*Formulario*/
/*Formulario*/
/*Formulario*/
