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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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: "\e600";
}
.icon-telefono:before {
	content: "\e601";
}


body{
	background: url(../images/fondo.jpg);
	font-family: 'Open Sans', sans-serif;
}

#menu-ayuda{
	position: relative;
	width: 1100px;
	height: 42px;
}

#menu{
	background: #966d9a;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 42px;

	box-shadow: 0 0 5px #000;
}

#menu-conten{
	border: 0px solid white;
	background: #966d9a;
	width: 1100px;
	height: 42px;
	margin: 0 auto;
}

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

#menu-conten ul li{
	position: relative;
	width: 14.28%;
	float: left;
}

.menu{
	border: 0px solid red;
	text-align: center;
	width: 100%;
	color: white;
}

.menu:hover, .activo{
	background: #7b5c7e;
}

.uno{
	padding: 13px 0 12.5px 0;
}

.dos{
	padding: 4px 0 5px 0;
}

#menu-conten ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	border: 0px solid black;
	position: absolute;
	top: 41px;
	left: -50%;
	width: 200%;

	display: none;
}

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

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

.menu-superior{
	border: 0px solid red;
	background: transparent;
	width: 100%;
	padding: 3px 0;
}

.menu-secundario{
	border: 0px solid #ddd;
	background: #7b5c7e;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	float: left;
}

.menu-secundario:hover{
	background: black;
}

.lado{
	border: 0px solid blue;
	width: 50%;
	float: left;

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

.lado .menu-secundario{
	width: 100%;
	padding: 6px 0;
}

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

#pagina{
	background: white;
	width: 1100px;
}

#efecto{
	border: 0px solid red;
	width: 1100px;
	height: 350px;
	float: left;
}

#logotipo{
	border: 0px solid green;
	width: 245px;
	float: left;
}

#redes{
	border: 0px solid red;
	width: 240px;
	float: left;
	margin: 60px 0 0 0;
}

#efecto-conten{
	border: 0px solid black;
	width:840px;
	height: 300px;
	float: left;
	margin: 0 0 0 10px;
}

#datos{
	background: #f7f7f7;
	width: 840px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 0 10px;

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

.dato{
	font-size: 14px;
	float: left;
	margin: 10px 0;
}

#contenido{
	border: 0 solid red;
	width: 1100px;
	float: left;
	margin: 10px 0;
}

#ladoi{
	border: 0px solid red;
	width: 245px;
	float: left;
}

#terapias{
	border: 0px solid green;

	box-shadow: 3px 3px 10px gray;
}

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

#titulo-terapias{
	border-bottom: 0px solid #ddd;
	background: #8abe33;
	position: relative;
	z-index: 99;
	color: white;
	text-align: center;
	padding: 10px 0;

	box-shadow: 0px 2px 2px #000;
}

.terapia{
	border-bottom: 1px solid #ddd;
	background: #e9ffc3;
	text-align: center;
	padding: 4px 0;
}

.terapia:hover, .activo-terapias{
	background: #8abe33;
	color: white;
	cursor: pointer;
}

#cuadro{
	border: 1px dotted gray;
	margin: 15px 0;
	float: left;
}

.titulo-cuadro{
	background: #ddd;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}

.desarrollo-cuadro{
	background: #f7f7f7;
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	padding: 10px;
}


#footer{
	background: #f98a05;
	width: 100%;
	height: 200px;
	float: left;
}

#footer-conten{
	background: #f98a05;
	width: 1100px;
	height: 200px;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid red;
	width: 545px;
	float: left;
	padding: 10px;
	margin: 10px 0 0 0;

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

.titulo-seccion-footer{
	width: 100%;
	font-weight: bold;
	color: white;
	float: left;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	color: white;
	padding: 15px 0;
}

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

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

input[type=text]{
	width: 250px;
	padding: 5px;
}

input[type=submit]{
	border-bottom: 4px solid gray;
	background: ;
	color: white;
	width: 150px;
	padding: 5px 0;
	cursor: pointer;
}

#pie{
	background: black;
	width: 100%;
	height: 15px;
	float: left;
}

#pie-conten{
	border: 0px solid red;
	background: black;
	width: 1100px;
	height: 15px;
	margin: 0 auto;
}

#pie-conten span{
	font-size: 12px;
	color: white;
	border: 0px solid white;
	float: left;
	margin: 2px 0 0 0;
}

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




.entrada{
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}

.imagen-entrada{
	width: 25%;
	float: left;
}

.imagen-entrada img{
	width: 100%;
}

.texto-entrada{
	border: 0px solid red;
	width: 75%;
	float: left;
	padding: 0 0 0 10px;

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

.texto-entrada strong{
	background: transparent;
	width: 100%;
	font-size: 22px;
	color: #555963;
	float: left;
}

.texto-entrada span{
	width: 100%;
	font-weight: normal;
	color: #555963;
	font-size: 14px;
	margin: 10px 0;
	float: left;
}

.texto-entrada p{
	width: 100%;
	height: 95px;
	line-height: 20px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}



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

.texto-e{
	border: 0px solid red;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}

.texto-e img{
	width: 30%;
	vertical-align: text-top;  
	float: left;
	margin: 0 20px 20px 0;
}





