/* ------------------------------------------------------------------------
		BASICS
-------------------------------------------------------------------------*/
html{
	font-size: 100%;
}
body {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	background: #F2F5FE url(images/bg.gif) 0 0 repeat-x;
}
a {
  color: #3333CC;
  text-decoration: none;
}
a:hover {
  color: #3333CC;
  text-decoration: none;
}

/* ------------------------------------------------------------------------
		USUARIOS
-------------------------------------------------------------------------*/
#usuario_menu {
  margin-left: 1em;
}
#usuario_menu a {
  color: #33CCFF;
  font-size: 13px;
  font-weight: normal;
}
#usuario_menu a:hover {
  color: #33CCFF;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}
#usuario_menu .arriba {
  width: 630px;
  height: 36px;
  background: url(/images/nav_user.gif) no-repeat;
  padding-top: 5px;
  text-align: left;
  padding-left: 2em;
  padding-right: 1em;
  color: #33CCFF;
  font-size: 13px;
  font-weight: normal;
}





/* ------------------------------------------------------------------------
		PLUGIN
-------------------------------------------------------------------------*/

#tutorial_plugin {
  width: 600px;
  height: 500px;
  font-size: 13px;
  text-align: left;
  margin: 1em 1em 1em 1em;
  font-weight: normal;
}
#tutorial_plugin span {
  font-size: 35px;
  font-family: impact;
  color: #000000;
  text-align: left;
}
#tutorial_plugin ul {
  text-align: left;
  font-weight: normal;
}
#tutorial_plugin li {
  overflow: hidden;
}
#tutorial_plugin li .des {
  padding: 5px 5px 5px 5px;
  background-color: #DDDDDD;
  margin: 5px 5px 5px 5px;
}


/* ------------------------------------------------------------------------
		PRINCIPAL
-------------------------------------------------------------------------*/
#pagina {

	padding-top: 1em;
    width:85em;
    margin-left: 10%;
    margin-right: 10%;
	background-color: #FFFFFF;
}

#separador  {
  width: 814px;
  height: 35px;
  background: url('/images/separador.png');
}

#separador_2  {
  width: 408px;
  height: 15px;
  background: url('/images/separador_2.png');
}


table.principal {
  width: 950px;
}

#pie {
  text-align: left;
  font-style: italic;
  font-family: georgia, arial;
  margin-top: 2em;
  margin-left: 3em;
}


/* ------------------------------------------------------------------------
		REGISTRO
-------------------------------------------------------------------------*/

#form_registro {
text-align: left;
margin: 1em 1em 1em 1em;
font-size: 14px;
}

#form_registro .texto {
margin: 1em 1em 1em 1em;
font-size: 13px;
font-style: italic;
font-weight: normal;
}

#form_registro .error {
color: #CC3300;
}
#form_registro .error2 {
color: #CC6633;
}
#form_registro .ok {
color: #006600;
}

#form_registro hr {
margin-left: 1em;
margin-right: 1em;
color: #91BED4;
border: solid 1px #91BED4;
}

#form_registro input {
border: solid 1px #91BED4;
}


/* ------------------------------------------------------------------------
		LOGIN
-------------------------------------------------------------------------*/

#cartel_sesion {
  width: 210px;
  height: 110px;
  border: solid 1px #C6DDE5;
}

#cartel_sesion .arriba {
  width: 210px;
  height: 20px;
  background-color: #C6DDE5;
  font-size: 13px;
}

table.inicio_sesion input {
 width: 130px;
 border: solid 1px #C6DDE5;
 margin: 2px 2px 2px 2px;
}

table.inicio_sesion p {
 width: 130px;
 font-size: 13px;
}



/* ------------------------------------------------------------------------
		CARTELES
-------------------------------------------------------------------------*/

#cartel_g {
width: 660px;
}
#cartel_g .arriba {
width: 660px;
height: 24px;
background: url(/images/cartelg_arriba.gif) no-repeat;
color: #FFFFFF;
font-size: 13px;
padding-top: 4px;
}
#cartel_g .pie {
width: 660px;
height: 5px;
background: url(/images/cartelg_abajo.png) no-repeat;
color: #FFFFFF;
}

#cartel_m {
width: 480px;
}
#cartel_m .arriba {
width: 480px;
height: 24px;
background: url(/images/cartelm_arriba.gif) no-repeat;
color: #FFFFFF;
font-size: 13px;
padding-top: 4px;
}
#cartel_m .pie {
width: 480px;
height: 5px;
background: url(/images/cartelm_abajo.png) no-repeat;
color: #FFFFFF;
}

