@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */
header, nav, section, article, aside, figure, footer{
	display:block;
}
.limpiar{
	clear:both;
}
a img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#688DA4;
}
a:visited {
	text-decoration: none;
	color:#688DA4;
}
a:hover {
	text-decoration: none;
	color:#688DA4;
}
a:active {
	text-decoration: none;
	color:#688DA4;
	
}

body{
	background:;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:6px;
}

/***    MAQUETACION           ****/

@-webkit-keyframes cintainformativa
{
	from{
		margin-left:100%;
	}
	to{
		margin-left:-100%;	
	}
}

@-moz-keyframes cintainformativa
{
	from{
		margin-left:100%;
	}
	to{
		margin-left:-100%;	
	}
}

#ver_demo_cel{
	display:none;	
}

#boton_movil{
	display:none;	
}

.ancho{
	width:50%;	
}


.superior_pagina{
	float:left; 
	width:100%; 
	height:130px; 
	padding-top:0px; 
	padding-left:0px; 
	background:#E5097F; 
	padding-right:0px; 
	display:block;
}

.superior_pagina_chico{
	float:left; 
	width:100%; 
	height:100px; 
	padding-top:0px; 
	padding-left:0px; 
	background:#E5097F; 
	padding-right:0px; 
	display:block;
}


.borde_rosa{
	border:3px solid #E5097F;
	box-sizing:border-box;
}


.marco{
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;		

	float:left; 
	width:100%; 
	height:auto; 
	padding:20px 50px 50px 50px; 
	box-sizing:border-box; 
	border:0px solid #27AD93;
}

.borde{
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;		
	
}

.borde_2{
	float:left;
	width:100%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;		
	
	border:1px solid #CCC;
}

#noticias{
	float:left;
	margin-left:0px;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	background:#FFF;	
	z-index:0;
}

#noticia{
	float:left;
	width:33.3%;
	height:290px;
	color:#FFF;
}

#noticia:hover{
	cursor:pointer;
}

#imagen_noticia{
	float:left;
	width:100%;
	height:auto;	
}

#imagen_noticia img{
	float:left;
	width:100%;
	height:auto;	
}

#noticia:hover img{
	visibility:visible;
	opacity:0.4;
}

.ver_mas{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
	box-sizing:border-box;
	border: 1px solid #0191AF;
	float:left;
	width:35%;
	margin-left:35%;
	padding:8px;
	margin-top:15px;
	height:auto;
	color:#0191AF;
	font-family:'Rambla';
	font-size:13px;
	background:#FFFFFF;
}

.ver_mas:hover{
	background:#0191AF;
	color:#FFF;
}


.borde_s{
	border-radius			:	10px 10px 0px 0px;
	-moz-border-radius		:	10px 10px 0px 0px;
	-webkit-border-radius	:	10px 10px 0px 0px;	
}

.borde_b{
	border-radius			:	0px 0px 10px 10px;
	-moz-border-radius		:	0px 0px 10px 10px;
	-webkit-border-radius	:	0px 0px 10px 10px;	
}



#noticia_pagina{
	border-radius			:	10px 10px 10px 10px;
	-moz-border-radius		:	10px 10px 10px 10px;
	-webkit-border-radius	:	10px 10px 10px 10px;	
		
	box-sizing:border-box;	
	
	float:left;
	width:31%;
	padding-bottom:20px;
	height:auto;
	background:#F2F5F9;
	margin:1%;
	margin-bottom:10px;

	-webkit-box-shadow: 2px 2px 8px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 8px -6px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 8px -6px rgba(0,0,0,0.75);		
}

#noticia_pagina:hover{
	cursor:pointer;
	-webkit-box-shadow: 4px 2px 14px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 2px 14px -6px rgba(0,0,0,0.75);
	box-shadow: 4px 2px 14px -6px rgba(0,0,0,0.75);	
}





#noticia_imagen_pagina{
	box-sizing:border-box;
	float:left;
	width:100%;
	height:100%;
}

#noticia_imagen_pagina img{
	width:100%;
	height:auto;
}

#noticia_descripcion_pagina{
	box-sizing:border-box;
	float:left;
	width:100%;
	height:auto;
	padding:20px;
}





.cuadro{
	position:relative;
	width:100%;
	height:100%;
	background-color:#0083C1;
}

.cuadro img{
	width:100%;
	height:100%;
	position:relative;
}
.news_titulo{
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:15%;
	font-size:24px;
	font-weight:bold;
	line-height:23px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	background-color:;
}

