/* CSS Document */

.texto{
	font-family:Tahoma;
	font-size:12px;
	color: #666666;
	text-align:justify;
	font-weight:bold;
}

a.enlace:link,a.enlace:hover,a.enlace:visited{
	font-family:Tahoma;
	font-size:12px;
	color: #333333;
	text-align:justify;
	font-weight:bold;
}

.fechanoticia{
	font-family:Tahoma;
	font-size:10px;
	color: #666666;
	text-align:justify;
	font-weight:bold;
}

a.enlacenoticias:link,a.enlacenoticias:hover,a.enlacenoticias:visited{
	font-family:Tahoma;
	font-size:12px;
	color: #666666;
	text-align:justify;
	font-weight:bold;
	text-decoration:none;
}

.barranoticias{
	color: #C4C4C4;
}


/*Infoteca.php*/

.titulonoticia{
	font-family:Tahoma;
	font-size:14px;
	color: #333333;
	text-align:justify;
	font-weight:bold;

}

.fechanoticias{
	font-family:Tahoma;
	font-size:12px;
	color: #F16F01;
	text-align:right;
	font-weight:bold;
}

.textDescripcionCorta{
	font-family:Tahoma;
	font-size:12px;
	color: #666666;
	text-align:justify;
	font-weight:bold;
}


.piecopyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

/*Imagenes*/
.imagen{
	border:1px solid #F16F01;
}