* {
	margin:0;
	padding:0;
	text-decoration: none;
	border: none;
	list-style: none;
}

.color_rojo {
	color: #c93b10;
}

body {
	/*background:#fff;*/
	background-color: #ee1c25;
	color:#444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color: #444;
}

a img {
	border:none;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

.txt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
}

.btn {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
}

/* Cabecera */
#contenedor-cabecera {
	background:#ee1c25 url(../gfx/bg-cabecera.gif) left bottom repeat-x;
}

#cabecera {
	margin:0 auto;
	padding-top:20px;
	width:960px;
}

#logo {
	width:246px;
	float:left;
	margin-bottom:20px;
	/*padding-left: 20px;*/
	padding-left: 60px;
}

#iconos-cabecera {
/*	float:right;*/
	float: left;
	padding-top:6px;
	/*padding-left:100px*/
	/*padding-left:80px*/
	padding-left:30px
}

.icono-cabecera {
	float:left;
	font-size:12px;
	/*margin-left:20px;*/
/*	margin-left:10px;*/
	text-align:center;
	/*width:100px;*/
	width:600px;
}

#panel_top {
	width:600px;
	float: right;
	text-align: right;
	padding-top: 5px;
	color: #fff;
}

.icono-cabecera img {
	padding:1px;
	border:1px solid #fff;
}

.icono-cabecera a {
	color:#fcd2d3;
	text-decoration:none;
}

.icono-cabecera a:hover {
	color:#fff;
}

#menu {
	
}

#menu ul {
	list-style:none;
}

#menu ul li {
	float:left;
	margin-right:2px;
}

#menu ul li a {
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	padding:5px 15px;
	text-align:center;
	text-decoration:none;
}

#menu ul li a:hover {	
	color: #ee1c25;
/*	text-decoration:underline;*/
	text-decoration: none;
}

#menu ul li a.seleccionado {
	background-position:center -28px;
	color:#ee1c25;
}


#btn-inicio a {
	background-image:url(../gfx/bg-pestana-inicio.gif);
}

#btn-inicio a:hover {
	background:url(../gfx/bg-pestana-inicio.gif) no-repeat bottom ;
}

#btn-anteriores a {
	background-image:url(../gfx/bg-pestana-anteriores.gif);
}

#btn-anteriores a:hover {
	background:url(../gfx/bg-pestana-anteriores.gif) no-repeat bottom;
}

#btn-foro a {
	background:url(../gfx/bg-pestana-foro.gif);
}

#btn-foro a:hover {
	background:url(../gfx/bg-pestana-foro.gif) no-repeat bottom;
}

#btn-chicas a {
	/*width: 80px;*/
	width: 78px;
	background-image:url(../gfx/bg-pestana-chicas.gif);
}

#btn-chicas a:hover {
	background:url(../gfx/bg-pestana-chicas.gif) bottom;
}

#btn-videos a {
	background-image:url(../gfx/bg-pestana-videos.gif);
}

#btn-videos a:hover {
	background:url(../gfx/bg-pestana-videos.gif) bottom;
}

#btn-sociales a {
	background-image:url(../gfx/bg-pestana-sociales.gif);
}

#btn-sociales a:hover {
	background:url(../gfx/bg-pestana-sociales.gif) bottom;
}

#btn-agenda a {
	background-image:url(../gfx/bg-pestana-agenda.gif);
}

#btn-agenda a:hover {
	background:url(../gfx/bg-pestana-agenda.gif) bottom;
}

#btn-guia a {
	background-image:url(../gfx/bg-pestana-guia.gif);
}

#btn-guia a:hover {
	background:url(../gfx/bg-pestana-guia.gif) bottom;
}

#btn-quienes a {
	background-image:url(../gfx/bg-pestana-quienes.gif);
}

#btn-quienes a:hover {
	background:url(../gfx/bg-pestana-quienes.gif) bottom;
}

