body {
    background: #006f8c url("../images/body_bg.jpg") top center no-repeat;
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 13px;
    color: #FFF;
}
.clear-all {
	clear:both;
	visibility:hidden;
}
.contenedor {
	width:80%;
	margin:0 auto;
	max-width:1400px;
}
.lang {
	text-align:right;
	font-size:11px;
}
.lang ul {
	margin:3px 0 0;
	list-style:none;
	padding:0;
}
.lang ul li {
	display:inline-block;
}
.lang img {
	width:22px;
	height:auto;
	vertical-align:middle;
}
.lang a {
	color:#DDD;
	text-decoration:none;
}
.head {
	/*height:132px;*/
	position:relative;
}
.logo {
	display:inline-block;
	width:20%;
}
.logo img{
	width: 100%;
	max-width: 200px;
	height: auto;
}
.menu-ppal {
	display:inline-block;
	width:79%;
	text-align:center;
	vertical-align: text-bottom;
}
.menu-ppal ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu-ppal ul li {
	display: inline-block;
	text-align:left;
	margin:0 0.8% 1%;
	line-height:1.3em;
	border-radius:25px;
}
.menu-ppal ul li:hover {
	background-color: #005970;
}
.menu-ppal a {
	color:#FFF;
	text-decoration:none;
	display:block;
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:7px 20px;
	
}
.menu-ppal a:hover, .menu-ppal a:hover span {
	color:#FFF;
	text-shadow: 0 0 10px #666;
}
.menu-ppal span {
	font-size:13px;
	font-weight: 300;
	text-transform: none;
}
.menu-ppal a span {
	color:#DDD;
}
.menu-ppal .active {
	background-color: #005970;
}
.menu-ppal .active a, .menu-ppal .active a span {
	color:#01B5D7;
	text-shadow: 0 0 1px #666;
}
.content {
	background: transparent url("../images/bg_content.png") no-repeat scroll right bottom;
    height: auto;
    margin: 0 auto;
    padding: 0 0 65px;
    position: relative;
}
.banner {
	text-align:center;
	padding: 0 10px;
	max-width:939px;
	margin:0 auto;
}
.banner img {
	margin:0 auto;
	max-width:100%;
	height:auto;
}
#box_noticias {
	background: transparent url("../images/box_bottom_noticias.png") no-repeat scroll left bottom;
	overflow: hidden;
	width: 218px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	float:left;
	margin-right:5%;
	color:#006F8C;
}
#box_noticias ul {
	padding-left:18px;
	margin:8px 5px;
}
#box_noticias ul li{
	margin:7px 0;
}
#box_noticias a {
	color:#333;
	text-decoration:none;
}
#box_noticias a:hover {
	color:#000
}
.box-contenido {
	margin-right: 20px;
}
.no-float {
	margin-left: 316px;
}
.margen_col {
    margin: 0px 14px;
}


.contenidos {
	margin:2% auto;
	max-width:1024px;
}
.titu {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.acreditaciones {
	width:150px;
	border-top:1px solid #ccc;
	margin-top: 5px;
}
.acreditaciones img {
	vertical-align:bottom;
}
.acreditaciones a {
	display:block;
	padding: 5px 0;
	color:#006F8C !important;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	
}
.acreditaciones a:hover {
	color:#333 !important;
}
/*FOOTER-----------------------------------------------------------------------------*/
#footer {
	background: #006f8c url("../images/footer_bg.jpg") center top no-repeat;
	margin: 0 auto;
	padding: 23px 20px 0;
	color:#FFF;
	max-width:1024px;
	color: #b9e1e9;

}
#footer .titu {
	color:#FFF;
}
.f-left {
	float:left;
}

#footer ul.nav_footer{
    height: auto;
    padding: 0px;
    list-style-type: none;
}
#footer ul.nav_footer li{
    background: transparent url("../images/bullet_menu_footer.png") top left no-repeat;
    font-size: 13px;
    margin: 3px 0px;
    padding: 0 0 0 10px;
}
#footer ul.nav_footer li a{
    color: #fff;
    text-decoration: none;
}
#footer ul.nav_footer li a:hover{
    color: #b9e1e9;
    text-decoration: underline;
}
.pie{
	float:left;
	margin:15px 0;
	font-size: 10px;
    line-height: 1em;
}
.pie a{
    font-size: 10px;
    line-height: 20px;
    color: #b9e1e9;
    text-decoration: none;
}
.pie-l {
	width: 80%;
	padding-top:10px
}
.pie-r {
	width: 20%;
	text-align:right;
}
.pie a:hover{
    color: #fff;
}
.pie img {
	width:22px;
	height:auto;
	vertical-align:bottom;
}
.f-contacto {
	width:30%;
	margin-right:1.5%;
	padding-right:1.5%;
	border-right: 1px solid #0F92AE;
	float:left;
}
.f-direccion {
	width:31.5%;
	margin-right:1.5%;
	padding-right:1.5%;
	margin-left:1.5%;
	border-right: 1px solid #0F92AE;
	float:left;
}
.f-menu {
	width:30%;
	float:right;
	text-align:left;
}
.f-menu-box {
	width:45%;
	margin-right:5%;
	float:left;
}
.sin-marg {
	padding:0;
	margin:10px 0 0;
}

