@charset "utf-8";
/* CSS Document */

body {
	color: #0A2541;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(images/noise.png);
}
#main_container #navigation {
	height: 32px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* General */

:focus {
	outline: 0;
}

a {
  text-decoration: none;
}

ul {
	list-style-type:none;
	color: #fff;
}

/* Container */

#main_container {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg.jpg);
}
#main_container #footer .foot_info .horario {
	float: left;
	width: 277px;
	margin-top: 30px;
	background-position: 230px 3px;
	background-repeat: no-repeat;
}

.container {
	width: 960px;
	background-repeat: no-repeat;
	background-image: url(images/church.png);
	background-position: top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/* Header */

#header {
	height: 130px;
	background-repeat: no-repeat;
}

.logo {
	float: left;
	height: 110px;
	background-repeat: no-repeat;
	background-position: left top;
}

.logo h1 {
  text-indent: -9999px;
  margin-top: 40px;  
}

.logo h1 a {
  display: block;
  background: url("images/logo.png") no-repeat top;
  width: 398px;
  height: 61px; 
}

/* Down Header */

#down_header {
	height: 320px;
}

.d_h_left {
	width: 520px;
	height: 308px;
	background-repeat: no-repeat;
	background-position: 4px top;
	float: left;
	padding-left: 21px;
	padding-top: 17px;
	background-image: url(images/screenshot.png);
}

.d_h_right {
	float: right;
	width: 350px;
	height: 138px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}

.button a {
	display: block;
	width: 324px;
	height: 70px;
	position: relative;
	top: 145px;
	left: 61px;
	background-repeat: no-repeat;
	background-position: 0px;
}

.button a:hover {
  background: url("images/call-but.png") no-repeat 0px 0px;   
}

#container {
	margin-top: 0;
	margin-bottom: 0;
	width: 960px;
	background-color: #666;
	margin-right: auto;
	margin-left: auto;
}
/***
| Drop menu using css3 | 
***/

.menu-nav {
	position:relative;
	width:900px;
	height:50px;
	font-size:14px;
	color:#999;
	margin-bottom: 0;
}

.menu-nav ul { 
	list-style:none; 
	color: #FFF;
}

.menu-nav ul li {
	 float:left; 
	 position: 
	 relative;
}
.menu-nav ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color: #FFF;
	background-color: #0A2541;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 17px;
	padding-left: 16px;
	
}
.menu-nav ul li a:hover {
	color:#0A2541;
	background-color: #FFF;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out; 
} 

.menu-nav ul li ul {
	display: none;
}
	
.menu-nav ul li:hover ul {
	display:
	block; 
	position: 
	absolute; 
	top:56px; 
	min-width:200px; 
	left:0; 
	margin-top: -1px;
}	

.menu-nav ul li:hover ul li a {
	display:block; 
	color:#ffffff; 
	width: 110px; 
	text-align: center;
	border-bottom: 1px solid #283f74;
	border-top: 1px solid #366ea6; 
	background: #364f87;
}

.menu-nav ul li ul li:first-child a {
	border-top:none;
}

.menu-nav ul li ul li:last-child a {
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}
	
.menu-nav ul li:hover ul li a:hover { 
	background:#395593; 
	color:#ffffff;

}	

#footer-space {
	background: #000;
	padding:50px;
	margin-top:250px;
}

#footer-space a {
	color:#2C6996;
	font-size:24px;
	text-decoration:none;
}

#footer-space a:hover {
	color:#FF0;
}

#footer-space span {
	color:#fff;
}




/* Contents */

.contents {
  float: left;
  width: 660px;
}

.post_cont {
	float: left;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 13px;
	line-height: 22px;
	width: 650px;
	color: #0A2541;
	background-repeat: no-repeat;
	background-position: bottom;
}

.post_cont h1 a {
	padding-bottom: 0px;
	font-size: 18px;
	color: #4283A9;
	display: block;
}

.post_cont h1 a:hover {
  color: #4283A9;
}

.post_cont p {
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 10px;
}
                              