#btn-club a {
	background-image:url(../gfx/bg-pestana-club.gif);
}

#btn-club a:hover {
	background:url(../gfx/bg-pestana-club.gif) bottom;
}

#btn-contactenos a {
	background-image:url(../gfx/bg-pestana-contactenos.gif);
}

#btn-contactenos a:hover {
	background:url(../gfx/bg-pestana-contactenos.gif) bottom;
}

/* Contenido */
#contenedor-contenido {
	background:url(../gfx/bg-contenedor-contenido.gif) center top repeat-y #ffffff;
}

#contenido {
	margin:0 auto;
	padding:30px 20px 40px 20px;
	width:920px;
}

#contenido h1 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:4px;
}

/* Chismde del momento y Enviados */
#chisme-momento {
	background:url(../gfx/bg-chisme-momento.gif) left 22px repeat-x;
	border-bottom:1px solid #ee1c25;
	margin-bottom:20px;
}

#chisme-momento ul {
	background-color: #fff;
	border-bottom : 1px solid #ee1c25;
	list-style:none;
	padding-bottom:3px;
	padding-left:10px;
}

#chisme-momento ul li {
	display:inline;
	margin-right:6px;
}

#chisme-momento ul li a {
	color:#ee1c25;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
}

#chisme-momento ul li a:hover {
	text-decoration:underline;
	background-color:#fde8e9;
}

#chisme-momento ul li a.seleccionado {
	background-color:#fde8e9;
	border-left:1px solid #ee1c25;
	border-right:1px solid #ee1c25;
	border-top:1px solid #ee1c25;
	color:#ee1c25;
}

#chisme-momento ul li a.seleccionado:hover {
	cursor:default;
	text-decoration:none;
	background-color: #fff;
}

#chisme-momento-texto {
	float:left;
	padding:10px 10px 10px 20px;
	width:838px;
}

#chisme-momento-flechas {
	background-color:#fde8e9;
	float:left;
	padding:10px 10px 10px 0;
	width:42px;
}

/* Columnas - Home */
#columna-izquierda h1, #columna-derecha h1, #columna-anuncios h1 {
	width: 340px;
	background:#ee1c25 url(../gfx/bg-h1-contenido.gif) left top repeat-x;
	border-left:1px solid #ee1c25;
	border-right:1px solid #ee1c25;
	color:#fff;
	margin-bottom:10px;
	padding:2px 4px;
}

#contenedor_servicios_gratis {
	width: 340px;
	float: left;
}

#contenedor_servicios_gratis h1 {
	width: 340px;
	float: left;
	background:#ee1c25 url(../gfx/bg-h1-contenido.gif) left top repeat-x;
	border-left:1px solid #ee1c25;
	border-right:1px solid #ee1c25;
	color:#fff;
	margin-bottom:10px;
	padding:2px 4px;	
}

#columna-izquierda h2, #columna-derecha h2 {
	font-size:14px;
	font-weight:bold;
}

#columna-izquierda p, #columna-derecha p, #columna-anuncios p {
	margin-bottom:16px;
}

#columna-izquierda a, #columna-derecha a {
	color:#ee1c25;
	text-decoration:underline;
}

#columna-izquierda a:hover, #columna-derecha a:hover {
	color:#ee1c25;
	text-decoration:none;
}

#columna-izquierda img, #columna-derecha img, #columna-anuncios img {
	border:1px solid #cecece;
	padding:1px;
}

/* Columna izquierda - Home */
#columna-izquierda {
	float:left;
	margin-right:20px;
	width:360px;
}

#columna-izquierda img {
	margin-bottom:6px;
}

#tapa-actual #tapa-actual-img {
	text-align:center;
}

#chica-teveo-actual {
	float:left;
	margin-right:10px;
	width:204px;
}

#chica-teveo-encuesta {
	float:left;
	width:126px;
}

/* Columna derecha - Home */
#columna-derecha {
	float:left;
	margin-right:20px;
	width:340px;
}

