﻿@font-face{
	src: url(../fuentes/Cooper-Black.ttf);
	font-family: "Cooper";
	font-weight: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?im8qjp');
  src:  url('../fonts/icomoon.eot?im8qjp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?im8qjp') format('truetype'),
    url('../fonts/icomoon.woff?im8qjp') format('woff'),
    url('../fonts/icomoon.svg?im8qjp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}



body{
	background: #f7f7f7;
	font-family: 'Open Sans', sans-serif;
}



#cabecera{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 20%;
	float: left;
	padding: 23px 0;
	margin: 20px 0 0 0;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 41%;
	color: #376288;
	font-size: 20px;
	font-style: italic;
	line-height: 37px;
	font-weight: bold;
	float: left;
	margin: 35px 0 0 1%;
}
#leyenda span{
	color: black;
}


#datos{
	border: 1px solid #ddd;
	background: white;
	width: 37%;
	float: right;
	padding: 0 0 10px 0;
}

#datos p{
	width: 100%;
	font-size: 20px;
	text-align: center;
	float: left;
	padding: 10px 5px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#datos a{
	color: #376288;
}

#datos strong{
	font-size: 22px;
	color: #376288;
}







#menu{
	background: #ddd;
	width: 100%;
	float: left;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	float: left;
}

.menu{
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	color: #376288;
	text-transform: uppercase;
	float: left;
	padding: 12px 54.5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu:hover{
	background: #376288;
	color: white;
}

.dos{
	padding-top:4px;
	padding-bottom:4px;
}





#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

#ladoi{
	width: 60%;
	float: left;
}

#ladoi img{
	width: 100%;
}

#efecto{
	width: 100%;
	float: left;
}

#ladod{
	width: 38%;
	float: right;
}



.texto-ladod{
	background: white;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	text-align: justify;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-ladod strong{
	color: #376288;
	text-transform: uppercase;
	font-size: 22px;
}

.texto-ladod span{
	font-family: 'Cooper';
}




.titulo{
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #376288;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}


.texto{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

.texto strong{
	color: #376288;
	text-transform: uppercase;
	font-size: 22px;
}


.fondo1{
	background: url(../images/fondo1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 30px 0;
	float: left;
}

.mitad-texto{
	background: rgba(256,256,256,0.9);
	width: 45%;
	font-weight: bold;
	float: left;
	margin: 0 2.5%;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mitad-texto strong{
	color: #376288;
}




.parte{
	width: 100%;
	float: left;
}

.seccion{
	background: white;
	width: 62%;
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion strong{
	color: #376288;
	text-transform: uppercase;
}

.imagen-seccion{
	width: 35%;
	text-align: center;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}



.mitad{
	width: 50%;
	text-align: left;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dato{
	border: 1px solid #ddd;
	background: white;
	font-size: 17px;
	line-height: 27px;
	padding: 10px;
	margin: 0 0 20px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





#footer{
	background: #ddd;
	width: 100%;
	float: left;
}

#footer a{
	color: black;
	text-decoration: none;
}

#footer-conten{
	width: 1200px;
	margin: 30px auto 0;
}

.seccion-footer{
	position: relative;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 10px 10px 20px 10px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 22px;
	color: #376288;
	text-transform: uppercase;
}


#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
}














	