body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#contenedor {
	margin: 0 auto;
	width: 1010px;
}

.t1 { font-size: 18px; font-weight: bold; }

.at1 img { border: none; }
.at1:link { font-size: 18px; color: #333; text-decoration: none; }
.at1:visited { font-size: 18px; color: #333; text-decoration: none; }
.at1:hover, at1:active, at1:focus { font-size: 18px; text-decoration: none; }

a img { border: none; }
a:link { font-size: 12px; color: #fff; text-decoration: underline; }
a:visited { font-size: 12px; color: #fff; text-decoration: underline; }
a:hover, a:active, a:focus { font-size: 12px; text-decoration: none; }

.a2 img { border: none; }
.a2:link { font-size: 16px; color: #333; text-decoration: underline; }
.a2:visited { font-size: 16px; color: #333; text-decoration: underline; }
.a2:hover, a:active, a:focus { font-size: 16px; text-decoration: none; }

.a3 img { border: none; }
.a3:link { font-size: 12px; color: #333; text-decoration: underline; }
.a3:visited { font-size: 12px; color: #333; text-decoration: underline; }
.a3:hover, a:active, a:focus { font-size: 12px; text-decoration: none; }

/*----------------------------------------------------CABECERA------------------------------------------------------------------*/
#cabecera {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1010px;
	height: 230px;
	background: url(imagenes/fnd.jpg) 0 0 repeat;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 230px;
	background: url(imagenes/logo.jpg) no-repeat;
}

#escuchanos {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 230px;
}

/*-------------------------------------------------------MENU--------------------------------------------------------------------*/
#menu {
	float: left;
	margin: 0px;
	padding-top: 5px;
	width: 1010px;
	height: 35px;
	background: url(imagenes/menu.jpg) repeat-x;
}

#btn-x {
	float: left;
	margin: 0px;
	padding: 0px;
	width: px;
	height: 40px;
	background: url(imagenes/off-.jpg) no-repat;
}

#btn-x:hover {
	float: left;
	margin: 0px;
	padding: 0px;
	width: px;
	height: 40px;
	background: url(imagenes/on-.jpg) no-repat;
}

#btn_principal {
	float: left;
	margin-left: 20px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/off-principal.jpg) no-repat;
}

#btn_principal:hover {
	float: left;
	margin-left: 20px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/on-principal.jpg) no-repat;
}

#btn_nosotros {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/off-nosotros.jpg) no-repat;
}

#btn_nosotros:hover {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/on-nosotros.jpg) no-repat;
}

#btn_programacion {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 160px;
	height: 40px;
	background: url(imagenes/off-programacion.jpg) no-repat;
}

#btn_programacion:hover {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 160px;
	height: 40px;
	background: url(imagenes/on-programacion.jpg) no-repat;
}

#btn_contacto {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/off-contacto.jpg) no-repat;
}

#btn_contacto:hover {
	float: left;
	margin-left: 40px;
	padding: 0px;
	width: 110px;
	height: 40px;
	background: url(imagenes/on-contacto.jpg) no-repat;
}

/*-----------------------------------------------------------------CUERPO---------------------------------------------------------*/
#central {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1010px;
	background-color: #fff;
}

#c1 {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 750px;
}

#c2 {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 220px;
	background-color: #f1f1f1;
	text-align: center;
}

/*---------------------------------------------------------------PIE--------------------------------------------------------------*/
#pie {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 990px;
	height: 40px;
	background: url(imagenes/pie.jpg);
	color: #fff;
	text-align: center;
	clear: both;
}

.obligatorio { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #f60; text-decoration: none; }
#mensaje_inactivo { display: none; }
#mensaje_activo {
	display: block;
	position: absolute;
	width: 400px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -60px;
	padding: 10px;
	z-index: 100;
	color: #fff;
	background-color: #f60;
	font: 12px Verdana, sans-serif;
	text-align: right;
	border: 1px solid #999;
	opacity: 0.85;
}

.epigrafes {
	color: #f60;
	font-size: 90%;
}
