@charset "utf-8";
/* CSS Document */

/* ***** CSS RESET ***** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #DFDACB;
}
#sidebar {
	width: 300px;
	background-color: #dfd9c7;
	border: 1px solid #FFF;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px;
}
#footer ul {
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ***** END CSS RESET ***** */

/* *****   L    A   Y    O    U    T   ***** */
#header {
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 168px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Start MENU */
#menu {
	list-style-type: none;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
	float: left;
}
#menu a {
	background-image: url(images/menu.png);
	text-indent: -9000px;
	display: block;
	height: 54px;
}
.inicio a {
	width: 122px;
	background-position: 0px 0px;
}
.inicio a:hover {
	width: 122px;
	background-position: 0px -54px;
}
.conocenos a {
	width: 122px;
	background-position: -122px 0px;
}
.conocenos a:hover {
	width: 122px;
	background-position: -122px -54px;
}
.palabra a {
	width: 134px;
	background-position: -252px 0px;
}
.palabra a:hover {
	width: 134px;
	background-position: -252px -54px;
}
.agenda a {
	width: 130px;
	background-position: -386px 0px;
}
.agenda a:hover {
	width: 130px;
	background-position: -386px -54px;
}
.iglesias a {
	width: 115px;
	background-position: -516px 0px;
}
.iglesias a:hover {
	width: 115px;
	background-position: -516px -54px;
}
.ministerios a {
	width: 142px;
	background-position: -632px 0px;
}
.ministerios a:hover {
	width: 142px;
	background-position: -632px -54px;
}
.contacto a {
	width: 106px;
	background-position: -774px 0px;
}
.contacto a:hover {
	width: 106px;
	background-position: -774px -54px;
}
/* End MENU */

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#featured {
	height: 300px;
	width: 960px;
	clear: both;
	float: left;
	background-color: #FFC;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 622px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: block;
}
#footer {
	height: 99px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	background-color: #000;
	background-image: url(images/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.newspanel ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00aeef;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
}
.newspanel ul li a:hover {
	color: #FFF;
}
#news {
	background-repeat: no-repeat;
	background-color: #00070D;
	clear: both;
	background-image: url(images/bkg_news.jpg);
	background-position: center top;
	padding-bottom: 20px;
}

.newspanel ul {
	list-style-image: url(images/bullet.png);
}
.newspanel {
	width: 300px;
	margin-left: 15px;
	float: left;
	margin-top: 30px;
}

#footer ul {
	list-style-type: none;
	height: 30px;
	margin-bottom: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #DFDACB;
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#footer ul li a:hover {
	color: #00aeef;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDACB;
	text-decoration: none;
}
#footer a:hover {
	color: #00aeef;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 18pt;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
	margin-bottom: 10px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 12pt;
	font-style: italic;
}
#content ul li img {
	margin-right: 10px;
}
.title a{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.all a{
	color: #FFF;
	background-image: url(images/bkg_all.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	text-decoration: none;
	float: left;
	margin-top: 10px;
}



h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #7798ae;
	font-style: italic;
	line-height: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .posts li {
	height: 100px;
	margin-top: 20px;
}
.all a:hover {
	background-image: url(images/bkg_al_hoverl.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	display: block;
}
.more a:hover {
	background-position: 0px 15px;
}

.more a{
	background-position: 0px 0px;
	height: 15px;
	width: 50px;
}
.more {
	background-image: url(images/read.png);
	text-indent: -9000px;
	display: block;
	height: 15px;
	width: 50px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}
h4 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
	text-decoration: underline;
}
small, .postmetadata a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #7798ae;
	font-style: italic;
	line-height: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #023d64;
}
.entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 14pt;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 30px;
}
.entry p {
	margin-bottom: 20px;
}
.thumb {
	float: left;
	margin-right: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
}
h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}
h3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18pt;
	font-weight: normal;
	color: #023d64;
	text-decoration: underline;
	display: block;
	padding-top: 10px;
}
.wsaudioplayer {
	width: 250px;
	padding: 10px;
	border: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9C9472;
	text-transform: uppercase;
	height: 15px;
	width: 300px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	float: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #887A4A;
}
.alignleft a {
	font-size: 12px;
	text-transform: uppercase;
	color: #9C9472;
	text-decoration: none;
}
.alignleft a:hover {
	color: #333;
}
.alignright a {
	font-size: 12px;
	text-transform: uppercase;
	color: #9C9472;
	text-decoration: none;
}
.alignright a:hover {
	color: #333;
}
.widget_recent_entries li a {
	color: #333;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}
.widget_recent_entries li a:hover {
	text-decoration: underline;
}
.widget li {
	margin-bottom: 15px;
	display: block;
}
.widget li a {
        color: #333;
	text-decoration: none;
}
.widget li a:hover {        
	text-decoration: underline;
}
