h2 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:20px;
	color:#006FAE;
	font-weight:700;
}

.text {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:15px;
	color:#006FAE;
	text-align:justify;
}

.text a {
	text-decoration:none;	
	color:#006FAE;
	font-size:20px;
}

.text a:hover {
	color:#004D75;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
}

.destacado {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:30px;
	color:#006FAE;
	font-style:italic;
}

#contenedor {
	width:960px;
	margin:auto;
}

#header {
	height:120px;
	background-image: url(img/header_ok.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#logo {
	float:left;	
	margin-top:10px;
}

#menu {
	width:100%;
	height:30px;
	margin-top:10px;
}

#menu a {
	text-decoration:none;	
}

#boton-A {
	background-image: url(img/boton-a.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width:160px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	font-family: 'Carrois Gothic SC', sans-serif;
	color:#006FAE;
	font-size:11px;
}

#boton-B {
	background-image: url(img/boton-b.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width:160px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	font-family: 'Carrois Gothic SC', sans-serif;
	color:#FFF;
	font-size:11px;
}

#home-info {
	width:960px;
	background: -webkit-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* Standard syntax */
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	color:#006FAE;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
}

#footer {
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
	width:980px;
	margin:auto;
	background: -webkit-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* Standard syntax */
	color:#FFF;
	padding-top:20px;
	height:80px;
}

#footer p {
	float:right;
	text-align:right;
	padding-right:30px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
}

#footer img {
	float:left;
	padding-left:30px;
}

#contenedor-main {
	width:960px;
	background: -webkit-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(204,204,204,0), rgba(204,204,204,1)); /* Standard syntax */
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
}

#contenedor-contacto {
	width:960px;
	background: -webkit-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(41,134,187,1), rgba(0,51,87,1)); /* Standard syntax */
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
}

#contenedor-main:after {
  content:"";
  display:table;
  clear:both;
}

#contenedor-contacto:after {
  content:"";
  display:table;
  clear:both;
}


#quienes-somos {
	width:680px;
	margin-top:20px;
	float:right;
	font-family: 'Alegreya Sans', sans-serif;
	text-align:left;
	margin-right:20px;
}

#banner-cont {
	width:240px;
	float:left;
}
#banner {
	width:220px;
	height:170px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#contacto {
	width:750px;
	margin-top:20px;
	float:right;
	font-family: 'Alegreya Sans', sans-serif;
	text-align:left;
	margin-right:20px;
}

#contacto-l {
	width:150px;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
}

.form {
	font-family: 'Alegreya Sans', sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

#contacto input {
	color:#000;
	width:80%;
	height:30px;
	padding-left:10px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
}

#contacto textarea {
	color:#000;
	min-width:80%;
	max-width:80%;	
	min-height:150px;
	max-height:150px;	
	padding-left:10px;
	padding-top:5px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
}

#contacto button {
	float:right;
	margin-right:150px;
	background: -webkit-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* Standard syntax */
	border:0px;
	color:#FFF;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:25px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.button {
	float:right;
	margin-right:150px;
	background: -webkit-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(99,167,206,1), rgba(0,111,174,1)); /* Standard syntax */
	border:0px;
	color:#FFF;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:25px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.boton {
	float:right;
	font-family: 'Alegreya Sans', sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	width:150px;
	height:80px;
}

.photo {width:180px;
		height:138px;
		float:left;
		margin-right:20px;
		margin-bottom:20px;
		padding:10px;
		background-color:#FFF;
		border:1px solid #006FAE;
		}