h1.top_left{
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 28px;
	padding-left: 10px;
	color: #0A2541;
	padding-top: 15px;
	padding-bottom: 0px;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2.top_left{
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 36px;
	padding-left: 10px;
	color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 32px;
	font-family: "Times New Roman", Times, serif;
}

h1.top_right a {
	background-repeat: no-repeat;
	font-size: 30px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	color: #347499;
	font-style: italic;
	background-image: url(images/separator.png);
	background-position: bottom;
	height: 32px;
}

h1.down_left a {
	padding: 20px 5px 20px 72px;
	background-repeat: no-repeat;
	background-position: left center;
}

h1.down_right a {
  background: url("images/ico_down_right.png") no-repeat left center;
  padding: 20px 5px 20px 72px;
}

span.button_post_g a, span.button_post_o a {
  display: block;
  width: 256px;
  height: 46px;
  position: relative;
  top: -10px;
  left: 83px; 
}

span.button_post_g a {
  background: url("images/call-but-post.png") no-repeat right top;  
}

span.button_post_o a {
  background: url("images/call-but-post_o.png") no-repeat right top;   
}

/* Sidebar */

.sidebar {
	float: right;
	margin-top: -50px;
	width: 290px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #FFF;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 4px 1px #d4d4d5;
	-moz-box-shadow: 0px 0px 4px 1px #d4d4d5;
	box-shadow: 0px 0px 4px 1px #d4d4d5;
}

.sidecont {
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 15px;
	margin-right: 15px;
}

.sidecont img {
	margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.sidecont h1 {
	font-size: 19px;
	color: #0A2541;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	font-style: italic;
}
.sidecont h2 {
	font-size: 12px;
	color: #0A2541;
}

.sidecont p, .sidecont ul li {
  padding-top: 7px;
}

.sidecont ul li a {
	display: block;
	color: #9A0D0A;
}

.sidecont ul li a:hover {
	color: #666;
}

.side_meta_info {
  color: #d5943f;
}

/* Footer */

#footer {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0A2541;
	
	height: 285px;
}

.foot_info {
  margin: auto;
  width: 960px;
}

.foot_col_l_c {
	width: 285px;
	float: left;
	height: 300px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 35px;
	margin-bottom: -30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: 250px 0px;
}

.foot_info h2 {
	font-size: 19px;
	color: #FFF;
	margin-bottom: 6px;
	padding: 8px 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000;
}

.foot_info h2 a {
	color: #306e8f;
	padding: 10px 45px 10px 0;
	background-repeat: no-repeat;
	background-position: right top;
}

.foot_info h2 a:hover {
  color: #fff;
}

.foot_col_l_c ul li {
	padding: 8px 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.foot_col_l_c ul li a {
	color: #FFF;
	display: block;
}

.foot_col_l_c ul li a:hover {
	color: #FFF;
}

ul.foot_center li a:hover {
	color: #FFF;
}

li.foot_ico_1 a {
	padding-right: 50px;
	margin-right: 11px;
	background-repeat: no-repeat;
	background-position: right center;
}

li.foot_ico_2 a {
	padding-right: 50px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: right center;
}

li.foot_ico_3 a {
	padding-right: 50px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

.foot_right {
	width: 297px;
	float: right;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: 245px 4px;
}

.foot_right ul {
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

.foot_right ul li {
  display: inline;
}

.foot_right img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 0px;
	margin-right: 10px;
	border: 2px solid #CCCCCC;
}


.copyright {
	width: 960px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 330px;
	height: 30px;
	background-color: #0F9;
}
.copyright img {
	margin-left: 5px;
}

#credits {
	clear: both;
	margin-bottom: 10px;
}

#credits p {
	width: 960px;
	text-align: center;
	margin: auto;
}

#credits p a {
	font-weight: bold;
	color: #0A2541;
	width: 600px;
	text-align: center;
	margin: auto;
	font-size: 11px;
}

#credits p a:hover {
  border-bottom: 1px dotted #666;
}   

/* Scroller panel*/

#scroller-header a {
	text-decoration:none;
	color:#CCC;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#FFF
}

a.selected {
	text-decoration:underline !important;
	color:#FFF!important;
}

#scroller-header {
	background:url no-repeat;
	width:277px;
	height:24px;
	font-weight:700;
	padding-right: 0;
	padding-bottom: 0;
}

#scroller-body {
	background:url no-repeat bottom center;
	width:277px;
	padding-bottom:30px;
}

#mask {
	width:250px;
	overflow:hidden;
	margin-top: 0;
	margin-bottom: 0;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}

	#panel ul li {
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}

