ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 8em;
}
ul.MenuBarActive
{
	z-index: 1000;
	width: 8em;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul li
{
	width: 8em;
}
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	width: 8em;
}
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #003366;
	padding: 0.1em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	border: 2px solid #aaa;
	width: 8em;
	font-weight: bold;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #003366;
	width: 8em;
	font-weight: bold;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #003366;
	color: #FFF;
	width: 8em;
}
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	width: 8em;
}
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
		width: 8em;
	}
}
/*Menu inferiores*/
ul.MenuBarHorizontalb
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 14em;
}
ul.MenuBarActiveb
{
	z-index: 1000;
}
ul.MenuBarHorizontalb li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 14em;
	float: left;
}
ul.MenuBarHorizontalb ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontalb ul li
{
	width: 14em;
}
ul.MenuBarHorizontalb ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontalb ul
{
	border: 2px solid #aaa;
}
ul.MenuBarHorizontalb a
{
	display: block;
	cursor: pointer;
	background-color: #DDE4F4;
	padding: 0.1em;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	width: 14em;
	font-weight: bold;
}
ul.MenuBarHorizontalb a:hover, ul.MenuBarHorizontalb a:focus
{
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	width: 14em;
	text-align: center;
}
ul.MenuBarHorizontalb a.MenuBarItemHover, ul.MenuBarHorizontalb a.MenuBarItemSubmenuHoverb, ul.MenuBarHorizontalb a.MenuBarSubmenuVisibleb
{
	background-color: #D6D6AB;
	color: #000000;
	width: 14em;
}
ul.MenuBarHorizontalb a.MenuBarItemSubmenub
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontalb a.MenuBarItemSubmenuHoverb
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontalb iframe
{
	position: absolute;
	z-index: 1010;
}
@media screen, projection
{
	ul.MenuBarHorizontalb li.MenuBarItemIEb
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarActiveb
{
	z-index: 1000;
}
@media screen, projection
{
}
/*Submenu*/
ul.submenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 12em;
}
ul.submenu
{
	z-index: 1000;
}
ul.submenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	float: left;
}
ul.submenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 12em;
	position: absolute;
	left: -1000em;
}
ul.submenu ul li
{
	width: 12em;
}
ul.submenu ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.submenu ul
{
	border: 1px solid #aaa;
}
ul.submenu a
{
	display: block;
	cursor: pointer;
	background-color: #336699;
	padding: 0.1em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	width: 12em;
	font-weight: bold;
}
ul.submenu a:hover, ul.submenu a:focus
{
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	width: 12em;
}
ul.submenu a.MenuBarItemHover, ul.submenu a.MenuBarItemSubmenuHoverb, ul.submenu a.MenuBarSubmenuVisibleb
{
	background-color: #D6D6AB;
	color: #000000;
	width: 12em;
}
ul.submenu a.MenuBarItemSubmenub
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.submenu a.MenuBarItemSubmenuHoverb
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.submenu iframe
{
	position: absolute;
	z-index: 1010;
}
@media screen, projection
{
	ul.submenu li.MenuBarItemIEb
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarActiveb
{
	z-index: 1000;
}
@media screen, projection
{
}
a:link.tit {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
}
a:visited.tit {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
}
a:hover.tit {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
}
a:active.tit {
	text-decoration: none;
	color: #FFFFFF;
}
a:link.tit2 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited.tit2 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover.tit2 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active.tit2 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: left;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}
.titular  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.imagenes {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.titularinterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.titular a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo_calendario {
	font-family: arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.calendario_pascua {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
}
.calendario_pascua_vinculo {
	font-family: arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../imagenes/fondos_calendario/circulo_naranja.PNG);
	background-position: center center;
	background-repeat: no-repeat;
}
calendario_cuaresma {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	background-color: #90C;
}
.calendario_cuaresma {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	background-color: #90C;
	color: #000;
}
calendario_cuaresma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: #90C;
}
#table2 tr td #table3 tr td #table5 tr td table .calendario_pascua .calendario_ordinario table .calendario_cuaresma td {
	font-size: 9pt;
}
#table2 tr td #table3 tr td #table4 {
	text-align: left;
}
td {

}
#table2 tr td #table3 tr td p a {
	text-align: left;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table5 {
	text-align: center;
}
#table2 tr td #table3 tr td #table4 tr .contenido #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent ul li {
	font-weight: bold;
}
#table2 tr td #table3 tr td #table4 tr td #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab .contenido .contenido {
	text-align: left;
}
.interior_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #369;
	background-color: #369;
}
#table2 tr td #table3 tr td #table4 tr .contenido #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent ul li .interior_contenido a {
	font-weight: normal;
}
#table2 tr td div #table19 {
	text-align: left;
}
a {
	text-align: left;
}
#table2 tr td div #table19 tr .contenido {
	text-align: left;
	font-size: 9pt;
}
#table2 tr td div #table19 {
	text-align: left;
}
#table2 tr td div #table19 tr .contenido {
	text-align: center;
}
#table2 tr td div #table19 tr td div #table30 tr td {
	text-align: left;
}
#table2 tr td div div #table25 tr td div #table26 tr td {
	text-align: left;
}
#table2 tr td div div #table25 tr td font {
	text-align: left;
}
#table2 tr td div div #table25 tr td p font {
	text-align: left;
}
#table2 tr td div div #table25 tr td p img {
	text-align: left;
}
#table2 tr td div #table19 {
	text-align: left;
}
#table2 tr td #table3 tr td #table4 tr td .contenido p {
	font-size: 12px;
}
#table2 tr td #table3 tr td #table4 tr td .contenido p {
	font-size: 9pt;
}
#table2 tr td #table3 tr td #table4 tr .contenido {
	color: #000;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#table2 tr td #table3 tr td #table4 tr td div p {
	font-size: 9px;
}
#table2 tr td #table3 tr td #table4 tr td div p {
	font-family: Verdana, Geneva, sans-serif;
}
#table2 tr td div #table19 tr .contenido {
	text-align: left;
}
#table2 tr td div #table19 {
	text-align: left;
}
#table2 tr td #table3 tr td #table5 tr td table .calendario_pascua .calendario_ordinario table .calendario_pascua .calendario_ordinario {
	color: #000;
}
#table2 tr td div #table19 tr td table tr .titular div p a {
	font-size: 10pt;
}
#table2 tr td div #table19 tr td table tr .titular div {
	font-size: 10pt;
}
#table2 tr td div #table19 tr td table tr .titular div p {
	font-size: 10px;
}
#table2 tr td div #table19 tr td table tr .titular div {
	font-size: 10pt;
}
#table2 tr td div #table19 tr td table tr .titular div {
	font-size: 10px;
}
#table2 tr td div #table19 tr td table tr .titular {
	font-size: 10px;
}
calendario_fiestamariana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	background-color: #0CF;
	text-align: center;
}
calendario_fiestamariana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	background-color: #0CF;
	text-align: center;
}
#table2 tr td #table3 tr td #table5 tr td table .calendario_pascua .calendario_ordinario table .calendario_ordinario td {
	font-family: Arial, Helvetica, sans-serif;
}
#table2 tr td #table3 tr td #table5 tr td table .calendario_pascua .calendario_ordinario table {
	font-family: "Arial Black", Gadget, sans-serif;
}
#table2 tr td #table3 tr td #table5 tr td table .calendario_pascua .calendario_ordinario table {

}
#table2 tr td div #table19 tr .contenido p {
	font-weight: bold;
}
#table2 tr td div #table19 tr .contenido p {
	font-weight: normal;
	text-align: left;


}
#table2 tr td div #table19 tr .contenido ul {
	font-weight: normal;
}
anuncio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
#table2 tr td #table3 tr td #table4 tr .contenido p {
	font-size: 14pt;
}
#table2 tr td #table3 tr td #table4 tr .contenido p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}
#table2 tr td #table3 tr td #table4 tr .contenido p strong {
	color: #000;
	font-size: 12pt;
}
#table2 tr td #table3 tr td #table4 tr .contenido p strong {
	font-size: 14px;
}
#table2 tr td #table3 tr td #table4 tr .contenido p strong {
	font-size: 12px;
	font-weight: bold;
}
#table2 tr td #table3 tr td #table4 tr .contenido .contenido {
	font-size: 16pt;
}
#table2 tr td #table3 tr td #table4 tr .contenido .contenido {
	text-align: center;
}
#table2 tr td #table3 tr td #table4 tr .contenido .contenido {
	font-size: 14pt;
}
#table2 tr td #table3 tr td #table4 tr td p em {
	font-size: 12px;
}
