@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z7q1bj');
  src:  url('../fonts/icomoon.eot?z7q1bj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?z7q1bj') format('truetype'),
    url('../fonts/icomoon.woff?z7q1bj') format('woff'),
    url('../fonts/icomoon.svg?z7q1bj#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: url(../images/fondo.jpg) fixed;
	font-family: 'Open Sans', sans-serif;
}

#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 40px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index:10;

	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #000000 0%,#313131 44%,#000000 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	width:100%;
}

#cintillo-conten{
	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #000000 0%,#313131 44%,#000000 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	width:1100px;
}

#cintillo, #cintillo-conten{
	border:0px solid blue;
	margin:0px auto;
}

#cintillo-conten span{
	color: white;
	font-size: 20px;
	float: left;
	padding: 9px 0;
}

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

#cintillo-conten a:hover{
	text-decoration: underline;
}

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

#pagina{
	border:0px solid red;
	background: white;
	width:1100px;
	float: left;
	padding: 0 0px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

#cabecera{
	border:0px solid black;
	width:1100px;
	height:300px;
}

nav{
	border:0px solid green;

	background: #8fd6f4;
	background: -moz-linear-gradient(top, #8fd6f4 0%, #6db1ce 44%, #33657a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd6f4), color-stop(44%,#6db1ce), color-stop(100%,#33657a));
	background: -webkit-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: -o-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: -ms-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);

	width:1100px;
	height:50px;
}

nav a{
	text-decoration:none;
	color:black;
}

nav ul li{
	float:left;
}

.menu{
	border-right:1px solid #33657a;

	background: #8fd6f4;
	background: -moz-linear-gradient(top, #8fd6f4 0%, #6db1ce 44%, #33657a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd6f4), color-stop(44%,#6db1ce), color-stop(100%,#33657a));
	background: -webkit-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: -o-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: -ms-linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);
	background: linear-gradient(top, #8fd6f4 0%,#6db1ce 44%,#33657a 100%);

	font-weight: bold;
	text-align: center;
	color: white;
	padding:7px 18.2px 11px;
}

.menu:hover{
	background: #33657a;
	background: -moz-linear-gradient(top, #33657a 0%, #33657a 44%, #33657a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33657a), color-stop(44%,#33657a), color-stop(100%,#33657a));
	background: -webkit-linear-gradient(top, #33657a 0%,#33657a 44%,#33657a 100%);
	background: -o-linear-gradient(top, #33657a 0%,#33657a 44%,#33657a 100%);
	background: -ms-linear-gradient(top, #33657a 0%,#33657a 44%,#33657a 100%);
	background: linear-gradient(top, #33657a 0%,#33657a 44%,#33657a 100%);
}

.uno{
	padding-top:17px;
	padding-bottom:17px; 
}

.red{
	border-right: 0;
	padding:12px 3px 5px;
}

#efecto{
	border:0px solid black;
	width:1100px;
}

#contenido{
	border:0px solid green;
	width:1100px;
	float:left;
}

#titulo-pestana{
	border: 1px dotted #ddd;
	background: #f7f7f7;
	font-size: 28px;
	color: #33657a;
	text-align: center;
	padding: 15px 0;
	margin: 20px 0;
}

#banner1{
	background: #eafbce;
	position: relative;
	text-align: center;
	width: 1080px;
	font-size: 20px;
	padding: 15px 0;
	margin: 0 0 20px 10px;
}

#banner1 span{
	font-weight: bold;
	font-size: 30px;
}



#banner{
	background:#f6edd1;
	width: 1080px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
	padding: 15px 0;
	float: left;
	margin: 0 10px 20px 10px;
}

#banner span{
	font-size: 30px;
	color: red;
}

footer{
	border:0px solid blue;
	background-color:black;
	width:100%;
	height:380px;
	float:left;
}

#footer-conten{
	border:0px solid red;
	width:1100px;
	height:380px;
	margin:0px auto;
}

.seccion-footer{
	border:0px solid black;
	position: relative;
	width:328px;
	color: white;
	float:left;
	padding:10px;
	margin-top: 10px;
}

.seccion-footer a{
	color: white;
	text-decoration: none;
}

.seccion-footer a:hover{
	text-decoration: underline;
}

.titulo-seccion-footer{
	border-bottom:1px solid gray;
	font-weight:bold;
	font-size: 30px;
	padding:0px 0px 15px 10px;
}

.desarrollo-seccion-footer{
	line-height:18px;
	text-align:justify;
	line-height: 22px;
	font-size:14px;
	padding:10px;
}

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