@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	background: url(../css-img/bg_body.png);
}
h1 {
	margin: 10px;
}
h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #ff5b00;
	border-bottom: 1px solid #ff5b00;
}
p{
	text-align: justify;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
strong {
	color: #379605;
	font-weight: bold;
}

#contenedor {
	width: 980px;
	margin: 0 auto;
	background: url(../css-img/bg_contenedor.png);
}

/* Encabezado */
#encabezado {
	margin: 20px auto 0;
	width: 980px;
	height: 160px;
	position: relative;
}
#encabezado h1 {
	display: none;
}

/* Menu arriba */
#menu_arriba {
	float: right;
	height: 27px;
	list-style: none;
}
#menu_arriba li {
	float: left;
	height: 27px;
}
#menu_arriba li a {
	display: block;
	padding: 0 20px;
	line-height: 27px;
	text-transform: uppercase;
	background: url(../css-img/bg_menu_arriba.png);
	color: #fff;
}
#menu_arriba li a:hover {
	background: url(../css-img/bg_menu_arriba_hover.png);
}

/* Menu */
#caja_menu {
	background: url(../css-img/bg_menu.png);
	height: 32px;
	width: 960px;
	margin: 0 auto;
}
#menu {
	width: 860px;
	height: 32px;
	margin: 0 auto;
	list-style: none;
	float: left;
}
#menu li {
	float: left;
	line-height: 32px;
}
#menu li a {
	display: block;
	padding: 0 15px;
	line-height: 32px;
	text-transform: uppercase;
	background: url(../css-img/bg_menu.png);
	color: #fff;
}
#menu li a:hover {
	background: url(../css-img/bg_menu_hover.png);
}
#form_menu {
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}
#form_menu input {
	border: 1px solid #666;
	font-size: 12px;
	padding: 2px;
	margin: 4px 2px;
}
#form_menu button {
	border: 1px solid #666;
	font-size: 12px;
	padding: 1px 5px;
	margin: 4px 2px;
	color: #666;
}
#form_menu fieldset {
	border: none;
}

#cuerpo {
	margin: 10px auto 0;
	width: 980px;
	background: url(../css-img/bg_contenedor_abajo.png) center bottom no-repeat;
	overflow: hidden;
}
#pie {
	margin: 0 auto;
	padding-top: 10px;
	width: 980px;
	height: 43px;
	background: #fff url(../css-img/bg_pie.png) center bottom no-repeat;
}
#pie p {
	height: 43px;
	line-height: 43px;
	text-align: center;
}


/* Area principal */
#contenido {
	width: 700px;
	float: left;
	margin-left: 20px;
/*	margin-bottom: 20px;*/
}

#caja_principal {
	width: 700px;
	background: url(../css-img/bg_caja_noticias_principal.png);	
	overflow: hidden;
}
/*
#caja_principal .arriba{
	width: 700px;
	position: absolute;
	top: 0;
	background: url(../css-img/bg_arriba_caja_noticias_principal.png) center center no-repeat;
	height: 7px;
	font-size: 1px;
}

#caja_principal .abajo {
	width: 700px;
	position: absolute;
	bottom: 0;
	background: url(../css-img/bg_abajo_caja_noticias_principal.png) center center no-repeat;
	height: 7px;
	font-size: 1px;
}
*/
#caja_principal .video {
	padding: 5px;
	float: left;
}

#caja_principal .noticias {
	float: right;	
}

#caja_principal .noticias ul {
	list-style: none;
	width: 240px;
	margin-top: 5px;
	margin-right: 6px;
	
}
#caja_principal .noticias ul li {
	height: 59px;
	border-bottom: 1px dotted #666;
}

#caja_principal .noticias ul li img{
	float: left;
	margin: 0 5px 0 0;
}

#caja_principal .noticias ul li h3{
	font-size: 12px;
	color: #379605;
}
#caja_principal .noticias ul li p{
	font-size: 11px;
}


.col1 {
	width: 690px;
	background: green;
	float: left;
	margin: 10px 5px 0 5px;
}


.col2 {
	width: 340px;
	background: green;
	float: left;
	margin: 10px 5px 0 5px;
}

.col3 {
	width: 220px;
	float: left;
	margin: 8px 6px;
}

#internacional {
	background: url(../css-img/internacional_fondo.png) center bottom no-repeat;
}

#internacional h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/internacional_encabezado.png);
	width: 340px;
	height: 27px;
	text-indent: -9999px;
}



#nacional {
	background: url(../css-img/nacional_fondo.png) center bottom no-repeat;
}

#nacional h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/nacional_encabezado.png);
	width: 340px;
	height: 27px;
	text-indent: -9999px;
}



#estatal {
	background: url(../css-img/estatal_fondo.png) center bottom no-repeat;
}

#estatal h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/estatal_encabezado.png);
	width: 340px;
	height: 27px;
	text-indent: -9999px;
}




#deportes {
	background: url(../css-img/deportes_fondo.png) center bottom no-repeat;
}

#deportes h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/deportes_encabezado.png);
	width: 340px;
	height: 27px;
	text-indent: -9999px;
}

#nueva {
	background: url(../css-img/estatal_fondo.png) center bottom no-repeat;
}

#nueva h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/nueva_encabezado.png);
	width: 340px;
	height: 27px;
	text-indent: -9999px;
	border-bottom: none !important;
}


#sociales {
	
}