#notas-actual div.nota-actual{
	margin-bottom:15px;
}


#notas-actual .nota-actual h2 a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;	
}

#notas-actual .nota-actual h2 a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#notas-actual .nota-actual img {
	float:left;
	margin-right:10px;
}
div.hr{
	display:block;
	width:340px;
	height:1px;
}
#nuestras-revistas {
	margin-bottom:20px;
}

#nuestras-revistas .nuestras-revistas-revista {
	margin-bottom:20px;
}

#contenedor-servicios {
	background-color:#ee1c25;
	margin-bottom:20px;
	padding-top:12px;
}

#contenedor-servicios a {
	color:#fff;
}

#contenedor-servicios a:hover {
	color:#fff;
}

.servicios .icono-servicio {
	float:left;
/*	margin-bottom:20px;*/
	text-align:center;
	width:160px;
}

/*.servicios h1 a {
	width: 340px;
	float: left;
	background: url(../gfx/borde_right_links.gif) no-repeat right;
	padding: 5px 0 5p 0;
}*/

#contenedor-servicios-abajo {
	background:#ee1c25 url(../gfx/bg-servicios-abajo.gif) left bottom no-repeat;
	height:30px;
}

/* Columna anuncios */
#columna-anuncios {
	float:left;
	text-align:center;
	width:180px;
}

/* Pie */
#contenedor-pie {
	background:#ee1c25 url(../gfx/bg-contenedor-pie.gif) left top repeat-x;
	border:2px solid #a40c12;
}

#pie {
	color:#fff;
	line-height:200%;
	margin:0 auto;
	padding:20px 0 40px;
	width:960px;
}

#pie-izquierda {
	float:left;
}

#pie-derecha {
	float:right;
	padding-top:40px;
}

#info_inn {
	width: 720px;
	float: left;
	padding-top: 20px;
}

.servicio_gratuito {
	margin-top: 10px;
	color:#fff;
	margin-bottom:10px;
	font-size:17px;
	font-weight:normal;
	border: none;
}

.servicio_gratuito img {
	border: none;
}


#info_interna {
	width: 720px;
	float: left;
	margin-right: 20px;
}

.titulo_seccion {
	background:#ee1c25 url(../gfx/bg-h1-contenido.gif) left top repeat-x;
	border-left:1px solid #ee1c25;
	border-right:1px solid #ee1c25;
	color:#fff;
	margin-bottom:10px;
	padding:2px 4px;
}


/*         TAPA DE LA SEMANA         */

#tapa {
	/*width: 420px;*/
	width: 425px;
	float: left;
}

#tapa img {
	padding: 1px;
	border:1px solid #cecece;
}

#info_tapa {
	/*width: 280px;*/
	width: 270px;
	float: left;
	padding-left: 20px;
}

#info_tapa p {
	/*width: 280px;*/
	width: 270px;
	float: left;
	padding-top: 20px;
	line-height: 18px;
}

/*         TAPA DE LA SEMANA         */

/*         TAPAS ANTERIORES         */

.titulos_separador {
	width: 720px;
	float: left;
	text-align: left;
/*	color: #ee1c25;*/
}

.titulos_separador h1 {
	color: #ee1c25;
}

.tapa_ant {
	/*width: 180px;*/
	width: 150px;
	float: left;
	padding: 1px;
	border:1px solid #cecece;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tapa_ant p {
	width: 150px;
	padding: 5px 0 5px 0;
}

.tapa_ant a {
	color: #ee1c25;
	width: 150px;
	padding-bottom: 5px;
	float: left;
}
/*         TAPAS ANTERIORES         */

/*         CHICAS TEVEO         */

.chica {
	/*width: 180px;*/
	width: 150px;
	float: left;
	padding: 1px;
	border:1px solid #cecece;
	margin-right: 20px;
	margin-bottom: 20px;
}

.chica p {
	width: 150px;
	padding: 5px 0 5px 0;
}

