@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "today";  
	src: url(fonts/Seleccionadas/today.ttf)
}

#fondo{
	background:url(img/ras007.png);
	background-repeat: no-repeat;
	}
	
#fondoEV{
	background:url(img/ras007W.png);
	background-repeat: no-repeat;
	}

.web{
	margin:0 auto 0 auto;
	height:690px;
	vertical-align:middle;
	text-align:left;
	width: 1100px;
	background-image: url(img/fondo.png);
	}
	
#logo{
	/*background-color: #99CC00;*/
	vertical-align:middle;
	text-align:left;
	width:15%;
	}
	
#titulo{
	/*background-color:#999933;*/
	width:81%;
	height:10px;
	padding:10px;
	font-size:48px;
	font-family:English;
	}

td span{
	font-size:30px;
}
	
#titulo_himnario{
	width:100%;
	height:40px;
	padding:10px;
	font-size:36px;
	text-align:center;
	font-family:English;
	}
	
#fecha{
	width:10%;
	height:23px;
	padding-right:6px;
	}
	
#versiculo_lema{
	height:43px;
	padding:10px;
	font-size:18px;
	border-bottom: 5px groove #666666;
	font-style:italic;
	}
	
#versiculo_lema span{
	font-size:11px;
	font-style:italic;
}
	
#menu{
	/*background-color:#CCFF33;*/
	padding-left: 10px;
	vertical-align:top;
	height:306px;
	}

.boton_menu{
	padding: 2px;
	color:#FFFFFF;
	text-align:center;
	background-color: #00CC33;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 4px #333;
   	-webkit-box-shadow: 2px 2px 4px #333;
   	-moz-box-shadow: 2px 2px 4px #333;
	width: 70%;
	cursor:pointer;
	}
	
.boton_menu:hover{	
	background-color: #006600;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background; 
	-moz-transition-duration: 0.5s, 0.5s; 
	-moz-transition-timing-function: linear, ease-in;
	cursor:pointer;
	}
	
a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#publicacion{
	width:100%;
	height:100%;
	/*border:solid;
	border-top: 2px ridge #000000;
	border-left: 2px ridge #000000;*/
	}

#titulo_publicacion{
	height:40px;
	font-size:20px;
	border-bottom: 1px groove #333333;
	}	
	
#mas{
	text-align:right;
	height:10px;
	font-size:10px;
	}
	
#cuerpo{
	/*background-color:#339900;*/
	font-size: 14px;
	padding: 10px;
	text-align:justify;
	vertical-align: middle;
	}
	
#espacio_cuerpo{
	border: 2px groove #666666;
	}
	
#espaciado{
	height:3px;
	font-size:3px;
	}

#enlaces{
	/*background-color:#0099CC;*/
	height:200;
	vertical-align:top;
	}

.cuadro_enlaces{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color:#FFFFFF;
	text-align:center;
	background-color: #FF0000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 4px #333;
   	-webkit-box-shadow: 2px 2px 4px #333;
   	-moz-box-shadow: 2px 2px 4px #333;
	width: 95%;
	}
	
.cuadro_enlaces:hover{	
	background-color: #F97A55;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background; 
	-moz-transition-duration: 0.5s, 0.5s; 
	-moz-transition-timing-function: linear, ease-in;
	}
	
#mapa{
	height:150px;
}

img.flotante{
	float:left;
	margin: 0 3px 40px 0;
	-webkit-border-radius: 4px;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.5, transparent), to(white));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-reflect: below 2px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(.5, transparent), to(white));
	-moz-border-radius: 4px;
	border: 1px solid #666;
	}
	
#texto{
	padding: 3px;
}

/*--- Himnario ---*/

#ventana{
	width:820px;
	height:500px;
	vertical-align:top;
	text-align:center;
	}

#formulario{
	width:100%;
	height:100%;
	text-align:left;
	vertical-align: top;
	}
	
#formulario p span{
	font-size: 14px;
	font-style: italic;

}
	
#letra{
	height:435px;
	width:450px;
	max-height:435px;
	max-width:450px;
	}

.letra{
	background-color:#FFFFFF;
	border-bottom:#666666 1px solid;
	border-right:#666666 1px solid;
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	overflow-x:hidden;
	overflow-y:scroll;
	height:420px;
	width:810px;
	max-height:420px;
	max-width:810px;
	}
	
#registro{
	text-align:justify;
	size:20px;
	font-size: 18px;
	}

#download{
	background-image: url(img/down.png);
	width: 128px;
	height: 128px;

}

#formulario2{
	width:80%;

}

#menu_modificar{
	vertical-align:top;
	height:80%;
	}

#resultados{
	text-align:center;
}
	
.cuadro_resultados_encontrados{
	border:1px #000000 solid;
	width:450px;
	height:250px;
	text-align:center;
	overflow-y:scroll;
	margin-left: 23%;
}