#cuadro_negro{

	box-sizing:border-box;	
	float:left;
	width:100%;
	background-image:url(/imagenes/fondo_transparente.png);
	background-repeat:repeat;
	color:#CECECE;
	padding:50px;
	border-bottom:10px solid #000000;
	
}

#contenido{

	-webkit-animation-name:cintainformativa;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;	

	-moz-animation-name:cintainformativa;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;	


}




/***    Cabecera           ****/
#cabecera{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
	float:left;
	width:100%;
	padding-left:1%;
	padding-right:1%;	
	height:auto;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	background-image:url(/imagenes/fondo_negro.fw.png2);
	background-repeat:repeat;
}

#cabecera_dentro{
	margin:0 auto;
	width:80%;
	max-width:1300px;
	padding-top:10px;
	height:auto;		
}

#menu_despegable_dentro{
	margin:0 auto;
	width:80%;
	max-width:1100px;
	height:auto;
		
}

#logo_solido{
	display:none;	
}

#efecto{
	float:left;
	width:220px;
	height:125px;
	background:;	
	overflow:hidden;
}

#logo{
	display:none;
}

#logo_nombre{
	position:relative;
	width:160px;
	height:63px;
	left:0px;
	padding-left:0px;
	background-color:;
	z-index:10;
}

#logo_nombre img{

	width:100%;
	height:auto;

}

#boton_menu{
	display:none;
}



#cabecera ul{
	width:380px;
	height:55px;
	display:block;
	float:right;
	padding:0;
	margin:0;
	margin-top:-57px;
	padding-top:10px;
	list-style:none;
	background-color:;
}

#cabecera ul li{
	float:right;
}

#cabecera li a{
	float:right;
	width:35px;
	display:block;
	height:40px;
	margin-left:4px;
}


#zona_menu{
	display:none;
	float:left;
	width:100%;
	height:auto;
}

#menu_boton{
	display:none;
}

#enlaces_redes{
	float:right;
	width:390px;	
	height:auto;
	background:;
}

#item{
	float:right;
	width:100%;
	height:auto;
	margin-top:15px;
	text-align:right;	
}

#telefono_cabecera{
	float:right;
	text-align:right;
	width:20%;
	margin-top:15px;
	margin-bottom:0px;
	background:;
	height:40px;
}

#izquierda{

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	float:left;
	width:28%;
	height:auto;
	margin-right:2%;
	background:;	
	
}

#izquierda_articulos{

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	float:left;
	width:28%;
	height:auto;
	margin-right:2%;
	background:;	
	
}

#izquierda_contactenos{

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	float:left;
	width:28%;
	height:auto;
	margin-right:2%;
	background:;	
	
}

#imagen_nosotros{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	border:1px solid #CCC;
	
	float:left;
	width:100%;
	height:300px;

	background-image:url(../imagenes/psico-centro-san-juan.jpg);
	background-size:cover;
}

#imagen_servicios{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:auto;
}

#imagen_servicios img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:100%;

}

#imagen_articulos{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:auto;
}
	
#imagen_articulos img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:100%;
	
}


#imagen_mapa{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:auto;
}

#imagen_mapa img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	float:left;
	width:100%;
	height:100%;

}

#imagen_nosotros img{

	float:left;
	width:100%;
	height:auto;	
}

#derecha{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	border:1px solid #CCC;

	float:left;
	width:70%;
	min-height:400px;
	height:auto;
	padding:30px;
	background:;		
}

#derecha_articulo{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	border:1px solid #CCC;

	float:left;
	width:70%;
	min-height:400px;
	height:auto;
	padding:30px;
	background:;		
}

#franja_direccion{
	box-sizing:border-box;
	
	float:left; 
	margin-top:0px;
	padding:20px 20px 40px 20px;
	width:100%; 
	height:auto;
	background:;
}

#franja_direccion_dentro{
	margin:0 auto; 
	width:80%;
	max-width:1100px;	
}

#derecha_articulos{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	

	border:0px solid #CCC;

	float:left;
	width:70%;
	height:auto;
	padding:0px;
	background:;	
	z-index:0;	
}

#marcadores2{
	display:block;
	float:left;
	width:100%;
	height:40px;
	background-color:#000000;

}

#paginacion2{
	float:left;
	width:190px; 
	height:40px; 
	background-color:#000;
}

#vistas2{
	float:right;
	text-align:right;
	width:45px; 
	height:40px; 
	background-color:#000;
}



#enlaces{
	display:none;	
}

#cuerpo_general{
	box-sizing:border-box;
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	padding-bottom:0px;

}



