﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ufpyxu');
  src:  url('../fonts/icomoon.eot?ufpyxu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ufpyxu') format('truetype'),
    url('../fonts/icomoon.woff?ufpyxu') format('woff'),
    url('../fonts/icomoon.svg?ufpyxu#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: "\e902";
}
.icon-telefono:before {
  content: "\e900";
}
.icon-ubicacion:before {
  content: "\e901";
}






body{
	background: #f7f7f7;
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-family: 'century gothic';
}

#cintillo{
	background: #0000ff;
	width: 100%;
	height: 5px;
}

#cabecera{
	border: 0px solid red;
	width: 100%;
	height: 140px;
	padding: 10px 0;
	float: left;

	border-radius: 4px;
}

#cabecera-conten{
	border: 0px solid red;
	background: rgba(256,256,256,0.7);
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding:10px;

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

#logotipo{
	width: 27%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid red;
	width: 72%;
	float: right;
	margin: 30px 0 0 0;
}

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

#menu ul{
	border: 0px solid green;
	width: 100%;
	float: right;
}

#menu ul li{
	width: 15.66%;
	float: left;
	margin-left: 1%;
}

.menu{
	width: 100%;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	margin: 0 0 0 12px;
}

.menu:hover, .activo{
	border-bottom: 5px solid transparent;
	background: #0000ff;
	color:white;
}

.dos{
	padding: 4px 0;
}

#redes{
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background:white;
	width: 100%;
	float: left;
	height: 35px;
}

#redes-conten{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

#redes-conten span{
	color: #0000ff;
	float: left;
	margin: 9px 0 0 0;
}

#efecto{
	width: 100%;
	height: 350px;
	float: left;
	margin: 20px 0;
}

#efecto-conten{
	background: white;
	width: 1100px;
	height: 350px;
	margin: 0 auto;
}

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

#pagina{
	width: 1100px;
	float: left;
	margin: 10px 0;
	padding: 10px 0;
}



.titulo-pestana{
	width: 100%;
	color: blue;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;

	text-shadow: 3px 3px 3px white;
}



.mas{
	border: 1px solid #ddd;
	background: white;
	color: blue;
	text-decoration: underline;
	display: inline;
	padding: 10px;
	cursor: pointer;

	border-radius: 2px;
}

.mas:hover{
	background: #f7f7f7;
}

#footer{
	background: #282826;
	width: 100%;
	height: 370px;
	float: left;
	margin: 20px 0 0 0;
}

#footer-conten{
	width: 1100px;
	height: 370px;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	position: relative;
	color: white;
	padding: 10px;
	float: left;

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

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	line-height: 24px;
	padding: 10px 0;

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

.desarrollo-seccion-footer a{
	color: white;
}

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