@charset "utf-8";
.Cabecera {
	background-image: url(../Imagenes/cabecera.png);
	background-repeat:  repeat-x;
	background-position: center center;
}
.CeldaMenuSup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.TextoNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.TituloVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006F58;
	text-decoration: none;
}
.BarraH {
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: dotted;
	height: 5px;
}
.TextoMenuSup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.TtituloGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006F58;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.TextoNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.FondoVerde {
	background-color: #CCE6E1;
}
.BarraH_Blanco {
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: dotted;
	height: 5px;
}
.TituloAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003284;
	text-decoration: none;
}
.Sombra_inf {
	background-color: #FFFFFF;
	background-image: url(../Imagenes/sombra_blan_inf.gif);
	background-repeat:  repeat-x;
	background-position: top;
	height: 6px;
}

    #twitter_update_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#twitter_update_list li {
    padding: 5px;
    padding-bottom: 10px;
    background-image: url(../Imagenes/sombra_blan_inf.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #CCE6E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;

}

#twitter_update_list li a {
    color: cadetblue;
    text-decoration: none;
}