.only-screen {
	display:block;
}
.only-movil {
	display:none;
}
/*terapias*/
.col50 {
	width:42%;
	float:left;
}
.acup {
	margin-right: 10%;
	background-image: url("../images/symbol_acuputura.png");
	background-repeat: no-repeat;
	background-position: right 0%;
}
.osteo {
	margin-left: 2%;
	background-image: url(../images/symbol_osteopatia.png);
	background-repeat: no-repeat;
	background-position: right 0%;
}
.terapias ul {
	margin:0;
	padding:0 0 0 10px;
}
.terapias ul li {
	border-bottom: 1px dotted #b9e1e9;
	padding: 6px;
}
.terapias .titu {
	padding-bottom:3px;
	padding-left:2px;
	border-bottom: 1px solid #EEE;
	margin-bottom:10px;
	font-size:16px;
}
/*comentarios*/
.comentario {
	margin:40px auto;
	/*text-align:center;*/
}
.comentario-foto {
	width:15%;
	margin-right:7%;
	display:inline-block;
	vertical-align:middle;
	
}
.comentario-foto img {
	width:100%;
	height:auto;
	max-width:116px;
	border: 8px solid #fff;
	box-shadow:3px 3px 12px #333;
}
.comentario-foto2 {
	width:15%;
	margin-left:5%;
	display:inline-block;
	vertical-align:middle;
	
}
.comentario-foto2 img {
	width:100%;
	height:auto;
	max-width:116px;
	border: 8px solid #fff;
	box-shadow:3px 3px 12px #333;
}
.box-bocadillo {
	width:77%;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.comentario-texto {
	clear:both;
	padding:5px 0 0 10px;
}
.comentario-texto .nombre {
	font-size:18px;
	font-weight:bold;
	color:#013948;
	margin:0;
}
.comentario-texto .cargo {
	font-size:14px;
	margin:0;
}
/*BOCADILLO*/

.arrow_box {
	position: relative;
	background: #013948;
	font-size: 1.4em;
	padding: 14px;
	border-radius: 10px;
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid #013948;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #013948;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box2 {
	position: relative;
	background: #157F9A;
	font-size: 1.4em;
	padding: 14px;
	border-radius: 10px;
}

.arrow_box2:after {
	left: 100%;
	top: 50%;
	border: solid #013948;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #157F9A;
	border-width: 15px;
	margin-top: -15px;
}
.cont_mapa {
	padding: 12px;
	background-color: #005970;
	position: relative;
}
.link {
	margin-top:5px;
}
.link a {
	color:#fff;
	text-decoration: none;
	margin-top:5px;
}
.capa-anti-eventos {
	top:0;
	bottom:0;
	right:0;
	left:0;
	position: absolute;
    cursor: pointer;
	/*background-color: rgba(255,255,255,0.5)*/
}

@media screen and (max-width: 1400px) {
	.contenedor {
		width: 85%;
	}
}
@media screen and (max-width: 1280px) {
	.contenedor {
		width: 90%;
	}
}
@media screen and (max-width: 1024px) {
	.menu-ppal span {
		display:none;
	}
	.menu-ppal a {
		padding:5px 13px;
	}
	.contenedor {
		width: 96%;
	}
}
@media screen and (max-width: 780px) {
	.only-screen {
		display:none;
	}
	.only-movil {
		display:block;
	}
	
	.col50 {
		width:90%;
		float:none;
	}
	.acup {
		margin:25px auto 0;
	}
	.osteo {
		margin:25px auto 0;
	}
	.no-float {
		clear:both;
		margin:0 auto;
		padding:1px 20px 0;
	}
	.box-movil {
		float:none !important;
		margin:0 auto !important;
	}
		
}
@media screen and (max-width: 640px) {
	.lang {
		text-align: center;
	}
	.logo {
		display: block;
		width: 80%;
		text-align: center;
		margin: 15px auto;
	}
	.logo img{
		max-width: 176px;
	}
	.menu-ppal {
		display: block;
		width: 90%;
		text-align: center;
		vertical-align: text-bottom;
		margin: 0 auto;
	}
	.menu-ppal a {
		padding:5px 13px;
	}
	#footer {
		background-image:none;
	}
	.content { 
		padding-bottom:10px;
	}
	#box_noticias {
		float:none !important;
		margin:0 auto !important;
	}
	
}
@media screen and (max-width: 480px) {
	.contenedor {
		width:100%;
	}
	.box-contenido {
		clear:both;
		margin:0;
		padding:1px 20px 0;
	}
	
	.f-contacto, .f-direccion, .f-menu, .pie-l, .pie-r {
		width:97%;
		margin:0 auto;
		padding:1.5%;
		border-right: 0;
		float:none;
	}
	.f-menu-box {
		width:45%;
		margin-right:5%;
		float:left;
	}
	#box_noticias {
		margin-left:18px;
	}
}
