body {
	background: white;
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
}

#txt-entrada {
	background: #48a6ff;
	font-family: 'Poiret One', cursive;
	font-size: 2.5em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	width: 100%;
}

#video {
	
	height: auto;
	text-align: center;
	width: 100%;
}

#entrada {
	height: auto;
	margin: auto;
	text-align: center;
	width: 100%;
}

#entrar {
	background: #48a6ff;
	font-family: 'Poiret One', cursive;
	font-size: 2em;
	font-weight: bold;
	height: 40px;
	margin: auto;
	border-radius: 10px;
	text-align: center;
	width: 200px;
}

#entrar a {
	color: black;
	display: block;
	text-decoration: none;
}

#entrar a:hover {
	background: #c1e1ff;
}

#eyc {

	height: 40px;
	margin: auto;
	text-align: center;
	width: 100%;
}

#contador {

	color: black;
	font-family: 'Arial',san-srefi;
	height: 20px;
	text-align: center;
	width: 200px;
}

#entrar, #contador {
	display: inline-block;
}

#mat {
	height: 360px;
	margin: auto;
	width: 1000px;
	z-index: 10;
}

#mat-img {
	background: url(../img/mat.png) no-repeat;
	height: 360px;
	width: 350px;
}

#mat-txt {
	font-family: 'Arial', cursive;
	font-size: 2.5em;
	font-weight: bold;
	height: 360px;
	margin: 0 0 0 60px;
	vertical-align: top;
	text-align: center;
	width: 550px;

}

.firma {
	font-family: 'Arial', sans-serfi;
	font-weight: normal;
}

#mat-img, #mat-txt {
	display: inline-block;
}

#encabezado {
	background-color: white;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

nav {
	background: #48a6ff;
	height: 50px;
	text-align: center;
	width: 100%;
	z-index: 900;
}

nav a {
	color: #fff;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bolder;
	font-size: .69em;
	letter-spacing: 1px;
	margin: 17px 5px;
	outline: none;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#menu {
	height: 50px;
	margin: auto;
	width: 1110px;
}

nav a:hover,
nav a:focus {
	color: black;
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.titulos {
	font-size: 3em;
	font-weight: bolder;
}

.subtitulos {
	color: navy;
	font-family: 'Arial', sans-serfi;
	font-size: 1.8em;
	font-weight: bolder;
}

.descripcion {
	color: #add8e6;
	font-family: 'Arial', sans-serfi;
	font-size: .7em;
}

.descripcion a {
	color: #add8e6;
	text-decoration: none;
}

.descripcion a:hover {
	background: navy;
}

#consejos {
	background-color:#c1e1ff;
	background-image: url(../img/fondo-int-1.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #333;
	min-height: 650px;
	text-align: center;
	width: 100%;
}

#consejos-txt {

	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: auto;
	height: 650px;
	text-align: left;
	vertical-align: top;
	width: 450px;
}

#consejos a {
	background: white;
	color: #999;
	text-decoration: none;
}

#consejos a:hover {
	color: #333;
}

#razones {
	background-color:#c1e1ff;
	background-image: url(../img/fondo-int-1.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #333;
	height: 650px;
	width: 100%;
}

#razones-txt {

	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 40px;
	height: 650px;
	text-align: left;
	width: 450px;
}

#consejos-txt, #razones-txt {
	display: inline-block;
}

#conferencias {
	background-color:#668C8C;
	background-image: url(../img/fondo-int-2.png);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	height: 650px;
	width: 100%;
}

#conferencias-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: auto;
	height: 650px;
	text-align: left;
	width: 1000px;
}

#conferecias-lista {

	height: 200px;
	margin: 0 50px;
	text-align: left;
	width: 750px;
}

#conferencias a {
	background: white;
	color: #668C8C;
	text-decoration: none;
}

#conferencias a:hover {
	color: #333;
}

#libros-edciones {
	height: 250px;
	width: 1000px;
}

#edicion1, #edicion2, #edicion3 {
	text-align: center;
}

#edicion1, #edicion2, #edicion3 {
	display: inline-block;
}

#libros {
	background-color:#999;
	background-image: url(../img/fondo-int-3.png);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	min-height: 720px;
	width: 100%;
}