#sociales h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/sociales_encabezado.png);
	width: 220px;
	height: 20px;
	text-indent: -9999px;
}


#culturales {
	
}

#culturales h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/culturales_encabezado.png);
	width: 220px;
	height: 20px;
	text-indent: -9999px;
}


#espectaculos {
	
}

#espectaculos h2 {
	margin: 0;
	padding: 0;
	background: url(../css-img/espectaculos_encabezado.png);
	width: 220px;
	height: 20px;
	text-indent: -9999px;
}




#noticias_pie_extra {
	width: 700px;
	background: url(../css-img/noticias_pie_abajo.png) center bottom no-repeat;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

#noticias_pie {
	width: 700px;
	background: url(../css-img/noticias_pie_arriba.png) center top no-repeat;
	overflow: hidden;
}


#estatal .lista_noticias {
	margin: 8px 16px;
}

.lista_noticias {
	margin: 8px;
}

/* Area lateral */
#lateral {
	width: 220px;
	float: right;
	margin-right: 20px;
}

#encuesta {
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #dbdbdb
}

#noticia {
	margin-bottom: 20px;
}

#noticia h1 {
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #333;
}

#noticia p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 130%;
	margin: 0 20px 20px;
}

#noticia #foto {
	background: #f9f9f9;
	border: 1px solid #dbdbdb;
	width: 370px;
	margin: 0 10px 10px 10px;
	float: left;
}

#noticia #fecha_noticia {
	font: italic 12px Arial, Helvetica, sans-serif;
}

#noticia #foto img {
	margin: 10px auto;
	display: block;
	width: 350px;
}

#noticia #foto #pie_foto{
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 10px 5px;
}

#noticia #noticia_links {
	text-align: right;
	margin-top: 10px;
}

#noticia a:hover {
	text-decoration: underline;
}

#noticia #n_enviar {
	padding: 2px 3px 2px 22px;
	margin: 0 10px;
	background: url(../css-img/noticia_email.png) left center no-repeat;
}

#noticia #n_imprimir {
	padding: 2px 3px 2px 22px;
	margin: 0 10px;
	background: url(../css-img/noticia_imprimir.png) left center no-repeat;
}

#noticia #n_pdf {
	padding: 2px 3px 2px 22px;
	margin: 0 10px;
	background: url(../css-img/noticia_pdf.png) left center no-repeat;
}





#banners_pie {
	width: 700px;
	overflow: hidden;
	list-style: none;
	margin: 30px auto;
}

#banners_pie li {
	width: 33%;
	text-align: center;
	float: left;
}


/* CONTACTO */

#contacto {
	color: #2c9a27;
	background: #fbfbfb;
	width: 280px;
	margin: 0 auto 20px;
	border: 5px solid #e2e2e2;
	padding: 10px;
}

label {
	display: block;
}

fieldset {
	border: 0;
}

label.radiobtn {
	display: inline;
	color: #333;
}
input[type="text"] {
	margin-bottom: 10px;
}
label[for="comentarios"]{
	margin-top: 10px;
}




/* EDITORIALISTAS */

#editorialistas {
	margin: 20px;
}

#editorialistas ul {
	margin: 20px;
	list-style: none;
}

#editorialistas li {
/*	background: url(../css-img/editorialistas.bullet.png) left center no-repeat;*/
	margin-bottom: 15px;
/*	padding-left: 25px;*/
}

#editorialistas li img {
	border: none;
}

#editorialistas li a {
	color: #333;
	text-decoration: none;
}

#editorialistas li a:hover {
	color: #ff5b00;
	text-decoration: underline;
}

#slogan {
	background: url(../css-img/slogan.adorno.png) left center no-repeat;
	padding-left: 70px;
	font: 26px Arial, Helvetica, sans-serif;
	color: #2c9a27;
}

#slogan strong{
	color: #ff5b00;
}



/* EMISORAS */ 

#emisoras {
	margin: 20px;
}

#emisoras p {
	margin-bottom: 20px;
}

#emisoras img {
	float: right;	
	margin: 0 0 20px 20px;
}

#servicios ul, #emisoras ul {
	margin-bottom: 20px;
	list-style: none;
}

#servicios li, #emisoras li {
	background: url(../css-img/li.bullet.png) left center no-repeat;
	padding-left: 20px;
}


/* EMPRESA */

#empresa {
	margin: 20px;
}

#empresa p {
	margin-bottom: 20px;
}

#empresa img {
	float: left;	
	margin: 0 20px 0 0;
}

#empresa blockquote {
	float: right;
	width: 190px;
	margin: 0 0 0 20px;
	padding-left: 10px;
	border-left: 5px solid #2c9a27;
}
#empresa blockquote p {
	font: 18px Arial, Helvetica, sans-serif;
}



/* SERVICIOS*/

#servicios {
	margin: 20px;
}

#servicios img {
	float: right;	
	margin: 0 0 20px 20px;
}

#servicios p {
	margin-bottom: 20px;
}



/* CARRUSEL EMISORAS */
#c_emisoras {
	width: 228px;
	height: 75px;
	padding-top: 75px;
	background: url(../css-img/emisoras.jpg) top center no-repeat;
}

#c_emisoras img {
	border: 0;
}

#editorialistas {
	position: relative;
}

#player {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 220px;
}

#video {
	float: left;
	width: 430px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#emedia {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	background: #fff;
}