#cartel_p {
width: 310px;
}
#cartel_p .arriba {
width: 310px;
height: 24px;
background: url(/images/cartelp_arriba.gif) no-repeat;
color: #FFFFFF;
font-size: 13px;
padding-top: 4px;
}
#cartel_p .pie {
width: 310px;
height: 5px;
background: url(/images/cartelp_abajo.png) no-repeat;
color: #FFFFFF;
}

/* ------------------------------------------------------------------------
		NOTICIAS
-------------------------------------------------------------------------*/

table.noticias {
  width: 580px;
  margin: 1em 1em 1em 1em;
  text-align: left;
}
table.noticias hr{
 border: 1px dotted #ACCEF0;
}
table.noticias a {
font-size: 16px;
color: #000000;
}
table.noticias a:hover {
font-size: 16px;
color: #3399FF;
}
.info_noticia {
font-size: 11px;
color: #777777;
font-weight: normal;
}
.des_noticia {
font-size: 12px;
color: #000000;
font-weight: normal;
}
#noticia_imagen {
  width: 135px;
  height: 75px;
  border: solid 1px #C0C0C0;
  padding: 1px 1px 1px 1px;
}

#mostrar_noticia {
  width: 600px;
  text-align: left;
  margin: 1em 1em 1em 1em;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}
#mostrar_noticia .titulo {
  font-size: 2em;
  color: #000000;
  font-weight: bold;
}
#mostrar_noticia .info {
  font-size: 12px;;
  color: #777777;
  font-weight: normal;
  font-style: italic;
}
#mostrar_noticia hr {
 border: 1px dotted #AAAAAA;
}

#comentarios_noticias {
  width: 620px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#comentarios_noticias .aviso {
  width: 360px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  background-color: #DDDDDD;
  padding: 1em 1em 1em 1em;
}
#comentarios_noticias textarea{
  width: 300px;
 border: solid 1px #C6DDE5;
 margin: 2px 2px 2px 2px;
}
#comentarios_noticias input{
  width: 200px;
 border: solid 1px #C6DDE5;
 margin: 2px 2px 2px 2px;
}
table.comentarios th.top {
  width: 612px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  background: url(/images/comen_arriba.gif) no-repeat;
  padding: 1em 1em 1em 1em;
}
table.comentarios th.bajo {
  width: 612px;
  height: 30px;
  background: url(/images/comen_abajo.gif) no-repeat;
}

/* ------------------------------------------------------------------------
		CANAL
-------------------------------------------------------------------------*/

#canal {
  background: url(/images/bg_contenido.jpg) no-repeat;
  width: 480px;
  height: 400px;
  font-size: 2em;
  font-family: impact;
  color: #EEEEEE;
  padding: 5px 5px 5px 5px;
}
#canal a {
  color: #DDDDDD;
}
#canal a:hover {
  color: #EEEEEE;
  text-decoration: underline;
}


/* ------------------------------------------------------------------------
		GRUPOS
-------------------------------------------------------------------------*/

table.grupos {
  width: 580px;
  margin: 1em 1em 1em 1em;
  text-align: left;
}
table.grupos hr{
 border: 1px dotted #ACCEF0;
}
table.grupos a {
font-size: 16px;
color: #4682B4;
}
table.grupos a:hover {
font-size: 16px;
color: #4682B4;
}
.info_grupo {
font-size: 11px;
color: #3EBA74;
font-weight: normal;
}
.info_grupo span {
font-size: 11px;
color: #8E8E8E;
font-weight: normal;
}
.des_grupo {
font-size: 12px;
color: #8E8E8E;
font-weight: normal;
}
#grupo_imagen {
  width: 100px;
  height: 100px;
  border: solid 1px #C0C0C0;
  padding: 1px 1px 1px 1px;
}


/* ------------------------------------------------------------------------
		ENCUESTAS
-------------------------------------------------------------------------*/

table.mostrar_encuestas {
width: 470px;
}


#mostrar_encuestas {
  text-align: left;
}

#mostrar_encuestas a {
  font-size: 15px;
  color: #006699;
  text-decoration: none;
}

#mostrar_encuestas a:hover {
  font-size: 15px;
  color: #0286B5;
  text-decoration: none;
}

#mostrar_encuestas a.opcion {
  font-size: 13px;
  color: #006699;
  text-decoration: none;
}

#mostrar_encuestas a.opcion:hover {
  font-size: 13px;
  color: #0286B5;
  text-decoration: none;
}


