@charset "UTF-8";
/* CSS Document */

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
header {
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 1;
	box-shadow: 0px 0px 6px rgba(136, 136, 136, 0.3);
}

.header-top {
	width: 100%;
	height: 30px;
	color: #979797;
	border-bottom: 1px solid #cccccc;
}

.header-top-wrap {
	width: auto;
	height: 30px;
	float: right;
}

.header-top-datos {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
	float: left;
}

##home {
	position:absolute;
	top:0px;
}
##nosotros {
	position:absolute;
	top:310px;
}
##terapias {
	position:absolute;
	top:800px;
}
##valores {
	position:absolute;
	top:1900px;
}
##contacto {
	position: absolute;
	top: 300px;
}

footer {
	width: 100%;
	height: auto;
	background-color: #333333;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}

.footer-izq {
	width: 820px;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
}

.footer-izq-datos {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
.footer-colder {
	width: auto;
	float: right;
	color: #FFFFFF;
	font-size: 14px;

}

/*MENU*/

nav {
	width: auto;
	height: 13px;
	float: right;
	text-align: right;
	margin-top: 30px;
}
nav a {
	font-size: 14px;
	text-decoration: none;
	color: #192b48;
	margin-right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav a:hover {
	color: #9d9d9d;
}
nav a:last-child {
	margin-right: 0px;
}
nav.responsive {
	display: none;
  }
 #menu-responsive {
	display:none;
}

.boton-subir {
	display:none;
}

xx.subir {
	position: fixed;
	bottom: 30px;
	left: 30px;
}


/*CAJAS*/

.main-wrap {
}

section.sec1 {
	width: 100%;
	height: auto;
	overflow: auto;
	background-color: #293771;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 30px;
	color: #FFFFFF;
	text-align: justify;
}

section.sec2 {
	width: 100%;
	height: auto;
	overflow: auto;
	background-color: #f5ece7;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 30px;
}

section.sec3 {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 30px;
	background-image: url(../imagenes/slider.jpg);
}

section.sec4 {
	width: 100%;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.wrap {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.col-izq {
	width: 48%;
	height: auto;
	overflow: auto;
	float: left;
}
.col-der {
	width: 48%;
	height: auto;
	overflow: auto;
	float: right;
}

.col-1 {
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
1}
.col-2 {
	width: 30%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 30px;
}
.col-3 {
	width: 30%;
	height: auto;
	float: right;
	text-align: center;
	margin-bottom: 30px;
}
.nofloat {
	clear: both;
}

/*TEXTOS*/
p {
	line-height: 180%;
	margin-top: 0px;
}

p2 {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
	text-align: center;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
h3 {
	color: #293771;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	color: #367DBC;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
h4 a {
	color: #666666;
}
h5 {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	display: block;
	background-color: #B9A302;
}
h5 a {
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

ul {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	line-height: 19px;
}
.azul {
	color: #293771;
}
a {
	color: #0054a6;
}


/*TABLA*/

.tabla-1 {
	width: 90%;
	border: 1px solid #090808;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	background-color: #FFFFFF;
}
.thead {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	background-color: #367DBC;	
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tbody {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/*OTROS*/

.estilo-form {
	width: 95%;
}
