/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}
body, img, h1,h2,h3,h4,h5,p,ul,li,lo,form,input,text {
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #95D0FD;
	margin-bottom:6px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #8CC6FF;
	margin-bottom: 4px;
}

img {
	border:0px;
}
/*Align Corners*/
.topLeft {
	position:absolute;
	top:0px;
	left:0px;
}
.topRight {
	position:absolute;
	top:0px;
	right:0px;
}
.bottomLeft {
	position:absolute;
	bottom:0px;
	left:0px;
}
.bottomRight {
	position:absolute;
	bottom:0px;
	right:0px;
}
.topLeftBorder {
	position:absolute;
	top:-1px;
	left:-1px;
}
.topRightBorder {
	position:absolute;
	top:-1px;
	right:-1px;
}
.bottomLeftBorder {
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.bottomRightBorder {
	position:absolute;
	bottom:-1px;
	right:-1px;
}
/*end Align Corners*/
.clearAll {
	clear:both;
	line-height:0px;
	height:0px;
}
#page {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color: #FFFFFF;
}
#header {
	height: 146px;
	width: 760px;
}
#content {
	width: 760px;
	background-color: #000000;
	background-image: url(../images/content_tile.gif);
	background-repeat: repeat-y;
}
#linksZone {
	width: 200px;
	float: left;
}
#threeLinks {
	background-image: url(../images/black_bar_tile.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 5px;
	padding-left: 6px;
}
.bulletLinks, .bulletLinks:hover {
	display: block;
	background-image: url(../images/black_bar_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}
.bulletLinks:hover {
	background-image: url(../images/black_bar_bullet_over.gif);
}
#navBarZone {
	width: 194px;
	padding-top: 12px;
	padding-left: 6px;
}
#navBar {
	width: 170px;
	padding-top: 10px;
	padding-left: 6px;
	position: relative;
	padding-bottom: 70px;
}
#radioOnline {
	margin-bottom: 4px;
}

#navBarLinkZone {
	width: 158px;
}
.navBarLink, .navBarLink:hover {
	background-image: url(../images/nav_bar_link_tile.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 16px;
	padding-top: 4px;
	padding-left: 6px;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	width: 164px;
}
.navBarLink:hover {
	background-image: url(../images/nav_bar_link_tilehover.gif);
}
#mainContent {
	width: 560px;
	float: left;
	height: 80px;
	padding:0 0 30px 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../images/banner_tile.gif);
}
#banner {
	position: relative;
	padding-left: 24px;
	padding-top: 10px;
	width: 536px;
	height: 70px;
}
#bannerMaster {
	float: left;
	width: 401px;
	margin-right: 4px;
}
#bannerLinks {
	float: left;
	width: 129px;
	margin-top: 4px;
}

.bannerLink {
	height: 20px;
	padding-left: 7px;
	width: 122px;
	padding-top: 5px;
	margin-bottom: 4px;
	position: relative;
}
.banLink, .banLink:hover {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background-image: url(../images/banner_link_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
}
.banLink:hover {
	background-image: url(../images/banner_link_squarehover.gif);
	color: #0099FF;
}
#boxes {
	width: 560px;
	background-image: url(../images/rayas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}
#boxesBlockOne {
	width: 326px;
	float: left;
	margin-right: 14px;
	margin-top: 12px;
}
#boxesBlockTwo {
	float: left;
	width: 209px;
	padding-top: 14px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#player {
	height: 48px;
	width: 326px;
}

.box {
	width: 326px;
}
.box ul {
	list-style-position: outside;
	list-style-image: url(../images/box_bullet.gif);
	padding-left: 4px;
}
.box li {
	margin-bottom: 10px;
}
.boxTitle {
	background-image: url(../images/box_title_tile.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 5px;
	padding-left: 5px;
	width: 321px;
	color: #FFFFFF;
}
.boxContent {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 296px;
	padding-right: 10px;
	padding-left: 20px;
}
.boxContent a{
	text-decoration: none;
	color: #FFFFFF;
}
.boxContent a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#bottomZone {
	width: 750px;
	padding-top: 50px;
	padding-left: 10px;
	position: relative;
	background-image: url(../images/bottom_zone_tile.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
#curvas {
	position: absolute;
	top: -75px;
	left: 0px;
}

#encuesta {
	float: left;
	width: 170px;
	background-image: url(../images/encuesta_tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #929191;
	color: #000000;
	padding: 10px;
	margin-right: 12px;
}
#encuesta a {
	text-decoration:none;
	color:#999999;
}
#encuesta a:hover {
	text-decoration:underline;
}
#bannerConcierto {
	float: left;
	height: 156px;
	width: 534px;
}


#footer {
	background-image: url(../images/footer_tile.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
	color: #CCCCCC;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.bannerJunior {
	height: 60px;
	width: 180px;
	margin-right: auto;
	margin-left: 6px;
	margin-bottom: 8px;
}
.bannerMed {
	height: 80px;
	width: 326px;
}
.banners {
	width: 680px;
	padding-top: 20px;
	padding-left: 70px;
}
#locutores {
	margin-top: 10px;
	width: 158px;
	height: 110px;
	margin-left: 5px;
}
