/********* RADIO CAFI Copyright 2007. Todos los Derechos Reservados *********
********* Author: byConcept **********
***************************************/

/********* ELEMENTOS ************/
body {
	/***** posible "Lucida Sans Unicode", "Lucida Grande",  ******/
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: url(../imgs/radio_bg.jpg) repeat-x top #D3D3D3;
	margin:0px;
	padding:0px;
}
p {
	margin: 0px;
	padding:0px;
}
a {
	color: #509EC0;
	text-decoration: none;
}
a:hover {
	color: #555;
	/*border-bottom: 1px dashed #ccc;*/
}
form {
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 26px;
	color: #E0712E;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dashed #999;
	padding: 10px 0px 5px 0px;
	margin:0px 0px 15px 0px;
}
input {
	font-size: 11px;
	font-family: Georgia,Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 11px;
	font-family: Georgia,Arial, Helvetica, sans-serif;
}
li {
	margin: 0px 0px 15px 0px;
}



#headContainer {
	width: 800px;
	height: 108px;
	padding-top: 10px;
	margin: 0 auto;
	background: url(../imgs/radio_head_img.jpg) no-repeat 100% 100%;
}

#headBanner {
	width: 800px;
	height: 79px;
}

#shadowTop {
	width: 800px;
	height: 13px;
	background-image: url("../imgs/radio_headTop_bg.png") !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./imgs/radio_headTop_bg.png');
	margin-top: 66px;
}

#columnBg {
	width: 800px;
	background: url(../imgs/radio_column_bg_left.jpg) no-repeat 0% 0%; 
}
#columnBgRight {
	width: 786px;
	background: url(../imgs/radio_column_bg_right.jpg) no-repeat 100% 0%; 
	padding: 0px 7px 0px 7px;
}


#linksContainer {
	float: right;
	width: 255px;
	height: 29px;
	margin-right: 15px;
	background: url(../imgs/radio_headlink_rightbg.gif) no-repeat right;
}
#linksInBox {
	height: 29px;
	background: url(../imgs/radio_headlink_leftbg.gif) no-repeat left;
}


#bannerPastores {
	width: 786px;
	border-bottom: 6px solid #D9621E;
}


#leftShadow {
	width: 6px;
	height: 527px;
	background-image: url("../imgs/leftShadow.png") !important;
	background-image: none; 
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./imgs/leftShadow.png');
	position: absolute;
	top: 115px;
	margin-left: -6px;
}
#rightShadow {
	width: 6px;
	height: 527px;
	background-image: url("../imgs/rightShadow.png") !important;
	background-image: none; 
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./imgs/rightShadow.png');
	position: absolute;
	top: 115px;
	margin-left: 800px;
}
#radioCafi {
	width: 37px;
	height: 156px;
	background: url("../imgs/radio_cafi_logo.gif");
	position: absolute;
	top: 140px;
	margin: 0px 0px 0px -37px
}
#tvCafi {
	width: 39px;
	height: 156px;
	background: url("../imgs/tv_cafi_side.gif");
	position: absolute;
	top: 140px;
	margin: 0px 0px 0px 800px
}


.prograBox {
	width:  100%;
	padding: 10px 0px 10px 0px;
	margin-bottom:20px;
}


/** GLOBAL NAVIGATION **/

#globalNav {
	width: 786px;
	height: 46px;
	background: url(../imgs/navBg.jpg) repeat-x;
	margin: 0 auto;
}
#globalNav a {
	font-size: 18px;
	color: #666666;
	display: block;
	height: 36px;
	padding: 10px 20px 0px 20px;
	border-bottom: none;
	/*border-right: 1px dashed #999;*/
	float: left;
}
#globalNav a:hover {
	color: #fff;
	background: url(../imgs/radio_navSelected_bg.gif) no-repeat center;
	border: 0px;
}
#globalNav .navSelected {
	font-size: 18px;
	color: #fff;
	background: url(../imgs/radio_navSelected_bg.gif) no-repeat center;
	display: block;
	height: 36px;
	padding: 10px 20px 0px 20px;
	float: left;
	border: 0px;
}

.leftP {
	width: 210px;
	float: left;
}
.rightP {
	width: 180px;
	float: left;
}