@charset "utf-8";
/* CSS Document */

.Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px;
	padding-top:15px;
	text-align: justify;
}

table {
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 30px;
}
a:link {color: #FF9900; text-decoration: none;}
a:visited {text-decoration: none; color: #FF9900;}
a:hover {text-decoration: none; color: #FFCC00;}
a:active {text-decoration: none; color: #FFCC00;}
.imagen {border-bottom-style:dotted; border:1px; border-bottom-color:#999999; margin:2px;}

.titulonoticia {
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {background-image:url(images/fondonoti.jpg);}
