@charset "utf-8";
@import "lesshat";
@font-face {
                font-family: SouthernAire;
                src: url(' ../fonts/SouthernAire.ttf');
            }

body{
	
	margin:0px;
	background-color:#0D1726;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
	
#wrapper{
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
	
	
	}	

#gradient_top {
	width:100%;
	height:40px;
	background:-webkit-linear-gradient(90deg, #6f747d,#35373b,#09090a);
	background:-moz-linear-gradient(90deg, #6f747d,#35373b,#09090a);
	background:-o-linear-gradient(90deg, #6f747d,#35373b,#09090a);
	position: absolute;
	z-index: -100;
	
	
	}

#redes {
		width:130px;
		height:80px;
		padding-top:25px;	
		margin-left:auto;
		margin-right:auto;
		-webkit-animation: redesanimate 2s ; 
		-moz-animation: redesanimate 2s ; 
		-o-animation: redesanimate 2s ; 
  		 animation: redesanimate 2s ;
		-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    	animation-delay: 1s;
	

}


@-webkit-keyframes redesanimate {
    0%   {padding-top: 25px;}
    50%  {padding-top: 100px;}
    100% {padding-top: 25px;}
}

@-moz-keyframes redesanimate {
    0%   {padding-top: 25px;}
    50%  {padding-top: 100px;}
    100% {padding-top: 25px;}
}

@-o-keyframes redesanimate {
    0%   {padding-top: 25px;}
    50%  {padding-top: 100px;}
    100% {padding-top: 25px;}
}


.rs {
		width:35px;	
		
	}
.lgr {
		display: none;
		
	}

.lg {
		width:1200px;	
		-webkit-transition:transform 3s;
		-moz-transition:transform 3s;
		-o-transition:transform 3s;
		
	}
	
.lg:hover {
	
	
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	
		
	}
	

header {
		width:1200px;
		height:170px;
		padding-top:20px;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-o-opacity: 1;
		-webkit-animation: logoanimate 3s ; 
		-moz-animation: logoanimate 3s ; 
		-o-animation: logoanimate 3s ; 
	}

@-webkit-keyframes logoanimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes logoanimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes logoanimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}


#banner {
		width:1200px;
		height:400px;
		background-color:#666666;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-o-opacity: 1;
		-webkit-animation: banneranimate 7s ; 
		-moz-animation: banneranimate 7s ; 
		-o-animation: banneranimate 7s ; 
		
	}

@-webkit-keyframes banneranimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes banneranimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes banneranimate {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

nav.main-nav {
  		width:1200px;
		height:60px;
		background: rgba(13, 23, 38, 0.94);
		top: 590px;
		position: absolute;
		-webkit-box-shadow: 0px 5px 2px #000000;
		-moz-box-shadow: 0px 5px 2px #000000;
		-o-box-shadow: 0px 5px 2px #000000;
   		text-align: center;
		z-index: 2000;
		padding-top: 5px;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		-webkit-animation: navanimate 0.7s ; 
		-moz-animation: navanimate 0.7s ; 
		-o-animation: navanimate 0.7s ; 
}

@-webkit-keyframes navanimate {
    0%   {transform:scale(3);}
    100% {transform:scale(1);}
}
@-moz-keyframes navanimate {
    0%   {transform:scale(3);}
    100% {transform:scale(1);}
}
@-o-keyframes navanimate {
    0%   {transform:scale(3);}
    100% {transform:scale(1);}
}
nav.main-nav a {
   
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    padding:15px 19px;
    color:#FFFFFF;

}

nav.main-nav a:hover {
   

	
    color:#00A4E6;
	-webkit-box-shadow: 0px -4px 5px #000;
	-moz-box-shadow: 0px -4px 5px #000;
	-o-box-shadow: 0px -4px 5px #000;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	

}

nav.main-nav.stickytop {
    position:fixed;
    top:0;
	left: 0;
	 width:100%;
	background: rgba(13, 23, 38, 1);

}




#eventos {
		width:1200px;
		height:auto;
		-webkit-opacity:1;
		-moz-opacity:1;
		-o-opacity:1;
		
		-webkit-animation: eventosanimate 3s ; 
		-moz-animation: eventosanimate 3s ; 
		-o-animation: eventosanimate 3s ; 
		
	
	
		}

@-webkit-keyframes eventosanimate {
    0%   {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes eventosanimate {
    0%   {opacity:0;}
    100% {opacity:1;}
}
@-o-keyframes eventosanimate {
    0%   {opacity:0;}
    100% {opacity:1;}
}

.img_evento_r {
	display: none;
		}

.pe {
	text-align:center;
	position: relative;
	margin-top: -45px;
	color:#0D1726;
		}

.ev {
	
	font-size: 28px;
	font-weight: bold;
	color:#ffffff;
		}

.fhl {
	
	font-size: 18px;
	color:#9FA4B0;
		}


.contador {
	width: 500px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	display:none;
	
		}



/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
	
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
	
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 1;
	color: #ffffff;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family:  Arial;
    line-height: 1;
    font-weight: bold;
	color: #ffffff;
}





		
article {
		width:1200px;
		height:auto;
		background-color:#ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 0px;
		
		
		-webkit-animation: articleanimate 1s ; 
		-moz-animation: articleanimate 1s ; 
		-o-animation: articleanimate 1s ; 
	}



@-webkit-keyframes articleanimate {
    0%   {margin-top: 120px;}
    100% {margin-top: 0px;}
}
@-moz-keyframes articleanimate {
   0%   {margin-top: 120px;}
    100% {margin-top: 0px;}
}
@-o-keyframes articleanimate {
    0%   {margin-top: 120px;}
    100% {margin-top: 0px;}
}



#titulo {
		width:100%;
		height:100px;
	padding-top: 10px;	
	
	}

