/*****************************/
/*** Core html setup ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
}

.inputbox{
	font-size: 10px;
}

/*** Form de Login (Elementos) ***/

.inputbox_username{
	font-size: 8pt;
	background-image: url(../images/usericon.jpg);
	background-repeat: no-repeat;
	border: 0;
	height: 15px;
	padding-left: 23px;
}

.inputbox_password{
	font-size: 8pt;
	background-image: url(../images/pwdicon.jpg);
	background-repeat: no-repeat;
	background-position:0 0 0 0;
	border: 0;
	height: 15px;
	padding-left: 23px;
}

/*** Estilos de la Encuesta ***/
.encabezadoPoll {
	/* background: url(../images/graphPoll.png) no-repeat left; */
	color: #fff;
	background-color: #222;
	text-align: center;
	vertical-align: middle;
}

.leftPoll {
	background: url(../images/leftpoll.jpg) repeat-x;
	color: white;
	text-align: left;
}

.bgPoll {
	background: url(../images/bgPoll.jpg) repeat;
	color: white;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.rightPoll {
	background: url(../images/rightpoll.jpg) repeat-x;
	color: white;
	text-align: left;
}


/*** Formularios (Login, Busqueda, Encuestas) ***/
form {
  margin: 0;
  padding: 0;
}

.forma_login {
  margin: 0;
  padding: 0;
  background:url(../images/bgtopmod.jpg) repeat;
  margin-bottom: 20px;
}


/*** Controla el Cuerpo ***/
body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 50%;
}


/*** Controla Atributos de los vínculos ***/
a:link, a:visited {
	color: #000000; text-decoration: none;
	font-weight: normal;
}


/*** Controla el Hover de los vínculos ***/
a:hover {
	color: #CC0000;
    text-decoration: none;
	font-weight: normal;
}


/*** Controla los atributos de los párrafos ***/
p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

/*** Controla Atributos de los elementos desplegados ***/
div, p, table, td, th {
	/* font-family: Arial Unicode MS,Tahoma,Helvetica,Arial,sans-serif; */
    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	line-height: 2.1em;
	color: #000;
    font-size: 8pt;
}

/******************************************/
/*** Template/Plantilla layout elements ***/
/******************************************/


/*** Fondo de Atributos del Fondo de Página ***/
#page_bg {
	height: 100%; 
	padding: 0px 0;
	margin-bottom: 0px;

    /*** Cambios Alfredo ***/
    background: #780000 url(../images/bgred.jpg) 0 0 repeat-x;
	/* #545556 */
}


/*** Div de alineados al Centro ***/
div.center {
  text-align: center;
}


/*** Wrapper para versiones de Explorer distintas al 6.0 ***/
div#wrapper {
		/* mw_shadow_blue_l */
		background: #f7f7f7 url(../images/mw_shadow_blue_l_old.png) 0 0 repeat-x;
		margin-left: auto;
		margin-right: auto;
		min-width: 870px;
		max-width: 870px;
}


div#wrapper_r {
	background: #f7f7f7 url(../images/mw_shadow_blue_r_old.png) 100% 0 repeat-y;
}

div#header {
	background: #f7f7f7 url(../images/mw_header_blue_t.png) 0 0 repeat-x;
}

div#header_l {
	background: #f7f7f7 url(../images/mw_header_blue_t_l.png) 0 0 no-repeat;
	position: relative;
}

div#header_r {
	height: 150px;
	background: #F7F7F7 url(../images/mw_header_blue_t_r.png) 100% 0 no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
}


/*** Atributos del Logo ***/
div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	margin-left: 30px;
	margin-top: 8px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: url(../images/mw_bgtop.png) 0 0 repeat-x;
	margin: 0px 0px;
}

div#tabarea_l {
    height: 40px;
	background: url(../images/mw_header_l_b.png) 100% 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 40px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 32px;
}

/*** Atributos del Footer ***/
div#footer {
	background: black url(../images/footer.png) 0 100% repeat-x;
      color: white;
}

div#footer_l {
	background: url(../images/mw_footer_blue_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/mw_footer_blue_b_r.png) 100% 0 no-repeat;
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: 1em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}


/*** Atributos del PathWay ***/

a.pathway {
  color: white;
}

#pathway {
	width: 630px;
    background-image: url(../images/bgpath.png);
	background-repeat: repeat-x;
	text-align: left;
    font-size: 8pt;
	margin-bottom: 3px;
	margin-top: 0px;
    padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-right: 2px;
	float:left;
}


/*** Atributos de la Búsqueda ***/
#search {
	float: right;
	width: 172px;
	margin-top: -3px;
	margin-right: 40px;
	height: 37px;
	overflow: hidden;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}


/*** Menú Horizontal Superior (Cápsula) */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l_.png) no-repeat;
  width:  5px;
  height: 32px;
  
}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r_.png) no-repeat;
  width:  5px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_seperator.png) no-repeat;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
}

