@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
@font-face { 
font-family: 'Calligraffiti'; 
src: url(../font/Calligraffiti.ttf) format("truetype"); 
} 
@font-face { 
font-family: 'Englebert'; 
src: url(../font/Englebert-Regular.ttf) format("truetype"); 
} 
/* #a65e00 */
body {
	font-family: 'Calligraffiti';
	background: #fafafa;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}
p{font-family: 'Englebert', sans-serif; color:#323235;}
span{font-size:0.8em;}

.inicial{font-size:1.6em;}
#tecnicas{ 
width:400px; 
height:200px;  
margin:auto;
}
#tecnicas1{
width:50%;
float:left;
}
#tecnicas2{
width:50%;
float:right;
}
#contenido-social{ 
width:150px; 
height:80px; 
margin-top:40px; 
float:right;
}
	
.fb-icon, .t-icon {
text-decoration:none;
text-align:center;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border:3px solid grey;
    border-radius: 40px;
    float: left;
    height: 40px;
	width: 40px;
    margin: auto;
    opacity: 0.8;
    
}

.fb-icon:hover, .t-icon:hover {
    border-radius: 0;
    opacity: 1;
}

.fb-icon{background:url("../images/f-logo.jpg") no-repeat scroll 0 0 transparent}

.t-icon{background:url("../images/t-logo.jpg") no-repeat scroll 0 0 transparent}

.icon1{width:50%; height:100%;float:left}
.icon2{width:50%; height:100%;float:left}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.fixback{background-repeat:no-repeat;
background-position:bottom right;
}
.fixbackl{background-repeat:no-repeat;
background-position:bottom left;
}

.cero{background-image:url(../images/01.png);}
.uno{background-image:url(../images/reiki.png);}
.dos{background-image:url(../images/Logo.png);}
.tres{background-image:url(../images/manoss.png);}
.cuatro{background-image:url(../images/3.png)}
.cinco{background-image:url(../images/4.png);}
.seis{background-image:url(../images/bu.png);}
.siete{background-image:url(../images/6.png);}


.nueve{background-image:url(../images/010.png);}

/*ocho{background-image:url(../images/maru.png);}*/
.data{
	margin-top:30px;
	width:350px;
	font-size:1.1em;
	line-height:2em;
	list-style-image:url(../imgs/lista.png);
}
.continners{height:580px;width:100%; }
.inco{margin:auto; width:900px;height:500px;}
.mer{margin-left:50px;}
.innerIntro2{ width:550px;height:620px; padding:10px; float:left;margin-top:-4px;}
.innerIntro2 h3{margin-left:40px;}
.innerIntro3{ width:320px;height:320px; padding:5px; margin-right:30px;margin-top:60px; border-radius:5px; border:1px solid #ccc;float:left;}
.campos{
	border-radius:5px;
	width:100%;
	height:30px;
	background-image:url(../imgs/sc2.png);
	color:#000;border:1px solid grey;
}
.campos:hover{
	background-image:url(../imgs/sc.png);
}
.text{
	clear:both;
	border-radius:5px;
	width:100%;
	height:60px;
}
.mid{
	background:orange;
	width:100%;
	height:40px;
	color:white;
	border:1px solid grey;
	border-radius:5px;
}
.mid:hover{
	background:grey;
}
.labetex{
	float:left;
	clear:both;
	font-size: 1.2em;line-height:1.1em;
}


.centrad{text-align:center;}

#fixmas{
width:80%;
min-height:350px;
margin:auto;

}
#fixmasr,#fixmasl{
width:40%;
height:95%;
float:left;

}
#fixmasl{width:60%;}
.end{
text-align:center;
 width:100%; 
 height:20px;
 margin-top:70px;
 }
.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.fiximg{margin:2px; width:28; height:28px;}

.menu-panel {
	/**background: #ff8809;**/
	background-image:url(../images/panel.png);
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.2em;
	line-height: 2.8em;
	padding: 0 20px;
	cursor: pointer;
	background-image:url(../images/panel.png);
	border-bottom: 1px solid #fe9a2e;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	         background: #FE9A2E;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background-image:url(../images/panel.png);
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #FE9A2E;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {	
	position: absolute;z-index:1;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 8% 10px 5%;
	width:95%;
	float:left;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h1 {
	font-weight: 300;
	font-size: 3.3em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 1% 40px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(244, 185, 53, 0.9);
	text-shadow: 0 0 2px orange;
}
.numb{ 
width:95%; 
height:30px;
margin-top:15px;
position:absolute;
z-index:99;
}
.contnumb {
float:right; 
text-align:center; 
width:45px; 
height:45px;
}

.indi{width:40px; height:40px;}
.terap{
font-family: 'Englebert', sans-serif; 
color:#323235; 
width:320px;
list-style-image: url("../images/indice2.png");
margin-left:150px;
}
.fixte{width:500px;}
.terap1{
font-family: 'Englebert', sans-serif; 
color:#323235; 
width:370px;
list-style-image: url("../images/indice2.png");
margin-left:50px;
}
.pref{text-align:center;}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

#contac{margin-top:1px;margin-left:40px;}






@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}



.linksemi{color:orange; cursor:pointer;}

/*===================== m querie============*/

@media (max-width: 768px) {
.cero, .uno, .dos, .tres,.cuatro,.cinco,.seis, .siete, .nueve {background-image:none;}
#fixmasr, #fixmasl {
width: 100%;
float: left;
}
.terap {
line-height:1.3em;
width: 100%;
margin-left: 50px;
}
.terap1 {
line-height:1.3em;}
.tel{margin-top:40px;margin-left:15px;width:100%; float:left;}

#menu-toc li a {
font-size: 1.7em;
line-height: 2.0em;
}
#tecnicas1, #tecnicas2{width:100%; float:left;}
.innerIntro2{
width:650px;margin:auto;height:600px;
}
#contac{float:left;margin-top:25px;}
.continners{
min-height:500px;
}
#contac{margin-top:-20px;}
.content p{font-size:1.4em;}
#lamer {
width: 400px;
margin-left: -20px;
text-align: left;
}
#lamer ul li p{width:300px;}
#lamer label{font-size:1.1em;}
}

/*cookie*/

#cookiesms1:target {
    display: none;
}
.cookiesms{	
width:100%;
height:45px;
margin:0 auto;
padding-top:5px;
font-size: 1.2em;
clear:both;
font-weight: bolder;
color: #333;
text-align:center;
position:fixed;
left: 0px;
top:0px;
background-color: #f5c049;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
#boton{border-radius:5px;padding:0px 10px 0px 10px; border:2px solid #2793e6;background:#2793e6; color:#fff;font-weight:bold;font-size:16px;cursor:pointer;margin-left:10px;}
#boton:hover{background:#73a7d0;}
/* Fin del CSS para cookies */