.contenido {
		width:1100px;
		height:auto;
	margin-left: 80px;
		color: #AEAEAE;
	font-family:  Arial," sans-serif";
	font-weight: lighter;
	
	
	}

.titular {
	color: #37393D;
	font-size:50px;
	padding-left: 90px;
	font-family:SouthernAire;
	

	
	}




.img_contenido {
	
	
	width:1000px;
	height:280px;
	margin-left: 90px;
	background-color: aqua;
	
	
	
	
	}


.txt {
	
	padding: 10px 120px 0px 150px;
	line-height: 25px;
	text-align: justify;
	color:#0D1726;
	

	}


.txt_1 {
	
	padding: 10px 120px 0px 150px;
	line-height: 25px;
	text-align: justify;
	color:#0D1726;
	

	}




.txtlist {
	
	padding: 10px 120px 0px 190px;
	
	line-height: 25px;
	text-align: justify;
	color:#0D1726;
	
	
	
	}


.bienvenida {
	
	color: #37393D;
	font-size:40px;
	padding:20px 150px 20px 100px;
	text-align: center;
	font-style:italic; 
	font-weight: bold;
	
	
	
	}

.versiculo {
	
	padding:20px 150px 0px 80px;
	
	font-style:italic; 
	line-height: 35px;
	font-size: 20px;
	text-align: center;

	
	
	
	}

.cita_versiculo {
	
	padding:10px 150px 20px 80px;
	font-weight: bold;
	color: #666666;
	font-size: 16px;
	text-align: center;
	
	
	
	}


.regla{
	
	display: none;
	}
	
aside {
		width:1200px;
		height:auto;
		padding-bottom:20px;
		background-color:#0D1726;
		box-shadow: 0px 5px 2px #000000;
	     background: rgba(13, 23, 38, 0.7);
	
	
	}


#radio {
	width: 460px;
	height: 160px;
	padding-top: 20px;
	box-sizing: border-box;
	
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	
	
	
	}





hr {
	width: 80%;

	}



#submenu {
	width: 100%;
	height: 120px;
	padding-top: 0px;
	box-sizing: border-box;
	clear:both;
	text-align: center;
	padding-left: 390px;
	
	
	}

.bsm {
	width:120px;
	position: relative;
	float: left;
	padding: 15px;
	margin: 10px;
	
	
	

	}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.bsm:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#slogan {
	width: 100%;
	height: 60px;
	
	clear: both;
	position: relative;
	
}
.ufdn {
  color: white;
  font-size: 50px;
	text-align: center;
	
	font-family:SouthernAire;
}





	

	
footer {
		width:100%;
		height:150px;
	margin-bottom: 50px;
	padding-top: 20px;
	
	
	}

.nombre{
	text-align: center;
	color:#ffffff;
	font-size: 16px;

	}

.copy{
	text-align: center;
	color:#ffffff;
	font-size: 12px;

	}


.cr{
	text-align: center;
	color:#787878;
	font-size: 12px;
	padding-top: 20px;

	}
	
.float{
	position:absolute;
	z-index: 1000;

	}
	
.left{
	float:left;

	}


.form1

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:15px;
	background-color:#CCC;
	border:1px;
	padding:15px;
	margin-left:400px;
	overflow:hidden;
	scrolling:no;
	width:580px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	}
	
	
	.form2

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:15px;
	background-color:#CCC;
	border:1px;
	padding:10px;
	margin-left:410px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	}
	
	
	.form3

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:15px;
	background-color:#CCC;
	border:1px;
	padding:10px;
	margin-left:10px;
	
	
	}

#nav_responsive {
display: none;
}


.btn_menu {
display: none;
}

.mapa {
	width: 1000px;
	height: 280px;
	frameborder:0px;
	border: 0px;
}


/* sección de contador de eventos */

table{
	
	width:70%;
	
}


.hora{
	
	background-color:rgba(187,186,186,0.5);
	padding: 2%;
	border: 2px solid #fff;
	text-align: center;
	border-radius:7px;
	color: #333;
	
}

.programa{
	
	background-color:rgba(187,186,186,0.2);
	padding: 2%;
	border: 2px solid #fff;
	text-align: center;
	color: #000;
}

.red{
	
	
	color: red !important ;
	font-weight: bold;
}