.chica a {
	color: #ee1c25;
	width: 150px;
	padding-bottom: 5px;
	float: left;
}
/*         CHICAS TEVEO         */

/*         VIDEOS         */
.video {
	/*width: 420px;*/
	/*width: 192px;*/
	width: 160px;
	float: left;
	background: url(../gfx/videos/sombra_videos.jpg) no-repeat top;
	margin-right: 20px;
	margin-bottom: 20px;
}

.video a {
	color:#444;
}

.video p {
	background: url(../gfx/videos/vinheta_videos.gif) left no-repeat;
	padding: 5px 0 5px 20px;
/*	padding-left: 20px;*/
	margin-left: 20px;
	text-align: left;
}

.video img {
	border: 1px solid #dcdcdc;
}

#video_teveo_inn {
	width: 500px;
	float: left;
}

#video_teveo_inn_info {
	width: 200px;
	float: left;
	margin-left: 20px;
}

#video_teveo_inn_info p {
	width: 200px;
	float: left;
	padding-top: 20px;
	line-height: 18px;
	text-align: left;
}

/*         VIDEOS         */

/*         CONTACTOS         */

#contact_izq {
	width: 300px;
	float: left;
	margin-right: 20px;
}

#contact_izq p {
	padding-bottom: 10px;
}

#contact_der {
	width: 400px;
	float: left;
}

#contact_der td {
	padding-bottom: 20px;
}

#contact_der input, #contact_der textarea, #contact_der select {
	border: 1px solid #444444;
	width: 200px;
	padding: 5px;
}

/*         CONTACTOS         */

/*         LA GUIA         */
#menu_guias {
	/*width: 111px;*/
	width: 150px;
	float: left;
	/*margin-right: 10px;*/
	margin-right: 9px;
}

#menu_guias ul {
	/*width: 111px;*/
	width: 150px;
	float: left;
}

#menu_guias ul li {
	/*width: 111px;*/
	width: 150px;
	margin-bottom: 10px;
	float: left;
}

#menu_guias ul li a {
	/*width: 111px;*/
	/*width: 95px;*/
	width: 150px;
	color: #c93b10;
	font-size: 14px;
	font-weight: normal;
	background: url(../gfx/guia/fondo_btn.gif) repeat-x top #fff;
	border: 1px solid #dbdbdb;
	/*padding: 14px 8px 16px 8px;*/
	padding: 14px 0px 16px 0px;
	text-align: center;
	float: left;
}

#lista_guias {
	/*width: 589px;*/
	width: 559px;
	float: left;
}

#lista_guias h1 {
	width: 559px;
	color: #c93b10;
	padding: 12px 0 15px 0;
	float: left;
}

.sep_guias {
	width: 559px;
	float: left;
	margin-bottom: 10px;
}

.guia {
	width: 510px;
	float: left;
	padding-bottom: 10px;
	padding: 10px;
	border: 1px dashed #ef2c35;
	margin-top: 10px;
}

/*

GUIA FONDO ROJO

.guia {
	width: 160px;
	background: url(../gfx/guia/fondo_guias.gif) repeat-x #281f1f;
	float: left;
	padding: 15px 9px 19px 10px;
	color:#fff;
	margin-right: 10px;
	display: block;
}

.guia:hover {
	background: url(../gfx/guia/fondo_guias_over.gif) repeat-x #ef2c35;
	display: block;
}

.guia a {
	color: #fff;
}

.guia h2 {
	font-size:18px;
	font-weight: normal;
}

.guia p {
	font-size: 11px;
	padding-top: 10px;
}
*/

/*         LA GUIA         */

/*         QUIENES SOMOS         */
#quienes_izq {
	width: 350px;
	float: left;
	margin-right: 20px;
}

#quienes_der {
	width: 350px;
	float: left;
}

