body {
  	font-family          : Arial, Helvetica, sans-serif;
  	font-size            : 11px;
	margin-top           : 0px;
 
}

/***********************
Formatos Para el Usuario
***********************/



/***************************
Fin Formatos Para el Usuario
***************************/

div {
	font-family      : Arial;
	color            : #333333;
	margin-left      : 10px;
}

/*Linea Horizontal*/
hr {
	color            : #999999;
	height           : 1px;
	width            : 100%;
}

.mod {
	background       : #FFFFFF;
	width            : 0px;
}

/*Contenido Central*/
.main { 
	float            : left; 
	width            : 100%;
	margin           : 0px; 
	padding          : 0px;
}

.contentdescription { 
	width            : auto !important;
	display          : block;
}

.leftrow {
  width            :252px;
  margin-right     :0px;
  margin           :0px;
  padding          :0px;

}


/******
Modulos
******/
table.moduletable {
  width			   : 100%;
  table-layout	   : auto;

}
table.moduletable th {
  font-size        : 14px;
  font-family      :"Times New Roman", Times, serif;
  font-weight      : bold;
  text-align       : left;
  height           : 28px;
  line-height      : 25px;
  vertical-align   : middle;
  text-indent      : 7px;
  color            : #FFFFFF;
  background-image : url(../images/fnd_mod.jpg);
  text-transform   : uppercase; 
}
table.moduletable td {
  padding-left     : 0px;
  padding-right    : 0px;
}
/**********
Fin Modulos
***********/

/**************
Modulo Login
***************/
table.moduletablelogin {
  width			   : 232px;
  table-layout	   : auto;
  margin-left      : 10px;
  margin-top       : 20px;
  
}
table.moduletablelogin th {
  font-size        : 12px;
  font-family      :"Lucida Sans"; 
  text-align       : left;
  height           : 32px;
  vertical-align   : middle;
  padding-left     : 15px;
  color            : #FFFFFF;
  background       : url(../images/mod_red.jpg);
  text-transform   : uppercase; 
}
table.moduletablelogin td {
  padding-left     : 5px;
  padding-top      : 3px;
  padding-bottom   : 5px;
  font-size        : 12px;
  color            : #333333;
  background-color : #f6f6f6;
}
table.moduletablelogin .inputbox {
  border           : 1px solid #cccccc;
  color			   : #333333;
  background-color : #FFFFFF;
  width            : 200px;
	
}
table.moduletablelogin .checkbox {
  border           : 0px solid #cccccc;
  
}
table.moduletablelogin .button {
  font-family      : "Tahoma";
  font-size        : 10px;
  color            : #cccccc;
  border           : 1px solid #333333;
  background-color : #434343;
  text-transform   : uppercase;
  margin-top       : 5px;
}

/****************
Fin Modulo Login
*****************/


#search {
  float            : left;
  margin-top       : 0px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width´           : 123px !important;
  width            : 125px;
  height           : 16px !important;
  height           : 16px;
  overflow         : hidden;
}
#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 2px 3px 2px 6px !important;
  padding          : 0px 3px 2px 6px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : 10px;
  height           : 12px !important;
  height           : 12px;
  width            : 123px !important;
  width            : 125px;
  color            : #999999;
  background       : #FFFFFF;
}


.back_button {
  color            : #C07C00;
  font-family      : Tahoma;
  font-size        : 11px;
  background       : url(../images/bb.gif);
  background-repeat: no-repeat;
  font-weight      : bold;
  border           : 0px;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : right;
  line-height      : 10px;
  text-decoration  : none;
}

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  background-color : #EDEDED;
  padding          : 1px;
}

.inputbox {
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  color			   : #333333;
}

.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #333333;
  background       : #EDEDED;
  padding          : 1px;
}
.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #E3E3E3;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}

/************
Menu Principal
*************/
a.mainlevel:link, a.mainlevel:visited {
	float         : left;
	display       : block;
	width         : 199px;
	font-family   : Tahoma;
	font-size     : 11px;
	color         : #6f7c8f;
	text-align    : left;
	padding-left  : 26px;
	margin-left   : 26px;
	line-height   : 14px;
	height        : 20px;
	text-transform: capitalize;
	background-image: url(../images/boton.gif);
	background-repeat:no-repeat;
	
}

a.mainlevel:hover {
	color: #6f7c8f;
	background-position: 0px -20px;
	text-decoration: none;


}

a.mainlevel#active_menu {
	color:#000000;
	background-position: 0px -40px;
	text-decoration: none;
	font-weight:bold;
	


}

a.mainlevel#active_menu:hover {
	color:#000000;
	background-position: 0px -40px;
	text-decoration: none;
	font-weight:bold;

	
}