@media screen and (max-width:400px) and (orientation:portrait) {
* {
margin:0;
padding:0;
}



	
.barra {
display:block;
width:100%;
height: 55px;
background-color:#fff;
		
z-index: 1000;
}
	
#nav_responsive {
display:block;
width:100%;
height:auto;
left:-100%;
background-color:rgba(255,255,255,1 );
margin:0;
padding-left:-10px;
position: fixed;
z-index: 1000;
}
 
#nav_responsive ul li {
display:block;
float:none;
border-bottom:1px solid rgba(13,23,38,.2);
margin: 0px;
padding:11px 0px;
text-align:center;
}
	
#nav_responsive ul li a {
color: #0D1726;

}
 

 
.btn_menu {
display:block;
padding:15px 20px 20px 20px;
background-color:#fff;
color:#0D1726;
text-decoration:none;
font-family:Arial, sans serif;
font-weight: bold;
font-size:20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
 
.icon_menu {
float:right;
font-size:20px;
}

	
#wrapper{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#0D1726;
	
	
	
	}	


#gradient_top {
	display:none;
	
	
	}

#redes {
		
	display:none;
	

}
	
header {
		width:100%;
		height:70px;
		padding-top:10px;
		background-color:#0D1726;
		
	}
	
.main-nav {
			display:none;
		
		
	}
	#banner {
		width:100%;
		height:auto;
		background-color:#666666;
		 background-color:#0D1726;
		
	}
	
.lg {
		display: none;
	
	}
	
.lgr {
		
		display: block;
	width: 100%;
		
	}
	
#eventos {
		width:100%;
		height:auto;
	padding-bottom: 20px;
		

		}
	
.img_evento {
	display: none;
		}	
.img_evento_r {
	display: block;
		}
	
.pe {
	text-align:center;
	position: relative;
	margin-top: -30px;
	color:#0D1726;
		}
	
		
.contador {
		display:none;

		}
	
.ev {
	
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
		}

.fhl {
	
	font-size: 12px;
	color:#9FA4B0;
		}
	
#radio_r {
	display: block;
	background-color:#0D1726;
	
	}
	
#radio {
	width:100%;
	overflow-x: hidden;

	}


article {
		width:100%;
		height:auto;
		background-color:#ffffff;
		padding-top: 10px;
		padding-bottom: 0px;
		margin-top: 0px;
		
		
	
	}
	
.contenido {
		width:100%;
		height:auto;
	margin-left: 0px;
	
	
	
	}
	
.txt_0 {
	
	display: none;

	}
	
.txt_1 {
	
	display: none;

	}
	

	
.txt {
	
	padding:10px 30px 30px 30px;
	line-height: 25px;
	text-align: justify;
	color:#0D1726;
	margin: 0px;

	}

	
.txtlist {
	
	display: none;

	}
#submenu {
		display: none;

		}
aside {
		width:100%;
		height:auto;
		padding-bottom:20px;
		background-color:#0D1726;
		box-shadow: 0px 5px 2px #000000;
	   	
	
	}
	
	
#slogan {
	width: 100%;
	height: auto;
	
	margin: 0px;
	padding: 0px;
	
	
}
.ufdn {
  color: white;
  font-size: 30px;
	padding-top: 30px;
font-family:SouthernAire;
}
	
.cr{
	font-size: 10px;
	padding: 15px;
	
	}
.img_contenido {
	
	
	width:100%;
	height:auto;
	padding: 0px;
	margin: 0px;
	
}		
.imagen_tema {
	
	
	width:100%;
	
	
}	
		
	
.versiculo {
	
	padding:15px;
	font-style:italic; 
	line-height: 20px;
	font-size: 15px;
	text-align: center;

	
	
	
	}

.cita_versiculo {

	font-weight: bold;
	color: #666666;
	font-size: 16px;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	
	
	
	}

.regla{
	
	display: block;
	}
	
.float{
	
	display: none;
	}
	
.titular {
	color: #37393D;
	font-size:50px;
	font-family:SouthernAire;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 10px;
	

	
	}
	.none {
display: none;
}
	
.mapa {
	width: 100%;
	height: auto;
	frameborder:0px;
	border: 0px;
}
	
	
.form1

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-top:10px;
	background-color:#CCC;
	border:1px;
	padding:15px;
	margin-left:18px;
	overflow:hidden;
	scrolling:no;
	width:90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	}
	
	
	.form2

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-top:15px;
	background-color:#CCC;
	border:1px;
	padding:10px;
	margin-left:18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	}
	
	
	.form3

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-top:15px;
	background-color:#CCC;
	border:1px;
	padding:10px;
	margin-left:10px;
	
	
	}
.if_radio

{
	width: 100%;
	height: auto;
	border: 0px;
	frameborder:0px;
	
	
	}
	
table{
	
	width:100%;
	
}


.hora{
	
	background-color:rgba(187,186,186,0.5);
	padding: 3%;
	border: 2px solid #fff;
	text-align: center;
	border-radius:0px;
	color: #333;
	font-size: 10px;
	
}

.programa{
	
	background-color:rgba(187,186,186,0.2);
	padding: 2%;
	border: 2px solid #fff;
	text-align: center;
	color: #000;
	font-size: 11px;
}
	
	
	.red{
	
	
	color: red !important ;
	font-weight: bold;
		text-align: center;
}


	
	
	
	}