#quienes_izq p, #quienes_der p {
	line-height: 18px;
	padding-bottom: 20px;
	text-align: justify;
}
/*         QUIENES SOMOS         */

/*         AGENDA         */
#dias_agenda {
	/*width: 111px;*/
	width: 150px;
	float: left;
	/*margin-right: 10px;*/
	margin-right: 9px;
}

#dias_agenda ul {
	/*width: 111px;*/
	width: 150px;
	float: left;
}

#dias_agenda ul li {
	/*width: 111px;*/
	width: 150px;
	margin-bottom: 10px;
	float: left;
}

#dias_agenda ul li a {
	/*width: 111px;*/
	/*width: 95px;*/
	width: 150px;
	color: #c93b10;
	font-size: 14px;
	font-weight: normal;
	background: url(../gfx/guia/fondo_btn.gif) repeat-x top #fff;
	border: 1px solid #dbdbdb;
	/*padding: 14px 8px 16px 8px;*/
	padding: 14px 0px 16px 0px;
	text-align: center;
	float: left;
}

#lista_agendada {
	/*width: 589px;*/
	/*width: 559px;*/
	width: 720px;
	float: left;
}

#lista_agendada h1 {
	color: #c93b10;
	padding: 12px 0 15px 0;
}

.sep_dias {
	width: 559px;
	float: left;
	margin-bottom: 10px;
}

.agenda {
	width: 160px;
	/*background: url(../gfx/guia/fondo_guias.gif) repeat-x #ef2c35;*/
	background: url(../gfx/guia/fondo_guias.gif) repeat-x #281f1f;
	float: left;
	padding: 15px 9px 19px 10px;
	color:#fff;
	margin-right: 10px;
	display: block;
}

.agenda:hover {
	background: url(../gfx/guia/fondo_guias_over.gif) repeat-x #ef2c35;
	display: block;
}

.agenda h2 {
	font-size:18px;
	font-weight: normal;
}

.agenda p {
	font-size: 11px;
}

#lista_agenda {
	/*width: 589px;*/
	width: 720px;
	float: left;
}

#lista_agenda h1 {
	width: 559px;
	color: #c93b10;
	padding: 12px 0 15px 0;
	float: left;
}

.sep_agenda {
	width: 720px;
	float: left;
	/*margin-bottom: 10px;*/
}

.agendado {
	width: 539px;
	float: left;
	padding-bottom: 10px;
	padding: 10px;
	border: 1px dashed #ef2c35;
	margin-top: 10px;
	margin-left:20px;
}

/*         AGENDA         */

.btn_formulario {
	padding: 10px;
	border: 1px solid #dbdbdb;
	background: url(../gfx/guia/fondo_btn.gif) repeat-x top #fff;
}

.input_formulario {
	padding: 5px;
	border: 1px solid #dbdbdb;
	background: url(../gfx/guia/fondo_btn.gif) repeat-x top #fff;
}

.espacio_tablas td {
	padding: 5px;
}


#lista_sociales, #sociales_galerias {
	/*width: 589px;*/
	width: 720px;
	float: left;
	/*margin-top: 20px;*/
}

#lista_sociales h1, #sociales_galerias h1 {
	width: 559px;
	color: #c93b10;
	padding: 12px 0 15px 0;
	float: left;
}

.sep_social {
	width: 720px;
	float: left;
	margin-bottom: 10px;
}

.social_agendado {
	width: 539px;
	float: left;
	padding-bottom: 10px;
	padding: 10px;
	border: 1px dashed #ef2c35;
	margin-top: 10px;
	margin-left:20px;
}

.social_img {
	width: 100px;
/*	height: 100px;*/
	padding: 5px;
	border: 1px dashed #ef2c35;
	margin-top: 10px;
	margin-left:20px;
	text-align: center;
	float: left;
}

.social_img img {
	width: 100px;
	height: 100px;
}
.img_votacion  {
	border: 3px solid #EE1C25;
	padding: 2px;
}
#phone{
	display:none;
}