<style type="text/css">    
    p{text-indent:0pt; word-spacing:1px; letter-spacing:0px; font-size:12px; margin: .95em 0em 0em 0em; line-height: 1.2;}
   body {
  		text-align: center; /* for IE */
			margin-top: 0px;
      background:#000000;
  		} 
		.bkgradient{background-image:url("/images/pages/page-bk2.jpg");background-repeat:repeat-x;background-attachment: scroll; background-position:top center}
    text{font-size:12px;color:#222222;font-family:Arial}
    td{font-size:14px;color:#444444;font-family:Arial}
    legend{font-size:14px;color:#000000;font-family:Arial}
		h1{font-size:25px;color:#214d99;font-family:Arial;vertical-align: bottom;margin-top: 0;margin-bottom: 0;font-weight:normal}
		h2{font-size:20px;color:#214d99;font-family:Arial;vertical-align: bottom;margin-top: 0;margin-bottom: 0;font-weight:normal}
		h3{font-size:18px;color:#ffffff;font-family:Arial;vertical-align: bottom;margin-bottom: 0;margin-top: 0;font-weight: bold}
		h4{font-size:16px;color:#444444;font-family:Arial;vertical-align: bottom;margin-bottom: 1;margin-top: 4;font-weight: normal}
    hr{color: #333333; height: 1px; margin-bottom:2px; margin-top:2px;}
		.border{border-style:solid;border-width:1px; border-color: #ababab;}
    .border2{border-style:solid;border-width:3px; border-color: #b7830d;}
		.small{font-size:11px;color:#ffffff;font-family:Arial}
    .smallgrey{font-size:11px;color:#444444;font-family:Arial}
		.white{font-size:14px;color:#ffffff;font-family:Arial}
		.red{font-size:14px;color:#720000;font-family:Arial}
		.big{font-size:44px;color:#2366b5;font-family:Arial}
		.copyright2{font-size:12px;color:#000000;font-family:Arial}
		A:link{text-decoration: none; color: #444444;}
    A:visited{text-decoration: none; color: #444444;}
    A:hover{font-style: normal; color: #7e4079; text-decoration:none;}
		A.nav:link{font-size:18px;color:#ffffff;font-family:Arial;font-weight:normal}
    A.nav:visited{font-size:18px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight:normal}
    A.nav:hover{font-size:18px;font-style: normal; color: #f459c5; text-decoration:none;font-family:Arial;font-weight:normal}	
		A.navdrop:link{font-size:17px;color:#ffffff;font-family:Arial;font-weight:normal}
    A.navdrop:visited{font-size:17px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight:normal}
    A.navdrop:hover{font-size:17px;font-style: normal; color: #f459c5; text-decoration:none;font-family:Arial;font-weight:normal}			
    A.nav2:link{font-size:11px;color:#ffffff;font-family:Arial;font-weight:normal}
    A.nav2:visited{font-size:11px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight:normal}
    A.nav2:hover{font-size:11px;font-style: normal; color: #ffffff; text-decoration:underline;font-family:Arial;font-weight:normal}
		A.readmore:link{font-size:12px;color:#93c5ff;font-family:Arial;font-weight:normal}
    A.readmore:visited{font-size:12px;text-decoration: none; color: #93c5ff;font-family:Arial;font-weight:normal}
    A.readmore:hover{font-size:12px;font-style: normal; color: #c1c1c1; text-decoration:none;font-family:Arial;font-weight:normal}
		A.readblue:link{font-size:12px;color:#214d99;font-family:Arial;font-weight:bold}
    A.readblue:visited{font-size:12px;text-decoration: none; color: #214d99;font-family:Arial;font-weight:bold}
    A.readblue:hover{font-size:12px;font-style: normal; color: #f459c5; text-decoration:none;font-family:Arial;font-weight:bold}
		A.copyrightlink:link{font-size:12px;color:#ffffff;font-family:Arial;font-weight: bold}
    A.copyrightlink:visited{font-size:12px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight: bold}
    A.copyrightlink:hover{font-size:12px;font-style: normal; color: #ffffff; text-decoration:underline;font-family:Arial;font-weight: bold}			
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 -4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: 10px 17px 8px;/* 1st number=text vertical height 2nd number=blockspace 3rd number block height */
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	/*-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 0px;
}

.bigrounded {
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* blue */
.blue {
	color: #ff0000;
	border: solid 1px #bdbdbb;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a3ff), to(#003366));
	background: -moz-linear-gradient(top,  #84a3ff,  #003366);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a3ff', endColorstr='#003366');

}
.blue:link {
	color: #ffffff;
}
.blue:visited {
	color: #ffffff;
}
.blue:hover {
	color: #ffffff;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8d079), to(#693e00));
	background: -moz-linear-gradient(top,  #e8d079,  #693e00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8d079', endColorstr='#693e00');
}
	.blue:active2 {
	color: #b2853b;
	border: solid 1px #bdbdbb;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a3ff), to(#003366));
	background: -moz-linear-gradient(top,  #84a3ff,  #003366);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a3ff', endColorstr='#003366');
/*.blue:active2 {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');*/
}
	
		#logowindow
      {
      position:relative;
      background:none;
			z-index: 3;		
			}	

	 #body
      {
			position:relative;
			z-index: 1;
      width:950px;
			min-height: 100%;
			height: auto;
			border:1px solid #777777;
      background: #ffffff;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin: 0 auto;   /* align for good browsers */
		  text-align: left; /* counter the body center */
			 }
		#header
      {
      position:relative;
			z-index: 1;
	    width:950px;
			height:134px;
      border:0px solid #000000;
			background-image:url("/images/pages/radio-buenas-header.jpg");
      /*background-image:url("/images/pages/buenas-nuevas-pages_01.jpg");*/
			padding: 0px;
			padding-top: 0px;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
      }
		#navigation
      {
      position:relative;
			z-index: 1;
	    width:950px;
			height:44px;
      overflow: hidden;
			background-image:url("/images/pages/buenas-nuevas-pages_02.jpg");
      border:0px solid #000000;
			padding: 0px;
			padding-top: 0px;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
      }
		.navigationcontent
      {
      position:relative;
			z-index: 3;
			float: left;
      width:950px;
			height: 24px;
			overflow:hidden;
      border:0px solid #777777;
			padding: 0px;
			padding-top: 0px;
			padding-left:0px;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 8px;
			margin-bottom: 0px;
			text-align: center;
      font: normal 18px arial;
			color: #ffffff;      
	    }	
		#divone
      {
      position:relative;
      width:950px;
			height:291px;
			overflow: hidden;
			background-image:url("/images/home/one-bk.jpg");
      border-bottom:1px solid #777777;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 1px;
			margin-bottom:0px;
			text-align: center;
      font: normal 13px arial;
			color: #ffffff;
      }
		.oneleft
      {
      position:relative;
      width:641px;
			height: 291px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ffffff;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      } 
		.oneright
      {
      position:relative;
      width:295px;
			height: 291px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ffffff;
			padding-right: 0px;
			margin-left: 6px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }
		.onedivide
      {
      position:relative;
      width:294px;
			height: 73px;
			overflow: hidden;
			background: none;
			float: left;
      border-bottom:1px solid #ffffff;
			padding-right: 0px;
			margin-left: 6px;
			margin-right: 0px;
			margin-top: 6px;
			margin-bottom:8px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      } 
		.onenodivide
      {
      position:relative;
      width:294px;
			height: 73px;
			overflow: hidden;
			background: none;
			float: left;
      border-bottom:0px solid #ffffff;
			padding-right: 0px;
			margin-left: 6px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:8px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }                              
		#divtwo
      {		
      width:950px;
			height:46px;
			overflow: hidden;
			background-image:url("/images/home/two-bk.jpg");
      border:0px solid #777777;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 1px;
			margin-bottom:0px;
			text-align: center;
      font: normal 13px arial;
			color: #ffffff;
      }
		.twoleft
      {
      position:relative;
      width:350px;
			height: 30px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ffffff;
			padding-right: 0px;
			margin-left: 212px;
			margin-right: 0px;
			margin-top: 4px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }	
		.tworight
      {
      position:relative;
      width:300px;
			height: 23px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ffffff;
			padding-right: 0px;
			margin-left: 68px;
			margin-right: 0px;
			margin-top: 10px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }	      
  	#divthree
      {
      position:relative;
      width:950px;
			overflow: hidden;
			background-image:none
      border-top:0px solid #777777;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 2px;
			margin-bottom:0px;
			text-align: center;
      } 
		.threeleft
      {
      position:relative;
      width:640px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 2px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      } 
		.welcome
      {
      position:relative;
      width:640px;
      height: 260px;
			overflow: hidden;
			background-image:url("/images/home/welcome-bk.jpg");
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }
		.welcomecontent
      {
      position:relative;
      width:550px;
      height: 240px;
			overflow: hidden;
			background-image:none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 0px;
			margin-top: 8px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }  
		.scripturebox
      {
      position:relative;
      width:640px;
      height: 284px;
			overflow: hidden;
			background-image:url("/images/home/home-bk.jpg");
			float: left;
      border-bottom:8px solid #214d99;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 1px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }
		.boxleft
      {
      position:relative;
      width:300px;
      height: 270px;
			overflow: hidden;
			background-image:none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 0px;
			margin-top: 8px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      } 
		.boxright
      {
      position:relative;
      width:300px;
      height: 270px;
			overflow: hidden;
			background-image:none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 15px;
			margin-right: 0px;
			margin-top: 8px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }
		.eventbox
      {
      position:relative;
      width:650px;
      height: 224px;
			overflow: hidden;
			background-image:url("/images/home/home-bk.jpg");
			float: left;
      border-bottom:0px solid #214d99;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 1px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }
		.eventtitle
      {
      position:relative;
      width:276px;
			height: 194px;
			overflow: hidden;
			background: none;
			float: left;
      border-right:1px solid #999999;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 0px;
			margin-top: 6px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }
		.eventcontent
      {
      position:relative;
      width:256px;
			height: 154px;
			overflow: auto;
			background: none;
			float: left;
      border-right:0px solid #777777;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }  
		.polltitle
      {
      position:relative;
      width:310px;
			height: 194px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #999999;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 0px;
			margin-top: 6px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }
		.pollcontent
      {
      position:relative;
      width:310px;
			height: 154px;
			overflow: auto;
			background: none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }                                               
		.threeright
      {
      position:relative;
      width:308px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }
/* Start Ad Divs */       
		.panasonicad
      {
      position:relative;
      width:308px;
      height: 260px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:1px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      } 
		.personalityad
      {
      position:relative;
      width:308px;
      height: 181px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:1px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      } 
		.weatherad
      {
      position:relative;
      width:308px;
      height: 220px;
			overflow: hidden;
			background-image:url("/images/home/weather-bk.jpg");
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 1px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }
		.yourad
      {
      position:relative;
      width:308px;
      height: 86px;
			overflow: hidden;
			background: #ff0000;
			float: left;
      border:0px solid #ff0000;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }                  
/* End Ad Divs */                            
		#pages
      {
      position:relative;
      width:950px;
			overflow: hidden;
			/*min-height: 450px;
			height: auto !important;
			height: 450px;*/
			background: none;
      border:0px solid #777777;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 2px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }
		.pagesleft
      {
      position:relative;
      width:624px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #777777;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 8px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      } 
		.pagesright
      {
      position:relative;
      width:308px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #777777;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 13px arial;
			color: #444444;
      }  
		.pagessingle
      {
      position:relative;
      width:930px;
			overflow: hidden;
			background: none;
			float: left;
      border:0px solid #777777;
			padding-right: 0px;
			margin-left: 8px;
			margin-right: 8px;
			margin-top: 0px;
			margin-bottom:0px;
			text-align: left;
      font: normal 14px arial;
			color: #444444;
      }			         
									
	#copyright
      {
      position:relative;
			width: 100%;
			background: none;
			background-repeat:repeat-x;
			background-position:top center;
			clear: both;
			padding: 0px;
			margin: 0 auto;
      border:0px solid #011a5d;
      }	
		.copyrightcontent
      {
      position:relative;
      width:100%;
      border:0px solid #000000;
			padding: 0px;
			margin: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 4px;
			margin-bottom: 0px;
			text-align: center;
      font: normal 11px arial ;
			color: #ffffff;
      }												
 		#contactus
      {
      font: normal 14px arial;
			font-weight:normal;
			color: #3f3f3f;
      position:relative;
      width:910px;
      border:0px solid #0000ff;
			padding: 0px;
			margin-left:20px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 4px;
      }		
</style>