/*** Atributos del menú de cápsula ***/
#pillmenu a {
  font-family: Consolas, Arial Unicode MS, Helvetica, sans-serif, Arial;
  font-size: 10pt;
  font-weight: normal;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-right: 20px;
  color: #000000;
  font-variant:small-caps;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #fff;
  background: url(../images/menu_active_bg.jpg) repeat-x;
  font-weight: normal;
}

#pillmenu a#active_menu {
  background: url(../images/menu_active_bg.jpg) repeat-x;
  color: #fff;
}

#pillmenu a:active_menu:hover{
  background: url(../images/menu_active_bg.jpg) repeat-x;
  color: #fff;
}

.celda_menu{
   border-top: 1px dotted #999999;
}


/*** Columna Izquierda ***/
#leftcolumn {
	padding: 0;
	margin: 0;
	width: 170px;
	float:left;
}

#maincolumn {
	margin-left: 170px;
	float: none;
	padding-left: 10px;
	width: auto;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

span.pathway {
  display: block;
  margin-top: 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 4px;
  margin-left: 10px;
  border:#cccccc 1px solid;
  background-image:url(../../../templates/seguidores/images/bgmenuxmas.jpg);
  color: white;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

.componentheadingweb {
  margin: 0;
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: 10pt;
  color:#CF0A18;
  text-align: left;
  padding:0;
  margin-bottom:10px;
  font-variant: small-caps;
  border-bottom:2px dotted #D7D7D7;
}


h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: red;
	text-align: left;
	width: 100%;	
}


/*** Encabezado de los Títulos del Contenido ***/
h2, .contentheading {
    font-family: "Trebuchet MS";
	font-size:1.6em;
	font-weight: bold;
	color:#CF0A18;
	text-align: left;
	font-variant:small-caps;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/*** Encabezado de los componentes ***/
h3, .componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 8pt;
  color: #000;/*#999966;*/
  padding-left: 15px;
  padding-top: 2px;
  margin-bottom: 10px;
  text-align: left;
}

.listaSecciones{
  line-height: 20px;
  text-indent: 18px;
  padding-top: 0px;
  background-image: url(../images/star.png) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  border-bottom: #CCCC99 1px dotted;
}

.subtituloAudio{
  line-height: 20px;
  text-indent: 18px;
  padding-top: 0px;
  background-image: url(../images/star.png) ;
  background-repeat: no-repeat;
  background-position: 35px 3px;
  border-bottom: #CCCC99 1px dotted;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 11px;
  color: #FF6600;
  padding-left: 30px;
}

.moduletablelatestnews {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
}

.module{
   background: url(../images/bgheader.jpg) repeat-x;
   border-top: #CECDB5 1px solid;
}

.modulemiembros {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
   position: relative;
}

.moduletablemostreads {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
}

.moduletableencuestas {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
}

.moduletablewho {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
}

.modulerss {
   background:url(../images/bgheader.jpg) repeat-x;
   border-top:#CECDB5 1px solid;
   position:relative;
}


/*** Texto pequeño (Escrito Por) ***/
.small {
	font-size: .90em;
	color: #555;
	font-weight: normal;
	text-align: right;
}

/*** Fecha de Modificación ***/
.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: .90em;
  color: #990000;
  font-weight: normal;
  text-align: right;
}


/*** Fecha de Creación ***/
.createdate {
	text-align: left;
	font-size: .90em;
	color: #333;
	font-weight: normal;
	vertical-align: top;
    padding-left: 20px;
	background-image: url(../images/date.gif);
	background-repeat: no-repeat;
}

a.readon:link, a.readon:visited {
	background:url(../images/readon.gif) no-repeat;
	background-position: 3px 1px;
    padding          : 2px 4px 2px 20px;
    float            : left;
	font			 : bold .90em Tahoma, Arial, Helvetica, sans-serif;
	color			 : #8E8480;
    border           : 1px solid #E0E0E0;
    line-height      : 10px;
    text-decoration  : none;
}

a.escuchar:link, a.escuchar:visited {
	background:url(../images/escuchar.png) no-repeat;
	background-position: 0px 1px;
    padding          : 2px 2px 2px 10px;
    float            : left;
	font			 : bold .90em Tahoma, Arial, Helvetica, sans-serif;
	color			 : #8E8480;
    border           : 1px solid #FFFFFF;
    line-height      : 10px;
    text-decoration  : none;
	width: 160px;
	height: 25px;
}

a.readon:hover {
	color : #ff9900;
	text-decoration: none; 
}


/*** Vínculos de los Menús ***/
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 17px;
	font-weight: normal;
	color:#000000;
	background-image: url(../images/go_off.gif);
	background-repeat:no-repeat;
}

a.mainlevel:hover {
	color: #990000;
	font-weight: normal;
	background-image: url(../images/go.gif);
	background-repeat:no-repeat;
}

a.mainlevel#active_menu{
	font-weight: bold;
	background-image: url(../images/gobullet.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	color:#000000;
}

