body {
	background-image: url(images/fgris.gif);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000099;
	border-bottom: dotted #CCCCCC 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 45px;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 30px;
}

#subtitulos {
	font-weight: bold;
	padding-bottom: 5px;
	color: #000099;
}
#subtitulos2 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #6699CC;
	font-size: 18px;
}

li {
	padding-bottom: 10px;
}
ol {
	list-style-type: lower-alpha;
}
ul {
	list-style-type: disc;
}

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.barra {
	background-image: url(images/fbarra.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.barra a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;

}

.barra a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #3399FF;

}

.inactive {
	background-color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.rayas {
	border-bottom: dotted #CCCCCC 1px;
}