#cuadro_encuesta {
  border: solid 1px #91BED4;
  width: 286px;
  text-align: left;
}
#cuadro_encuesta input.submit {
  color: #FFFFFF;
  font-size: 13px;
  width: 79px;
  height: 17px;
  background: url(/images/boton_azul.png) no-repeat;
  text-align: center;
  border: 0;
  font-weight: bold;
  margin-top: 4px;
}
#cuadro_encuesta img.c {
  border: solid 1px #CCCCCC;
  padding: 1px 1px 1px 1px;
}
#cuadro_encuesta .pos1 {
  border: solid 3px #8C141E;
  width: 280px;
  height: 110px;
}
#cuadro_encuesta .pos2 {
  border: solid 3px #D92323;
  width: 280px;
  height: 110px;
}
#cuadro_encuesta .pos3 {
  border: solid 3px #F2541B;
  width: 280px;
  height: 110px;
}
#cuadro_encuesta .pos4 {
  border: solid 3px #F2A71B;
  width: 280px;
  height: 110px;
}
#cuadro_encuesta .pos5 {
  border: solid 3px #F2D479;
  width: 280px;
  height: 110px;
}
#cuadro_encuesta .pos6 {
  border: solid 3px #DCEBF1;
  width: 280px;
  height: 110px;
}


/* ------------------------------------------------------------------------
		PUBLICIDAD
-------------------------------------------------------------------------*/

#publi_arriba {
  width: 750px;
  height: 95px;
  border: 0px;
}


/* ------------------------------------------------------------------------
		MENUS
-------------------------------------------------------------------------*/
#menu {
    margin-top: 1em;
	width: 80em;
	background: url(/images/bg_menu.jpg) no-repeat;
    height:3em;

}
#menu ul{
	list-style:none;
    padding-top: 5px;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
}
#menu li a{
 	float:left;
	color:#fff;
    width: 180px;
    height:22px;
	background:url(/images/boton_1.png);
    background-repeat: no-repeat;
    padding-top: 4px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
}

#menu li a:hover{
    float:left;
	color:#111111;
    width: 180px;
    height:22px;
	background:url(/images/boton_2.png);
    background-repeat: no-repeat;
    padding-top: 4px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 11px;
    text-align: center;

}


#menu_canales {
    margin-top: 1em;
	width: 470px;
	background: url(/images/bg_canales.jpg) no-repeat;
    height:3em;

}
#menu_canales ul{
	list-style:none;
    padding-top: 6px;
}
#menu_canales li{

	list-style:none;
	display:block;
	float:left;
	padding:0;
}
#menu_canales li a{
 	float:left;
	color:#fff;
    width: 180px;
    height:22px;
	background:url(/images/boton_1.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    margin-left: 8px;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
}

#menu_canales li a:hover{
    float:left;
	color:#111111;
    width: 180px;
    height:22px;
	background:url(/images/boton_2.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    margin-left: 8px;
    text-decoration: none;
    font-size: 11px;
    text-align: center;

}

/* ------------------------------------------------------------------------
		TOP
-------------------------------------------------------------------------*/


#publi_1 {
  width: 740px;
  height: 90px;
  border: 1px solid;
  margin: 1em 1em 1em 1em;
}
#publi_2 {
  width: 300px;
  height: 200px;
  border: 1px solid;

}

/* ------------------------------------------------------------------------
		VARIOS
-------------------------------------------------------------------------*/

#stats {
 width: 347px;
 height: 94px;
 background: url(/images/bg_datos.png) no-repeat;
}

#stats ul {
 padding-top: 3px;
 padding-left: 2px;
 display: block;
}

#stats ul li {
 padding-left: 4px;
 overflow: hidden;
 float: left;
 width: 111px;
 height: 88px;
 background: url(/images/bg_stats.png) no-repeat;
}

#stats ul li span {
 margin: 5px 5px 5px 5px;
 font-size: 12px;
  font-style: normal;
  color: #4E6675;}

  table.info th {
text-align: left;
background-color:#DDDDDD;
padding: 5px 5px 5px 5px;
font-size: 13px;
font-style: italic; }

table.info th.activoprincipal {
background-color:#00CC00;
border: solid 2px #FF9900;
}

table.info th.activo {
border: solid 2px #FF9900;
}

/* ------------------------------------------------------------------------
		PERFILES
-------------------------------------------------------------------------*/

#boton_fan {
  float: right;
  width: 85px;
  height: 35px;
  background: url(/images/boton_azul2_1.png) no-repeat;
  padding-left: 1.3em;
  padding-top: 9px;
}
#boton_fan:hover {
  width: 85px;
  height: 35px;
  background: url(/images/boton_azul2_2.png) no-repeat;
}
#boton_fan a:hover {
  color: #000000;
}