@charset "utf-8";
/* 
Plantilla Creada y Diseñada Por Genex Producciones.Com
***TODOS LOS DERECHOS RESERVADOS***
WEB http://www.genexproducciones.com
EMAIL genex@genexproducciones.com
 */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-color: #02162E;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	margin-top: 70px;
	width: 880px;
	float: left;
	height: 80px;
}
#site_name {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Century Gothic";
	font-size: 32px;
	color: #FFF;
}
#menu {
	float: right;
	margin-top: 20px;
	font-family: Tahoma;
	color: #0a223e;
	font-size: 18px;
	font-weight: bold;
	margin-right: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #060;
}
#main_content {
	background-image: url(../img/bg_main_content.png);
	background-repeat: repeat-y;
	float: left;
	width: 878px;
}
#left {
	float: left;
	width: 57px;
	margin-left: 9px;
	background-image: url(../img/lateral.png);
	background-repeat: no-repeat;
	height: 475px;
	background-position: center;
	background-color: #D3D3D3;
}
#mid {
	float: left;
	width: 450px;
}
#right {
	float: left;
	width: 270px;
	margin-top: 18px;
	margin-left: 68px;
	background-image: url(../img/logo_facebook.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 72px;
}
#radio {
	float: left;
	height: 260px;
	width: 450px;
	margin-left: 25px;
	margin-top: 18px;
	border: 1px solid #e6e6e6;
	background-color: #efefef;
}
.title1 {
	font-family: "Century Gothic";
	float: left;
	color: #ff6600;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.title2 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.title3 {
	font-family: "Century Gothic";
	font-size: 28px;
	float: left;
	margin-left: 28px;
	margin-top: 18px;
	width: 100%;
}
#main_contacts {
	float: left;
	margin-left: 80px;
	margin-top: 45px;
}
.sms {
	font-family: "Century Gothic";
	font-size: 14px;
	float: left;
	width: 100%;
}
.email {
	font-family: "Century Gothic";
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 35px;
}
.link_facebook {
	font-family: "Century Gothic";
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 32px;
}
#player {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-left: 10px;
}
#foot_player {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#contacts {
	float: left;
	height: 240px;
	width: 450px;
	margin-left: 25px;
	margin-top: 18px;
	border: 1px solid #e6e6e6;
	background-color: #efefef;
	background-image: url(../img/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	float: left;
	height: 34px;
	width: 878px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 14px;
}

a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A223E;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