#resultados_encontrados{
	border:2px #00CC33 solid;
	width:400px;
	text-align:left;
	margin:auto;
	margin:4px;
	padding:5px;
	/*no hace falta... pero...*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 4px #333;
   	-webkit-box-shadow: 2px 2px 4px #333;
   	-moz-box-shadow: 2px 2px 4px #333;
}

h3{
	color:#CC0000;
}

/* Iglesia */
#under_construction{
	width:95%;
	height:100%;
	padding:20px;
	font-size:50px;
	font-family:"today";
}

#under_construction span{
	font-size:30px;
	font-family:English;
}

/* Evangelización 20/40 */
#cuerpoev2040{
	/*background-color:#339900;*/
	font-size: 14px;
	text-align:justify;
}

#notices {
	width:825px;
	height:20px;
	padding:2px;
	margin-left:10px;
	font-size:14px;
	border-bottom:#000000 1px solid;
}

ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	width: 825px;
	height: 22px;

	/*background-color: #f2f2ff;
	border: 1px solid #08084d;*/
}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;

	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

#notices_inicio {
	width:825px;
	height:200px;
	padding:2px;
	margin-left:10px;
	font-size:14px;
	border-bottom:#000000 1px solid;
}

#notices_inicio ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	width: 825px;
	height: 200px;

	/*background-color: #f2f2ff;
	border: 1px solid #08084d;*/
}

#notices_inicio ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;

	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

#cuerpo2040 {
	width:825px;
	height:512px;
	padding:2px;
	padding-top:20px;
	margin-left:10px;
	font-size:18px;
	font-style:italic;
	font-family:"Baskerville Old Face";
}

#cuerpo2040 a{
	text-decoration:none;
	color:#00CC33;
	cursor:pointer;
}

#cuerpo2040 a:hover{
	text-decoration:none;
	background-color:#00CC33;
	color:#FFFFFF;
	cursor:pointer;
}

#cuerpo2040mv {
	margin-left:10px;
	font-style:italic;
	font-family:"Baskerville Old Face";
	background:#ffffff;
	width:430px;
	height:150px;
	padding:10px;
	overflow:hidden;
	overflow-y:scroll;
	font-size:24px;
}

#cuerpo2040mv a{
	text-decoration:none;
	color:#00CC33;
	cursor:pointer;
}

#cuerpo2040mv a:hover{
	text-decoration:none;
	background-color:#00CC33;
	color:#FFFFFF;
	cursor:pointer;
}

#menuev2040{
	padding-left: 10px;
	vertical-align:top;
	height:390px;
	width: 240px;
	}

#mapaev2040{
	height:100px;
}

#mapaev2040 img{
	width:240px;
	height:100px;
	opacity: .8;
}

#cuerpo2040b {
	width:825px;
	height:512px;
	padding:2px;
	padding-top:20px;
	margin-left:10px;
	font-size:18px;
}

#containerFyV{
	width:825px;
	height:470px;
	text-align:left;
}

#containerF{
	width:825px;
	height:165px;
	text-align:left;
	overflow:hidden;
	overflow-y:scroll;
	margin-top:6px;
	margin-bottom:14px;
	padding-bottom:10px;
	border-bottom:#000000 1px solid;
}

#FotoG{
	width:800px;
	height:400px;
	text-align:center;
}

#cerrar{
	width:727px;
	height:16px;
}

#cerrar img{
	float:right;
}

#borde{
	width:600px;
	height:300px;
	margin-left:100px;
	margin-right:100px;
	padding:10px;
	background:#CCCCCC;
}

#descripcion{
	width:700px;
	max-height:100px;
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
	padding:3px;
	text-align:left;
	overflow:hidden;
	overflow-y:scroll;
	background:#FFFFFF;
}

#dentro{
	width:600px;
	height:300px;
	background:#FFFFFF;
	overflow:scroll;
}

#containerV{
	width:825px;
	height:165px;
	text-align:left;
	overflow:hidden;
	overflow-y:scroll;
	margin-top:6px;
	padding-bottom:10px;
}

#containerEyA{
	width:825px;
	height:450px;
	text-align:left;
	color:#FFFFFF;
}

#containerEyA a{
	color:#009900;
	text-decoration:none;
}

#containerEyA a:hover{
	color:#00CC33;
	text-decoration:none;
}

#ActividadesRegulares{
	background-image:url(img/Boton_grande.png);
	position: relative;
	float: left;
	width: 400px;
	margin-right: 25px;
	text-align:center;
	height: 435px;
	line-height: 420px;
	font-size: 30px;
	font-family:Adorable;
}

#EventosEspeciales{
	background-image:url(img/Boton_grande.png);
	position: relative;
	float: left;
	width: 400px;
	text-align:center;
	vertical-align:middle;
	height: 435px;
	line-height: 420px;
	font-size: 30px;
	font-family:Adorable;
}