#cuerpo{
	box-sizing:border-box;
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	margin-bottom:10px;
	background-color:;

	
}

#cuerpo_dentro{
	box-sizing:border-box;
	margin:0 auto;
	width:80%;
	max-width:1200px;
	height:auto;
	padding:10px 0px 0px 15px;
	background:;
}


#cuerpo2{
	float:left; 
	width:100%; 
	margin-top:0px; 
	margin-bottom:0px;	
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:50px;
	height:auto;
	background-color:#FFF;
}

#cuerpo_contenidos{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
		
	float:left;
	width:100%;
	padding-left:1%;
	padding-right:1%;
	margin-top:20px;
	margin-bottom:10px;
	height: auto;
	background-color:;
	
}

#cuerpo_contenidos_dentro{
	margin:0 auto;
	width:80%;
	max-width:1100px;	
	height:auto;
		
}

#cuerpo_libro{
	margin:0 auto;
	width:80%;
	max-width:800px;	
	height:auto;
		
}



#cuadro_completo{
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
	float:left; 
	width:100%;
	height:auto;
	padding:20px;


}

#mitad{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
	float:left; 
	width:50%;
	height:auto;
	padding:20px;
	background:;
}

#mitad img{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
	margin-top:0px;
	width:100%; 
	height:auto;	
}


#cuadro1{
	float:left;
	width:33%;
	height:300px;
	margin-left:15%;
	background-color:;	
}

#cuadro2{
	float:left;
	width:33%;
	height:300px;
	margin-left:4%;
	background-color:;	
}

#slide{
	float:left;
	width:100%;
	margin-top:0px;
	padding-bottom:0px;
	height:auto;
	background:;
	
}

#slide img{
	float:left; 
	padding:0px;
	box-sizing:border-box;	
}

#slide_movil{
	display:none;
	width:100%;
	height:auto;
	margin-top:0px;
	padding-bottom:0px;
	background:;
	
}

#slide_movil li{
	list-style:none;	
}

#slide_movil img{
	width:100%;
	height:auto;	
}



#slide_list{
	display:none;
}

#me_gusta{
	float:left;
	width:49%;
	margin-left:1%;
	padding-top:10px;
	height:80px;
	background:;
}

#boton_megusta{
	float:left;
	width:400px;
	padding-top:1px;
	height:85px;	
}

#pie_pagina{
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}

#autor{
	box-sizing:border-box;	
		
	float: right; 
	color:#999; 
	width:100%;
	height:auto;
	text-align:right;
	font-size:10px; 
	margin-right:10px;
	line-height:auto;
	background:#000;
}

#autor_dentro{
	margin:0 auto;
	width:80%;
	max-width:1300px;	
	height:auto;
	color:#CCC;
	text-align:center;
}

#autor_dentro a{
	margin:0 auto;
	width:80%;
	max-width:1300px;	
	height:auto;
	color:#CCC;
}

.campo_buscar{
	float:left;
	width:240px;	
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	color:#333;
	border:0px solid;
}

.campo_buscar2{
	float:left;
	width:91%;
	height:40px;
	padding:5px;
	padding-left:15px;
	padding-right:7px;
	font-size:17px;
	color:#333;
	border:0px solid;
}

#final{
	float:left;
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#000;	
}

@media only screen and (max-width:1800px){

}

@media only screen and (max-width:1600px){

	#cuerpo_dentro{
		box-sizing:border-box;
		margin:0 auto;
		width:90%;
		max-width:1020px;
		height:auto;
		padding:10px 30px 10px 30px;
		background:;
	}
	
	#cuerpo2{
		float:left; 
		width:100%; 
		margin-bottom:15px;	
		height:auto;
		background-color:;
	}
	
}

@media only screen and (max-width:1400px){

	#frase_pagina{
		display:none;	
	}
	
}


