@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */
/*
@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=Roboto');

.texto_titulo{
	color:#000;
	text-align:left;
	font-size:28px;
	line-height:38px;	
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	margin-bottom:25px;	
}


.noticia_titulo_pagina{
	float:left;
	width:100%;
	color:#333333;
	font-size:22px;
	line-height:30px;	
	font-family:'PT Sans', sans-serif;
	font-weight:100;
	margin-bottom:0px;	
}

.noticia_fecha_pagina{
	float:left;
	width:100%;
	color:#999999;
	font-size:13px;
	line-height:20px;	
	font-family: 'PT Sans', sans-serif;
	font-weight:100;
	margin-bottom:5px;	
}

.noticia_detalle_pagina{
	float:left;
	width:100%;
	color:#666666;
	font-size:16px;
	line-height:22px;	
	font-family: 'PT Sans', sans-serif;
	font-weight:100;
	margin-bottom:5px;	
	margin-top:10px;
}

.migaja{
	color:#999;	
	font-size:14px;
	margin-bottom:10px;
	font-family: 'PT Sans', sans-serif;	
}


.migaja:hover{
	color:#999;	
}

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

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

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

.texto_bienvenida{
	color:#666;
	margin-bottom:10px;
	font-size:17px;
	line-height:25px;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}

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

	.texto_titulo{
		margin-bottom:15px;	
	}

	.texto_bienvenida{
		font-size:15px;
		line-height:25px;

	}

}


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

	.texto_bienvenida{
		font-size:15px;
		line-height:30px;
		font-weight:350;

	}

}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/

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

	.noticia_titulo_pagina{
		color:#333333;
		font-size:22px;
		line-height:30px;	
		font-family:'PT Sans', sans-serif;
		font-weight:900;
		margin-bottom:0px;	
	}
	
	.noticia_detalle_pagina{
		font-weight:300;
		font-size:18px;	
	}
	
	.texto_titulo{
		font-size:22px;
		font-weight:500;
		line-height:34px;	
		margin-bottom:15px;	
	}

	.texto_bienvenida{
		line-height:23px;

	}

	.subtitulo{
		font-size:20px;
		font-family:  'Roboto', sans-serif;
	}	

}

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


}

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

	.texto_titulo{

	}

	.texto_descripcion{

	}



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



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

}