@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body{ margin:5px; background:#BB3C11 url(img/bg_body.jpg) repeat-x; font-family:Georgia, "Times New Roman", Times, serif;}
/* ///////////////// FIX FLOAT ///////////////////// */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a{ color:#990000;}
a:hover{ color:#333333;}


#contenedor{ margin:0 auto; background:#551C09; width:774px; padding:3px 3px 0 3px;}
#top{}
#menu{ height:42px; padding-top:3px;}
	.menu a {display:block;float:left;border:none;background-position:left top;background-repeat:no-repeat;width:129px;  height:42px; z-index:9999;}
	.menu a:hover{ background-position: 0 -42px; text-decoration: none; }
	.menu .activo {background-position: 0 -84px; text-decoration: none;}
	.menu .alt { display:none; }
	.menu a#congregacion { background-image:url(img/btn_congregacion.jpg)}
	.menu a#dondeestamos { background-image:url(img/btn_donde.jpg) }
	.menu a#mistica { background-image:url(img/btn_mistica.jpg) }
	.menu a#predicamos { background-image:url(img/btn_como.jpg)}
	.menu a#noticias { background-image:url(img/btn_boletines.jpg) }
	.menu a#contactenos { background-image:url(img/btn_contactenos.jpg) }
	

#submenu{ margin-bottom:3px; background:#C74012 url(img/bg_sub_menu.jpg) repeat-x; height:30px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
	#submenu ul{margin:0; padding:0;}
	#submenu ul li{ list-style-type:none; font-size:9px; background:url(img/arraw.jpg) no-repeat center left; float:left; padding:7px 5px 6px 15px; margin:2px 0 0 5px;}
	#submenu ul li a{ text-decoration:none; color:#FFF;}
	#submenu ul li a:hover{ color:#FF9900;}
	

p{ font-size:12px; color:#333; line-height:18px; padding:5px 0; margin:0;}
p strong{color:#EF7850;}
.grandes{ width:455px; border:1px solid #CCC; padding:6px; margin:5px 0; background:#EEE;}
h1{ color:#C84012; font-weight:normal; font-size:24px; margin:0 0 0 0; padding:5px 0;}
h2{ color:#C84012; font-weight:normal; margin:0 0 0 0; padding:5px 0;}
h3{ color:#C84012; margin:0 0 0 0; padding:5px 0; font-weight:normal;}


#mini{ background:#EBE2E2; padding:20px;}


blockquote	{ margin:20px; font-style:italic; text-align:center; line-height:20px; font-size:13px; color:#990000; display:block; padding:5px;  background: url('img/abre-comillas.gif') no-repeat left top;}
blockquote span	{ display:block; background:url(img/cierre-comillas.gif) no-repeat 98% 98%; padding:30px;}
.separador{ width:400px; clear:both; height:1px; line-height:1px;}

#centro{ background: url(img/bg_centro.jpg) repeat-y;}
#col_1{ float:left; width:502px; background: url(img/cen_top.jpg) no-repeat top right;}
	#bloque{ padding:15px 15px 60px 15px; background:url(img/sep_centro.jpg) no-repeat center bottom;}
	#bloque .foto{ float:left; padding:10px 20px 10px 0;}
	#bloque_chico{padding:15px 15px 10px 15px; border-bottom:#EEE solid 1px;}

#col_2{ float:left; margin:0 0 0 3px; padding-top:5px; width:269px; background:url(img/der_top.jpg) no-repeat;}
	#bloque_der{ padding:5px 15px 55px 15px; background:url(img/sep_der.jpg) no-repeat center bottom;}
		#bloque_der .foto{ float:left; padding:0 10px 5px 0; }
			#bloque_der .foto img{border:1px solid #333333;}
	#articulo{ background:url(img/sombra_der.jpg) no-repeat center bottom; padding:0 0 10px 0;}
	.small{ font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:14px;}
	.noticias h2{ color:#A86500;}
	.noticias strong{color:#A86500;}
	.noticias a{ color:#A86500;}
	
	.boletin h2{ color:#990000;}
	.boletin strong{color:#990000;}
	.boletin a{color:#990000;}
	
/* Cuadro donaciones */
.donaciones{ width:450px; display:block;background:#E9E2DA; border:1px solid #CAB9A6; padding:10px; margin:10px 0 0 0;}
.donaciones h1{ font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#AC786C; margin:0;}
.donaciones p{ color:#AC786C; font-size:12px; padding:2px 0; margin:0;}
	
/* FORMULARIO */
input.texto { color: #333333; border: 2px solid  #C84012; width: 290px; height:15px; padding:5px; background: #FFF url(img/bg_form.jpg) repeat-x;}
textarea.texto { color: #333333; border: 2px solid  #C84012; width: 290px; height:130px; padding:5px; background: #FFF url(img/bg_form.jpg) repeat-x;}
form p { clear: left; margin: 0; padding: 0; padding-top: 15px;}
form p label { float: left; width: 80px;}

#pie{  background:#B61810 url(img/bg_pie.jpg) repeat-x; height:150px; width:100%;}
	#cont_pie{position:relative; width:780px; margin:0 auto;}
	#cierre{ margin:0 auto; background:url(img/pie.jpg) no-repeat; width:780px; height:83px;}
	.logo_dominicas{ position:absolute; top:90px; left:10px;}
	.logo_comunicar{position:absolute; top:90px; right:10px;}
	.derechos{ position:absolute; width:100%; text-align:center; padding:20px; font-size:9px; color:#FFF;}

