@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */
/*
@font-face{
	font-family:"font_futural";
	src:url("/fonts/futural.otf") format("opentype"),
		url("/fonts/futural.ttf") format("truetype"),
		url("/fonts/futural.otf") format("embedded-opentype");	
}

@font-face{
	font-family:"font_calibri";
	src:url("/fonts/calibri.otf") format("opentype"),
		url("/fonts/calibri.ttf") format("truetype"),
		url("/fonts/calibri.otf") format("embedded-opentype");	
}
*/

@import url('https://fonts.googleapis.com/css?family=Poppins');

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

.centrado{
	text-align: center;
}

.fuente{
	/*font-family: 'Poppins', sans-serif;*/
	font-family:'PT Sans Narrow', sans-serif;
}

.negro{
	color:black !important;
}

.telefono{
	font-size:22px;
	color:#3F3F3F;
	font-family: 'Poppins', sans-serif;
	font-weight:100;
}

.titulo_noticia{
	font-size:22px;
	color:#3F3F3F;
	line-height:28px;	
	font-family: 'Poppins', sans-serif;
	font-weight:100;
	margin-bottom:0px;	
}



.texto_titulo{
	color:#FFFFFF;
	font-size:24px;
	line-height:30px;
	font-family:'PT Sans Narrow', sans-serif;
	font-weight:100;
	margin-bottom:0px;	
}

.migaja{
	font-size:13px;
	color:#999;
	margin-bottom:10px;	
}

.migaja a:link{
	color:#999;	
}

.migaja a:hover{
	color:#999;	
}

.migaja a:visited{
	color:#999;	
}

.migaja a:activated{
	color:#999;	
}

.servicio_titulo{
	font-size:33px;
	line-height:38px;	
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:900;
	margin-bottom:15px;	
	color:#666666;
}

.texto_descripcion{
	font-size:14px; 
	line-height:22px; 
	color:#666;
	margin-bottom:30px;
}

.titulo_franja_seccion{
	color:#FFFFFF;
	font-size:28px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:bold;
}

.direccion_abajo{
	font-size:15px;
	line-height:30px;
	color:#484848;
}


.subtitulo{
	color:#036;
	margin-bottom:10px;
	font-size:22px;
	font-family: 'Poppins', sans-serif;
}

.servicio_subtitulo{
	color:#4B4B4D;
	margin-bottom:5px;
	font-size:22px;
	font-family: 'Poppins', sans-serif;
}


.texto_bienvenida{
	color:#858332;
	margin-bottom:10px;
	font-size:20px;
	line-height:30px;
	text-align:justify;
	font-family: 'Poppins', sans-serif;
}

.texto_noticia{
	color:#333333;
	margin-bottom:10px;
	font-size:14px;
	line-height:22px;
	text-align:justify;
	font-family: 'Poppins', sans-serif;
}

.texto_franja_inferior{
	color:#FFF;
	font-size:15px;
	text-align:center;	
}

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


	.servicio_titulo{
		font-size:28px;
		line-height:36px;	
		font-weight:900;
		margin-bottom:15px;	
	}


	.titulo_noticia{
		font-size:19px;
		color:#3F3F3F;
		line-height:24px;	
	}
	


	.titulo_franja_seccion{
		color:#FFFFFF;
		font-size:20px;
		line-height:28px;
		font-family: 'Poppins', sans-serif;
		font-weight:bold;
		}
	
}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:768px){
	
	.texto_titulo{
		font-size:20px;
		line-height:26px;	
	}


}

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



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



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

}