#libros a {
	background: white;
	min-height:30px;
	color: #999;
	padding:2px 2px 0 2px;
	text-decoration: none;
}

#libros a:hover {
	color: #333;
}

#libros-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	min-height: 650px;
	text-align: right;
	width: 1000px;
}

#formacion-encabezado {

	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#conferencias-encabezado {
	background-color: white;
	background-image: url(../img/h3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#programa-encabezado {
	background-color: white;
	background-image: url(../img/h4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#clientes-encabezado {
	background-color: white;
	background-image: url(../img/h5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#libros-encabezado {
	background-color: white;
	background-image: url(../img/h6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#contacto-encabezado {
	background-color: white;
	background-image: url(../img/head.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: fixed;
	margin-top: -40px;
	width: 100%;
	z-index: -999;
}

#contacto-head {
	height: 300px;
	margin: auto;
	width: 1000px;
	z-index: 10;
}

#contacto-img {
	background: url(../img/mat-2c.png) no-repeat;
	height: 300px;
	width: 300px;
}

#clientes-img {
	background: url(../img/mat-2g.png) no-repeat;
	height: 300px;
	width: 300px;
}

#consultorias-img {
	background: url(../img/mat-2a.png) no-repeat;
	height: 300px;
	width: 300px;
}

#programa-img {
	background: url(../img/mat-2e.png) no-repeat;
	height: 300px;
	width: 300px;
}

#conferencias-img {
	background: url(../img/mat-2j.png) no-repeat;
	height: 300px;
	width: 300px;
}

#formacion-img {
	background: url(../img/mat-2b.png) no-repeat;
	height: 300px;
	width: 300px;
}

#testimonios-img {
	background: url(../img/mat-2h.png) no-repeat;
	height: 300px;
	width: 300px;
}

#libros-img {
	background: url(../img/mat-2f.png) no-repeat;
	height: 300px;
	width: 300px;
}

#titulos-solos {
	font-family: 'Poiret One', cursive;
	margin: auto;
	height: auto;
	text-align: right;
	width: 1260px;
}

#contacto-texto {
	font-family: 'Arial', cursive;
	font-size: 2.2em;
	font-weight: bold;
	height: 300px;
	margin: 0 0 0 60px;
	vertical-align: top;
	text-align: center;
	width: 620px;

}

#contacto-img, #contacto-texto {
	display: inline-block;
}

#clientes-img, #contacto-texto {
	display: inline-block;
}

#consultorias-img, #contacto-texto {
	display: inline-block;
}

#conferencias-img, #contacto-texto {
	display: inline-block;
}

#libros-img, #contacto-texto {
	display: inline-block;
}

#formacion-img, #contacto-texto {
	display: inline-block;
}

#testimonios-img, #contacto-texto {
	display: inline-block;
}

#programa-img, #contacto-texto {
	display: inline-block;
}


#contacto {
	background-color:#999;
	background-image: url(../img/fondo-contacto.png);
	background-repeat: repeat-x;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

#contacto a {
	background: white;
	display: block;
	color: #69C;
	height: 35px; 
	line-height: 23px;
	text-decoration: none;
	width: 590px;
}

#contacto a:hover {
	color: #369;
}

#contacto-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	height: 860px;
	margin: auto;
	text-align: center;
	vertical-align: top;
	width: 650px;
}

#img-contacto {
	background: url(../img/fondo-figura.png);
	height: 855px;
	width: 300px;
}

#contacto-txt, #img-contacto {
	display: inline-block;
}

#contacto-contenido {

	height: 555px;
	margin: auto;
	text-align: left;
	width: 600px;
}

#contactos-contenido {
	font-size: 1.3em;
	height: auto;
	margin: auto;
	text-align: left;
	width: 600px;
}
#contactos-contenido a {
	background: none;
	color: white;
	text-decoration: none;
}
#contactos-contenido a:hover {
	color: white;
}
#formacion {
	background-color:#069;
	background-image: url(../img/fondo-formacion.png);
	background-repeat: repeat-x;
	color: #add8e6;
	height: auto;
	text-align: center;
	width: 100%;
}

#testimonios {
	background:#ffefd5;
	color: black;
	height: auto;
	text-align: center;
	width: 100%;
}

