@charset "utf-8";
body  {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(imagenes/principal/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
} 
.twoColFixRtHdr #header {
	height: 266px;
} 
.twoColFixRtHdr #header2 {
	height: 186px;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 248px;
	background-color: #FFF;
	margin-top: 8px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/esquina2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 #sidebar11 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 238px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #sidebar11 ul  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(imagenes/principal/cruz.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.twoColFixRtHdr #sidebar1 #sidebar12 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 248px;
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 #sidebar13 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 248px;
	background-color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 15px;
}
.twoColFixRtHdr #container #sidebar13 ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(imagenes/principal/point.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}




.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin-top: 8px;
	margin-right: 248px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/esquina1.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #mainContent2 {
	background-color: #FFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/esquina1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixRtHdr #container #mainContent #banners #imagineria {
	float: left;
	height: 171px;
	width: 173px;
}

.twoColFixRtHdr #footer {
	background-attachment: scroll;
	background-image: url(imagenes/principal/degra-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 123px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 17px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}

.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header #cabeza {
	height: 225px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/banner-principal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza2 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/oracion-huerto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza3 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/soledad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza4 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/san-juan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza5 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/magdalena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza6 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/esperanza-macarena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza7 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/mayor-dolor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza8 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/nazareno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza9 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/inmemorian.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza10 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/obispo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza11 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/escultores.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #cabeza12 {
	height: 145px;
	background-attachment: scroll;
	background-image: url(imagenes/banners/agonia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}





.twoColFixRtHdr #container #header #cabeza p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza3 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza4 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza5 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza6 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza7 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza8 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza9 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza10 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza11 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixRtHdr #container #header2 #cabeza12 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}









.twoColFixRtHdr #container #header #fondomenu {
	height: 41px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/fondo-menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixRtHdr #container #header2 #fondomenu {
	height: 41px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(imagenes/principal/fondo-menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.twoColFixRtHdr #container #mainContent #noticias {
	height: 225px;
	background-color: #F2F5F7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent #noticias p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-indent: 25px;
	padding-left: 25px;
	padding-top: 25px;
}
.twoColFixRtHdr #container #mainContent #noticias ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	padding-top: 8px;
}
.twoColFixRtHdr #container #mainContent #noticias a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #200D44;
	text-indent: 25px;
}

.twoColFixRtHdr #container #mainContent #banners {
	float: left;
	height: auto;
	width: 660px;
	padding-top: 35px;
}
.twoColFixRtHdr #container #mainContent #banners #obispado {
	float: left;
	height: 171px;
	width: 173px;
}
.twoColFixRtHdr #container #mainContent #banners #junta ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #2E1464;
	list-style-position: outside;
	list-style-image: url(imagenes/principal/circul.gif);
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}

.twoColFixRtHdr #container #mainContent #banners #junta {
	float: left;
	width: 135px;
}
.twoColFixRtHdr #container #mainContent #banners #multimedia {
	float: left;
	height: auto;
	width: 170px;
}
.twoColFixRtHdr #container #mainContent #banners #multimedia ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #2E1464;
	list-style-position: outside;
	list-style-image: url(imagenes/principal/circul.gif);
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent #banners #actos {
	float: left;
	width: 154px;
	padding-left: 18px;
}
.twoColFixRtHdr #container #mainContent #banners #actos ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #2E1464;
	list-style-position: outside;
	list-style-image: url(imagenes/principal/circul.gif);
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}


.twoColFixRtHdr #container #footer #logos {
	height: auto;
	width: auto;
	padding-top: 20px;
	float: left;
	padding-right: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E1F00;
}
.twoColFixRtHdr #container #footer #logos2 {
	height: auto;
	width: auto;
	padding-top: 20px;
	float: left;
	padding-right: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B3D1E;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #footer #logos3 {
	height: auto;
	width: auto;
	padding-top: 20px;
	float: left;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E1F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}
.twoColFixRtHdr #container #footer #logos2 p a:link {
	color: #5B3D1E;
}
.twoColFixRtHdr #container #footer #logos4 {
	height: auto;
	width: auto;
	padding-top: 20px;
	float: left;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E1F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
}


.twoColFixRtHdr #container #sidebar1 #sidebar11 ul li a:link {
	text-decoration: none;
	color: #200D44;
}
.twoColFixRtHdr #container #sidebar1 #sidebar11 ul li a:hover {
	text-decoration: underline;
	color: #876026;
}
.twoColFixRtHdr #container #sidebar1 #sidebar11 ul li a:visited {
	text-decoration: underline;
	color: #666;
}
.twoColFixRtHdr #container #sidebar1 #sidebar13 ul li a:link {
	text-decoration: none;
	color: #200D44;
}
.twoColFixRtHdr #container #sidebar1 #sidebar13 ul li a:hover {
	text-decoration: underline;
	color: #876026;
}
.twoColFixRtHdr #container #sidebar1 #sidebar13 ul li a:visited {
	text-decoration: underline;
	color: #666;
}
.twoColFixRtHdr #container #mainContent #contenido {
	padding-top: 40px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #mainContent2 #contenido2 {
	padding-top: 40px;
	padding-left: 20px;
	text-align: center;
}

.twoColFixRtHdr #container #mainContent #contenido h1 {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.twoColFixRtHdr #container #mainContent #contenido p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-indent: 25px;
	line-height: 16px;
	padding-right: 20px;
}
.twoColFixRtHdr #container #mainContent #contenido ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.twoColFixRtHdr #container #mainContent #contenido ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent #contenido a {
	color: #200D44;
}
.twoColFixRtHdr #container #mainContent #banners a:link {
	color: #200D44;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent #banners a:hover {
	color: #876026;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #banners a:visited {
	color: #666;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #contenido #formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003;
	font-style: normal;
	text-decoration: none;
	width: 550px;
	height: 420px;
}
.twoColFixRtHdr #container #mainContent #contenido #datoss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	width: 400px;
	height: 120px;
	background-color: #FFF;
}