/******************************************/
/***    DISEÑO PARA TABLETAS  HORIZONTAL   ****/
/******************************************/
@media only screen and (max-width:1024px){
	

	
	body{
		margin:0px;
	}	

/***    MAQUETACION           ****/
	

	#ver_demo_cel{
		display:block;	
	}

	.marco{
		padding:10px; 
	}
	
	
	#telefono_cabecera{
		display:none;	
	}
	
	#buscador2{
		display:block;
	}

	
	#efecto{
		display:none;
	}




	
	#logo_solido{
		display:block;
		
		float:left;
		width:calc(100% - 65%);
		height:auto;
		background:;
	}

	#logo{
		display:block;
		
		float:left;
		width:100%;
		height:auto;
		background:;
	}
	
	#logo img{
		float:left;
		width:100%;
		height:auto;
	}



	#boton_menu{
		display:block;

		float:right;
		width:15%;
		height:15%;
		background:;
		margin-top:6.0%;
		margin-right:2%;
	}
	
	

	#boton_menu img{
		width:100%;
		height:auto;
		
	}


	
	/***    Cabecera           ****/
	#cabecera{
		float:left;
		width:100%;
		height:auto;
		background:;
		margin-bottom:0px;
		padding-left:0%;
		padding-right:0%;
		border-bottom:0px solid #CCC;
	}

	#cabecera_dentro{
		float:left;
		width:100%;
		height:auto;			
	}
	
	
	#cabecera ul{
		display:none;
	}
	
	#menu_boton{
		display:block;
	}

	#menu_boton ul{
		float:left;
		padding:0;
		width:100%;
		margin:0%;		
		background: ;
		list-style:none;
	}
	
	#menu_boton li{
		
		margin:0px;	
		padding:10px;
		font-size:26px;
		font-weight:bold;
		color:#000;

	}

	
	#menu_boton li a {
		text-decoration: none;
		color:#000;

	}

	#menu_boton li a:hover {
		text-decoration: none;
		color: #0094A6;		
	}	

	
	#menu_boton li:hover {
		background:#FFFFFF;
		color:#000000;
		background:#EBEBEB;
		cursor:pointer;
	}

	#menu_boton ul li ul{
		float:left;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;		
	}
	
	#menu_boton ul li ul li{

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
		
		float:left;
		width:100%;
		margin-left:10px;
		padding-left:5%;
		background:#036;
	}
		
	#enlaces{
		display:block;
		float:left;
		width:100%;
		padding-top:20px;
		height:70px;
		background:;	
	}
	
	#enlaces ul{
		float:left;
		margin:0;
		padding:0;
		padding-top:10px;
		padding-bottom:10px;
		width:100%;
		background:;
		list-style:none;
	}
	#enlaces li{
		margin:0;
		padding:0;
		float:left;
		width:30px;
		margin-left:8px;
		background:;
	}
	
	
	#cuerpo{
		float:left;
		width:100%;
		height:auto;
		margin-bottom:20px;
		background-color:;
	}

	#cuerpo_dentro{
		width:100%;
		height:auto;
		padding:10px 25px 10px 25px;
		background:;
	}

	#cuerpo2{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:7px; 
		margin-bottom:10px;	
	}

	#cuadro1{
		height:380px;
	}
	
	#cuadro2{
		height:380px;
	}
	
	

	#firma{
		padding-top:20px;
		padding-bottom:20px;
		text-align:center;
		background:#060;
	}
	
	#boton_megusta{
		float:left;
		width:380px;
	}

	#enlaces_redes{
		display:none;
	}	
	
	
}