#logo_evento{
	width:245px;
	height:115px;
	text-align:center;
	float:left;
	position:relative;
}

#other_eventos{
	width:165px;
	height:145px;
	text-align:center;
	float:left;
	position:relative;
}

#other_eventos a{
	color:#FFFFFF;
	text-decoration:none;
}

#other_eventos a:hover{
	color:#00CC33;
	text-decoration:none;
}

.km0{
	width:165px;
	height:62px;
	text-align:center;
	float:left;
	position:relative;
	padding-top:10px;
	background-image:url(img/otrb.png);
	font-size: 16px;
	line-height:50px;
}

.km0 span{
	font-size:10px;
}

#other2_eventos{
	width:411px;
	height:145px;
	text-align:center;
	float:left;
	position:relative;
}

.fecha_evento{
	width:411px;
	height:72px;
	text-align:center;
	line-height:37px;
	float:left;
	position:relative;
}

.fecha_evento span{
	font-size:17px;
}

#fecha_evento a{
	color:#FFFFFF;
	text-decoration:none;
}

#fecha_evento a:hover{
	color:#00CC33;
	text-decoration:none;
}

.registro_eventos{
	width:136px;
	height:72px;
	text-align:center;
	line-height:72px;
	float:left;
	position:relative;
}

.eventos_diarios{
	border-right:#ffffff 1px solid;
	width:162px;
	height:290px;
	padding-left:2px;
	text-align:left;
	float:left;
	position:relative;
}

.manana{
	width:162px;
	height:123px;
	font-size: 13px;
	padding-top: 12px;
}

#actividades{
	width:795px;
	height:72px;
	line-height: 72px;
	padding-left: 30px;
	font-size: 30px;
}

#actividades_mensuales{
	width:825px;
	height:290px;
	text-align:left;
	color:#FFFFFF;
}

.act_mensuales{
	border-right:#ffffff 1px solid;
	width:203px;
	height:290px;
	padding-left:2px;
	text-align:left;
	float:left;
	position:relative;
}

#versiii{
	width:545px;
	height:400px;
	position: relative;
	float: left;
	padding-right: 5px;
	font-size: 25px;
}

#videos_marque{
	width:275px;
	height:412px;
	position: relative;
	float: left;
	padding-top: 100px;
}

#videos_marque a:hover{
	text-decoration:none;
	border:none;
}

#enlace_recomendado{
	width:500px;
	height:100px;
	position:relative;
	float:left;
	top: 10px;
}

#cuerpoQuienesSomos{
	width:740px;
	height:370px;
	font-size:18px;
	font-style:italic;
	overflow:scroll;
	overflow-x:hidden;
	font-family:"Baskerville Old Face";
	border: #000000 1px solid;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}

#ElEquipo{
	text-align:right;
}

/* videos youtube inicio */
#videos_marquee {
	width:275px;
	height:412px;
	position: relative;
	float: left;
	padding-top: 100px;
	
	border:1px solid #aaaaaa;
	overflow:auto;
	position: relative;
	float: right;
}
#noticiarioPlus #ticker dt {
	font:normal 14px Georgia;
	padding:0 10px 5px 10px;
	background-color:#e5e5e5;
	border:1px solid #ffffff;
	border-bottom:none;
	border-right:none;
	position:relative;
	left: 10px;
}
#noticiarioPlus #ticker dd { margin-left:0; font:normal 11px Verdana; padding:0 10px 10px 10px; border-bottom:1px solid #aaaaaa; background-color:#e5e5e5; border-left:1px solid #ffffff; position:relative; }
#noticiarioPlus #ticker dd.last { border-bottom:1px solid #ffffff; }
#noticiarioPlus #ticker div { margin-top:0; }

#enlace_recomendado a{
	color:#FF0000;
	text-decoration:none;
}

#enlace_recomendado a:hover{
	color:#FFFFFF;
	background:#FF0000;
	text-decoration:none;
}

#boton_menu_eventos_mensuales{
	padding: 2px;
	color:#FFFFFF;
	text-align:center;
	background-color: #00CC33;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 4px #333;
	-webkit-box-shadow: 2px 2px 4px #333;
	-moz-box-shadow: 2px 2px 4px #333;
	width:180px;
	font-size:16px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	}
	
#boton_menu_eventos_mensuales:hover{	
	background-color: #006600;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background; 
	-moz-transition-duration: 0.5s, 0.5s; 
	-moz-transition-timing-function: linear, ease-in;
	cursor:pointer;
	}
	
#actividades_abajo{
	width:795px;
	height:72px;
	line-height: 72px;
	padding-left: 30px;
	font-size: 30px;
}

#actividades_abajo a{
	color:#FFFFFF;
}

#actividades_abajo a:hover{
	background-color: #006600;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background; 
	-moz-transition-duration: 0.5s, 0.5s; 
	-moz-transition-timing-function: linear, ease-in;
	cursor:pointer;
}