#img-formacion {
	background: url(../img/fondo-figura-formacion.png);
	height: 450px;
	width: 300px;
}

#formacion-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	width: 900px;
}

#consultorias-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	width: 900px;
}

#consultorias {
	background-color:#6495ed;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

#imagen {
	background: url(../img/edgar.jpg);
	border-radius: 10px;
	height: 240px;
	vertical-align: top;
	width: 297px;
}

#imagen-mat {
	background: url(../img/triana.jpg);
	border-radius: 10px;
	height: 240px;
	vertical-align: top;
	width: 181px;
}

#imagen-mat-son {
	background: url(../img/triana-son.jpg);
	border-radius: 10px;
	height: 240px;
	vertical-align: top;
	width: 181px;
}

#testimonio {
	height: auto;
	text-align: justify;
	margin:0 0 0 40px;
	padding: 20px;
	width: 500px;
}

#testimonio-son {
	height: auto;
	text-align: justify;
	margin:0 0 0 40px;
	padding: 10px;
	width: 630px;
}

#imagen, #testimonio {
	display: inline-block;
}

#imagen-mat, #testimonio {
	display: inline-block;
}

#imagen-mat-son, #testimonio-son {
	display: inline-block;
}

#testimonios-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: justify;
	vertical-align: top;
	width: 900px;
}

#quien {
	height: auto;
	text-align: right;
	width: 900px;
}

#programa {
	background-color:#6495ed;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

#programa-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	width: 900px;
}

#conferenciass {
	background-color:#778899;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

.subtitulo {
	color: navy;
}

.subtitulo a {
	color: navy;
	text-decoration: none;
}

.subtitulo a:hover {
	background: white;
	color: navy;
	text-decoration: none;
}

#img-conferenciass {
	background: url(../img/fondo-figura-formacion.png);
	height: 450px;
	width: 300px;
}

#conferenciass-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: justify;
	vertical-align: top;
	width: 900px;
}

#clientes {
	background:#36ad6a;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

#clientes-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	width: 900px;
}

#img1, #img2, #img3, #img4 {
	display: inline-block;
}

#img5, #img6, #img7, #img8 {
	display: inline-block;
}
#img9, #img10, #img11, #img12 {
	display: inline-block;
}
#img13, #img14, #img15, #img16 {
	display: inline-block;
}

#img17, #img18, #img19, #img20 {
	display: inline-block;
}

#img21, #img22, #img23, #img24 {
	display: inline-block;
}

#img25, #img26, #img27, #img28 {
	display: inline-block;
}

#img29, #img30, #img31, #img32 {
	display: inline-block;
}

#img33, #img34, #img35, #img36 {
	display: inline-block;
}

#img37, #img38, #img39, #img40 {
	display: inline-block;
}

#img41, #img42, #img43, #img44 {
	display: inline-block;
}

#img45, #img46, #img47, #img48 {
	display: inline-block;
}

#libro {
	background:#999;
	color: white;
	height: auto;
	text-align: center;
	width: 100%;
}

#libro-txt {

	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: auto;
	height: auto;
	text-align: justify;
	vertical-align: top;
	width: 900px;
}

#contenido-i {
	height: auto;
	text-align: center;
	margin: auto;
	width: 700px;
}

#triana-i {
	background: url(../img/mat-i.jpg);
	border-radius: 15px;
	height: 232px;
	width: 215px;
}

#triana-ia {
	background: url(../img/mat-i2.jpg);
	border-radius: 15px;
	height: 232px;
	width: 215px;
}

#descripcion-i {
	font-size: 1.2em;
	font-family: Arial;
	height: auto;
	margin: 5px 0 0 50px;
	text-align: justify;
	vertical-align: top;
	width: 420px;
}

#descripcion-ia {
	font-size: 1.2em;
	font-family: Arial;
	height: auto;
	text-align: justify;
	vertical-align: top;
	width: auto;
}

#descripcion-i-2 {
	font-family: Arial;
	height: auto;
	text-align: justify;
	width: auto;
}

#triana-i, #descripcion-i {
	display: inline-block;
}
#triana-ia, #descripcion-i {
	display: inline-block;
}