@media only screen and (max-width:900px){


	.superior_pagina{
		float:left; 
		width:100%; 
		height:130px; 
		padding-top:0px; 
		padding-left:0px; 
		background:#FFFFFF; 
		padding-right:0px; 
		display:block;
	}


	#menu_pc{
		display:none;	
	}
	
	
	#logo_solido{
		width:130px;
		margin-top:5px;	
	}

	#cabecera_dentro{
		padding-top:0px;

	}


	.ancho{
		width:100%;	
	}

	#cuadro_completo{
		
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */	
		
		float:left; 
		width:100%;
		height:auto;
		padding:0px;
	
	}


	#logo_pie_abajo{
		margin-left:-25px;
	}

	#boton_pc{
		display:none;
	}
	
	.boton_whatsapp{
		border-radius			: 10px 10px 10px 10px;
		-moz-border-radius		: 10px 10px 10px 10px;
		-webkit-border-radius	: 10px 10px 10px 10px;
			
		float:left; 
		width:auto;
		padding:4px 10px 4px 10px;
		background:#333;
		color:#FFF;
	}


	#boton_movil{
		display:block;	
	}

	#slide{

		float:left;
		width:100%;
		margin-top:140px;
		padding-bottom:0px;
		height:auto;
		background:;

	}	

	#slide_movil{
		display:block;
	}


	#cuerpo_general{
		margin-bottom:10px;
	}
	
	
	#cuerpo_contenidos_dentro{
		box-sizing:border-box;
		width:100%;
		padding:20px;
	}
	
	#cuerpo_dentro{
		width:100%;
		height:auto;
		padding:10px;
		background:;
	}



	#cuadro_negro{
	
		padding:10px;
		border-bottom:0px solid #000000;
		
	}

	
	#mitad{
		float:left; 
		width:100%;
		padding:0px 0px 0px 0px;
		height:auto;
	}

	#mitad img{
		width:100%;
		margin-top:0px;
	}


	#me_gusta{
		float:left;
		width:49%;
		margin-left:1%;
		padding-top:10px;
		height:100px;
		background:;
	}
	
		
	#boton_megusta{
		width:280px;
	}

	#izquierda{
		display:none;
		margin-bottom:0px;	
	}
	
	#cuadro1{
		float:left;
		width:80%;
		height:auto;
		margin-left:10%;
		margin-bottom:20px;
		background-color:;	
	}
	
	#cuadro2{
		float:left;
		width:80%;
		height:auto;
		margin-left:10%;
		background-color:;	
	}
	
	#izquierda_articulos{
		display:none;
	}

	#imagen_articulos{
		width:100%;
		height:150px;
	}
	
	#derecha{
		height:auto;
		padding:20px;
		background:;		
	}
	

	#derecha_articulos{
		width:100%;
	}

	#derecha_articulo{
		width:100%;	
		padding:18px;
	}
	
	#noticia_pagina{
		width:100%;
		margin:0%;
		height:auto;
		min-height:inherit;
		margin-bottom:10px;
	}
	
	
	#noticia_imagen_pagina{
		box-sizing:border-box;
		float:left;
		width:100%;
		height:100%;
	}
	
	#noticia_imagen_pagina img{
		width:100%;
		height:auto;
	}
	
	#noticia_descripcion_pagina{
		width:100%;
		height:auto;
		padding:20px;
	}
	
	#autor{
		float:left; 
		width:100%;
		text-align:left;
		background:;
		color:#999; 
		font-size:10px; 
		padding-left:10px;

	}

	#autor_dentro{
		margin:0 auto;
		width:100%;
		max-width:none;
		height:auto;
	
	}
	
	#franja_direccion{
		padding-top:20px; 
		padding-bottom:20px;
		width:100%;
		margin-top:0px;		
	}


	#franja_direccion_dentro{
		width:80%;
	}	
}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:768px){

	
	#cuerpo{
		width:100%;
		height:auto;
	}

	#cuerpo_contenidos{		
		margin-top:7px;	
	}
	
	#logo{
		margin-top:0px;
		padding-left:10px;	
	}

	#slide_list{
		display:block;
		float:left;
		width:100%;
		padding-top:5px;
		margin-left:0%;
		height:auto;

	}
	
	#slide_list img{
		width:100%;
		height:auto;
	}
		
	#slide_list ul{
		margin:0;
		padding:0;
	}
	
	#me_gusta{
		float:left;
		width:73%;
		background:;
		margin-left:0%;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		background:;
	}

	
	#boton_megusta{
		width:auto;
		height:auto;		
	}
	
	


	#noticia{
		width:50%;
		height:290px;
	}	


	
}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){

	body{
		margin:0%;
	}	

/***    MAQUETACION           ****/
	

	#cabecera{
		height:auto;
		padding-bottom:5px;
	}


	#logo{
		margin-left:0px;	

	}	
	
	#logo img{
		float:left;
		width:100%;
		height:auto;
		background:;
	}	


	#me_gusta{
		float:left;
		width:100%;
		margin-left:0%;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		background:;
	}

	
	#boton_megusta{
		width:85%;
		height:auto;		
	}
	
/*	#autor{
		float:right; 
		width:100%;
		height:20px;
		text-align:left;
		background:;
		color:#999; 
		font-size:10px; 
		padding-top:0px;
		padding-right:0px;
		margin-left:0%;
	}
*/

	#izquierda{	
		float:left;
		width:100%;
		height:auto;
		max-height:150px;
	}

	#izquierda_contactenos{	
		float:left;
		width:100%;
		height:auto;
		max-height:520px;
		margin-bottom:10px;
	}

	#imagen_nosotros{
		height:150px;
	}

	#imagen_servicios{
		height:150px;
	}

	#imagen_mapa{
		height:350px;
	}
		
	
	#derecha{
		width:100%;
	}
	
	#noticia{
		width:100%;
		height:290px;
	}		

	#franja_direccion_dentro{
		width:90%;
	}
		
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
	body{
		margin:0%;
	}	
	
	#me_gusta{
		float:left;
		width:100%;
		margin-left:0%;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		background:;
	}

	#boton_megusta{
		float:left;
		width:85%;
		height:auto;		
	}

}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	

}