
/*
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
*/


.LineaHorizontal {
	background-attachment: fixed;
	background-image: url(LineaHorizontal.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.LineaVertical {
	background-image: url(LineaVertical.gif);
	background-repeat: repeat-y;
	background-position: center center;
}


/*  Estilos para la pata de este proyecto */

.Contenido {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #000000;
}
.Contenido a:link {
	color: #000000;
	text-decoration: none;
}
.Contenido a:visited {
	color: #000000;
	text-decoration: none;
}
.Contenido a:hover {
	color: #000000;
	text-decoration: underline;
}


/*  Estilos para la pata de este proyecto */


.EntreTituloGeorgia{
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #ffffff;
}
.EntreTituloGeorgia a:link {
	color: #ffffff;
	text-decoration: none;
}
.EntreTituloGeorgia a:visited {
	color: #ffffff;
	text-decoration: none;
}
.EntreTituloGeorgia a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*  Estilos para la pata de este proyecto */

.EntreTitulo{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.EntreTitulo a:link {
	color: #ffffff;
	text-decoration: none;
}
.EntreTitulo a:visited {
	color: #ffffff;
	text-decoration: none;
}
.EntreTitulo a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*  Estilos para la pata de este proyecto */

.EntreTituloNegro{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.EntreTituloNegro a:link {
	color: #000000;
	text-decoration: none;
}
.EntreTituloNegro a:visited {
	color: #000000;
	text-decoration: none;
}
.EntreTituloNegro a:hover {
	color: #666666;
	text-decoration: underline;
}


/*  Estilos para la pata de este proyecto */

.Fecha{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #ffffff;
}
.tabla_fondoBlanco{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #000000;
	background-color: #ffffff;
}
.tabla_fondoVerde{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #ffffff;
	background-color: #42663c;
}
.tabla_fondoNaranja{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #ffffff;
	background-color: #d9431d;
}
.Cuerpo_texto_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.Cuerpo_texto_small a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.Cuerpo_texto_small a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;	
}
.Tabla_Linea_Inferior_Solida_Clara {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;	
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}