/* CSS Document */

.linea_izquierda {	
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #239AD8;
}
.linea_inferior
	{
	border-bottom-style: solid;
	border-bottom-color: #239AD8;
	border-bottom-width: thin;
	}
.cuadro_numero
	{
	border: 1px solid #239AD8;
	}
.linea_top
	{
	border-bottom-style: solid;
	border-bottom-color: #239AD8;
	border-bottom-width: medium;
	}
.titulo {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #50637F;
	text-align: left;
}
.fecha_hora_noticia{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: left;
	color:#7D0B46;
}
.fecha_hora_amarillo{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color: #FFCC00;
}
.cuerpo {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color: #000000;
}
.numero_foto{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color:#7D0B46;
}
.numero_comentario{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: left;
	color:#50637F;
}
.noticias_pie{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color:#239AD8;
}
.cuadro_noticias_pie
	{
	border: thin solid #50637F;
	}
.numero_noticias_top {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color: #999999;
}
/*----- comentarios---------------*/
.comentario {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCCC ;
	text-align:left;
	}
.cuerpo_comentario {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: justify;
	color: #FFFFFF;
}
.linea_inferior_comentario
	{
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
	}
.cuadro_noticias_top {
	border-top: 1px solid #D1D3D6;
	border-right: 1px solid #D1D3D6;
	border-bottom: 3px solid #D1D3D6;
	border-left: 1px solid #D1D3D6;
}
.linea_inferior_head
	{
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	}
