﻿#efecto, #efecto-conten{
	border: 0px solid red;
	height: 165px;
}

#logotipo{
	text-align: center;
}

.titulo-pestana{
	border: 0px solid red;
	background: url(../images/terapias.jpg);
	width: 840px;
	height: 120px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	color: white;
	padding: 30px 0;

	text-shadow:0 0 10px #000;

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

#ladod{
	border: 1px solid #ddd;
	background: white;
	width: 840px;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;

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

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

.titulo-seccion{
	border-bottom: 1px solid #ddd;
	background: #e9ffc3;
	color: #8abe33;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.desarrollo-seccion{
	font-size: 14px;
	line-height: 21px;
	padding: 10px 0;
}

#imagen-seccion{
	width: 200px;
	float: left;
}

#imagen-seccion img{
	width: 100%;

	border-radius: 20px;
}

#texto{
	width: 618px;
	padding: 10px;
	text-align: justify;
	float: left;

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

table{
	width: 100%;
	margin: 10px 0;
}

table tr td{
	border: 1px dotted gray;
	text-align: center;
	padding: 5px 0;
}

#banner{
	position: relative;
	width: 100%;
	font-size: 25px;
	float: left;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0;
}

#banner:hover{
	background:#f7f7f7;
}

#cita{
	position: absolute;
	top: -7px;
	right: 200px;
	width: 50px;
}