a.sublevel#active_menu{
	font-weight: normal;
	/* background-image: url(../images/go_left.gif); */
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 0px;
	color:#990000;
}

/* spacers */
span.article_seperator {
	height: 20px;
}

td.buttonheading {

}

.clr {
	clear: both;
}


/*** Separador vertical en el contenido ***/
td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px dotted #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 7px;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}


table.contenttoc td {
  padding: 0 5px;
}


/* content tables */

/*** Encabezado de las tablas de secciones (FAQ) ***/ 
td.sectiontableheader {
  background: url(../images/bgmenu.jpg) repeat-x;
  color: #fff;
  font-weight: bold;
  font-size: 8pt;
  padding: 3px;
  border-right: 1px solid #333;
}

/*** Filas de la tablas de seccciones ***/
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
  /* background: snow; */
}

/*** Entrada de las tablas de secciones ***/
td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}


/*** panel de contenidos abiertos ****/
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
      /* background: orange; */
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/*** Control de Módulos en DIV User1 y User 2 ****/
table.user1user2 div.moduletable {
	margin-bottom: 0px;
	width: 100%;
      /* background: snow; */
}


/*** Estilo para los módulos ***/
div.moduletable, div.module {
  margin-bottom: 25px;
  /* background: #EFEFFF; */
}


/*** Encabezados de los módulos de Menú ***/
div.module_menu h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: -28px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

/*** Principal ************************************************/

div.module_menu_ppal h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: -15px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu_ppal {
	background: url(../images/fondomenu.jpg) 100% 0% no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	border: #ffffff solid 1px;
	height:	400px;
	width: 170px;
	background-color: white;
}
div.module_menu_ppal {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	border: #ffffff solid 1px;
}
div.module_menu_ppal div {
	background: url(../images/mw_box_blue_bl.png) 0 100% no-repeat;
}

div.module_menu_ppal div div {
	background: url(../images/mw_box_blue_tr.png) 100% 0 no-repeat;
}

div.module_menu_ppal div div div {
	background: url(../images/mw_box_blue_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu_ppal div div div div {
	background: none;
	padding: 0;
}

div.module_menu_ppal ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu_ppal ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}
/*** Fin Principal **********************************************/

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	border: #ffffff solid 1px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	border: #ffffff solid 1px;
}

div.module_menu div {
	background: url(../images/mw_box_blue_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/mw_box_blue_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/mw_box_blue_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}



/*** Estilos de Columna Izquierda ***/
#leftcolumn div.module {
	padding: 0 10px;
      /* background: orange; */
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 400px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

/*** Estilo del Input del Search ***/
div.search input {
	width: 135px;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
    font-size: 8pt;
	height: 16px;
    font-family: Tahoma;
	font-weight: normal;
	color: #996600;
	background-image: url(../images/searchicon.jpg);
	background-position: 0 0 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
}

/*** Espacio de los MOSIGAMES insertados en el Contenido ***/
div.mosimage {
  margin: 0px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #444;
  margin-top: 6px;
}
#css_buttons {
	MARGIN-TOP: 10px;
	FLOAT: right;
	WIDTH: auto;
	MARGIN-RIGHT: 0px;
	WHITE-SPACE: nowrap;
}
#css_buttons A {
	MARGIN-RIGHT: 0px
}

/*** Estilos de Botones ***/
.button {
	font-weight: normal;
    font-size: 8pt;
    font-family: Arial Unicode MS, Tahoma;
    margin: 7px 0 10px 0;
}

.button_poll {
	font-weight: normal;
    font-size: 8pt;
    font-family: Arial Unicode MS, Tahoma;
    margin: 7px 0 10px 0;
	border: #cccccc double;
}

.button_vote {
	background-color: #CC0000;
	color: #ccc;
	background: #CCOO00;
	font-weight: bold;
}

.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 200px;
	border: 1px solid #ccc;
	background: #cc0000;
	color: #000;	
	font-weight: bold;
	font-size: 12px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 20px;
  text-indent: 18px;
  padding-top: 0px;
  background-image: url(../images/notexmas.png) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.black{
  line-height: 20px;
  text-indent: 18px;
  padding-top: 0px;
  background-image: url(../images/black_bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.download{
  color:#6666FF;
  line-height: 20px;
  text-indent: 23px;
  padding-top: 0px;
  background-image: url(../images/download.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.ppt{
  color:#6666FF;
  line-height: 20px;
  text-indent: 23px;
  padding-top: 0px;
  background-image: url(../images/powerpoint.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.pic{
  color:#6666FF;
  line-height: 20px;
  text-indent: 23px;
  padding-top: 0px;
  background-image: url(../images/picture.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.pdf{
  color:#6666FF;
  line-height: 20px;
  text-indent: 23px;
  padding-top: 0px;
  background-image: url(../images/pdf_button.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

li.email{
  color:#6666FF;
  line-height: 20px;
  text-indent: 23px;
  padding-top: 0px;
  background-image: url(../images/emailButton.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}