/************
Sub Menu
*************/
a.sublevel:link, a.sublevel:visited {
    float           : left;
	width           : 97%;
	font-family     : Tahoma;
	font-size       : 11px;
	color           : #CC3300;
	text-align      : left;
	padding-left    : 20px;
	margin-left     : 30px;
	padding-top     : 5px;
	padding-bottom  : 7px;
	background-image: url(../images/sub-boton.gif);
	background-repeat:no-repeat;
	
}
a.sublevel:hover {
	color: #999999;
	text-decoration:none;
	background-position: 0px -20px;
}
a.sublevel#active_menu {
	color: #CC3300;
	font-weight:bold;
	background-position: 0px -40px;


}
a.sublevel#active_menu:hover {
	color: #999999;
	font-weight:bold;
	background-position: 0px -40px;
}


/************
Fin Menu Principal
*************/


/************
Menu Superior
*************/
ul#mainlevel-nav {
	font-family      : Tahoma;
	font-size        : 12px;
	list-style       : none;
}
ul#mainlevel-nav li {
  	display          : block;
 	font-size        : 12px;
	padding-left     : 13px;
	padding-right    : 20px;
	width            : auto !important;
	float            : right;
	background-image : url(../images/flecha.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-transform   : capitalize;

}
ul#mainlevel-nav li a {
	font-size        : 12px;
  	color            : #5f5f5f;
  
}
ul#mainlevel-nav li a:hover {
	font-size        : 12px;

}

/***************
Fin Menu Superior
***************/

a:link, a:visited {

  font-size        : 11px;
  color            : #d20010;
  text-decoration  : none;

}

a:hover {

  font-size        : 11px;
  color            : #9c0406;
  text-decoration  : underline;


}

a.category:link, a.category:visited {

  font-size        : 11px;
  font-weight      : bold;
  
}

a.readon:link, a.readon:visited {

  color            : #C07C00;
  font-family      : Tahoma;
  font-size        : 11px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #C07C00;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}
a.readon:hover {
  color            : #999999;
  font-family      : Tahoma;
  font-size        : 11px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #C07C00;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
}

ul {
  margin-left      : 15px;
  list-style       : none;
}

li {
  
  padding-left:15px;
  background-image : url(../images/bullet.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

table.contenttoc {
  border           : 1px solid #FFFFFF;
  background       : #F1F1F1;
  padding          : 0px;
  margin-left      : 2px;
  margin-bottom    : 0px;
}

.pagenavcounter {
  font-size        : 10px;
  color            : #0075AF;
}

.pagenavbar {
  border-top       : 0px solid #999999;
  padding          : 2px;
}

.pagenav {
  font-weight      : bold;
  color            : #CCCCCC;
}

a.pagenav:link, a.pagenav:visited {
  text-decoration  : none;
}

a.pagenav:hover {
  text-decoration  : none;
}

.date {
  font-size        : 10px;
  color            : #333333;
  padding-right    : 10px;
}
.small {
  font-size        : 10px;
  color            : #333333;
}

.smalldark {
  font-size        : 10px;
  color            : #333333;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #666666;
}
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 0px;
  padding-bottom   : 2px;
}
.content_rating {
  font-size        : 10px;
  color            : #CC9900;
}

.pathway {
  font-size        : 10px;
  color            : #333333;
  padding-left     : 8px;
}
a.pathway:link, a.pathway:visited {
  font-size        : 10px;
  padding-left     : 0px;
}
a.pathway:hover {
  font-size        : 10px;
  padding-left     : 0px;
}

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

table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}

table.contentpaneopen {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}

.pollstableborder{
  border-color     : #999999;
}

/******************
Titulo de Secciones
******************/
.contentheading, .componentheading {
  font-family      :"Lucida Sans";  
  font-size        : 24px;
  text-align       : left;
  color            : #c60000;
  text-transform   : none;
  padding-left     : 0px;
  padding-bottom   : 4px;
  padding-top      : 8px;
}

.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 20px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : left;
  text-transform   : uppercase;
  text-indent      : 8px;
}


.title a:link, .title a:visited {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 20px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : left;
  text-decoration  : none;
}


.title a:hover {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 20px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : left;
  text-decoration  : none;
}

.ontab {
  border-left      : 1px solid #404040;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : hand;
  line-height      : 40px;
}
.offtab {
  border-left      : 1px solid #404040;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : hand;
   line-height     : 40px;
}
.tabpadding {
 border-left       : 1px solid #404040;
}
.pagetext {
  visibility       : hidden;
  position         : relative;
  top              : 0;
  background-color : #FFFFFF;
  display          : none;
}

/************
Pie de Pagina
*************/
.footer {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  font-size        : 10px;
  color            : #FFFFFF;
  font-weight      : normal;
 }
.footer a:link, .footer a:visited {
  font-size        : 11px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}
.footer a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

/****************
Fin Pie de Pagina
*****************/


.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  width            : 345px;
}
