.Encabezados {
	font-family: "Arial";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #D00000;
	text-transform: none;
	text-decoration: underline;
	line-height: normal;
}
.Contenido {
	font-family: "Arial";
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	letter-spacing: normal;
	white-space: normal;
	display: block;
	position: static;
	padding-right: 20px;
}
.Formularios {
	border: thin solid #CCCCCC;
	font-family: "Arial";
	background-color: #FFFFFF;
	font-size: 11pt;
	color: #000000;
	background-image: url(../imagenes/fondoMenu.jpg);
	background-repeat: repeat;
	font-weight: normal;
}
.listas {
	list-style-position: outside;
	list-style-type: none;
	color: #000000;
	font-family: "Arial";
	font-size: 11pt;
	list-style-image: url(../imagenes/punto2.gif);
	position: static;
	font-style: normal;
}

.ContenidoCentrado {

	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	letter-spacing: normal;
	white-space: normal;
	display: block;
}

.ContenidoLeft {

	font-family: "Arial";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-align: left;
	letter-spacing: normal;
	white-space: normal;
	display: block;
}

H1 {font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    color: #aa0000}

A {text-decoration: none}
A:link {color: #0000dd}
A:visited {color: #0000dd}
A:active {color: #ff0099}
A:hover {color: #000099; background: #dedede}

.Submenu{
	font-family: "Arial";
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
	border-left: solid #cc0000;
        border-left-width: 20px;
        padding-left: 10px;
        border-bottom: solid #cc0000;
        border-bottom-width: 1px;
}
