body {
  color            : #000000;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-bottom    : 0px;
  margin-top: 0px;
  padding          : 0px;
  background-color : #fff9e5;
  font-family      : arial, sans-serif;
  font-size        : 12px;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #222222;
}
hr {
  color            : #222222;
  height           : 1px;
  width            : 100%;
}
.search_box {
  float: right;
  background	   : transparent url(../images/search.gif);
  color			   : #799cc2;
}
.button {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 10px;
  border            : 1px solid #AABBBF;
  background-color  : #FFFFFF;
  color             : #1649FA;
  background-image  : url(../images/but.gif);
  padding           : 2px;
}
.button:hover{
  color:#FF6000;
  cursor:pointer;
  font-weight:bold;
}
li a:hover{
text-decoration     : underline;
}
ul#lista_superior, ul#lista_superior_rojo {
  list-style        : none;
  padding           : 0;
  margin            : 0;
  font-size         : 0.8em;
}
ul#lista_superior li, ul#lista_superior_rojo li {
	display           : block;
	background-image  : none;
	padding-left      : 0px;
	padding-right     : 0px;
	float             : right;
	margin            : 0;
	width             : auto !important;
	font-size         : 11px;
	line-height       : 20px;
	white-space       : nowrap;
	border-left       : 1px solid #cccccc;
}
ul#lista_superior li a, ul#lista_superior_rojo li a {
	width             : auto;
	display           : block;
	padding-left      : 15px;
	padding-right     : 15px;
	text-decoration   : none;
	color             : #FFFFFF;
	background        : transparent;
	text-transform    : uppercase;
}
ul#lista_superior li#elem_especial, ul#lista_superior_rojo li#elem_especial{
	padding-left      : 2px;
	padding-right     : 2px;
	float             : left;
	border-left       : none;
}
li#elem_especial a:link, li#elem_especial a:visited {
	display           : block;
	
	padding-left      : 2px;
	padding-right     : 2px;
	color			  : #FDE2B0;
	text-transform    : none;
	font-weight       : normal;
}
ul#lista_superior li a:hover{
	color:#FF9900;
}
ul#lista_superior li#elem_especial a:hover {
	color:#FFF;
}

ul#lista_superior_rojo li a:hover{
	color:#E1E8E3;
}
ul#lista_superior_rojo li#elem_especial a:hover {
	color:#FFF;
}

table.moduletable {
  width			   : 100%;
  table-layout	   : auto;
}
table.moduletable th {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  text-align       : center;
  height           : 24px;
  line-height      : 24px;
  color            : #FFF;
  background-image : url(../images/header.gif);
}
table.moduletable td {
  padding-right    : 3px;
  padding-left     : 3px;
}
table.content{
  width            : 100%;
  padding          : 20px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 0px;
  padding-right    : 0px;
  padding-top      : 0px;
  border-spacing   : 0px;
}
table.contentpaneopen {
  width            : 100%;
  padding-left     : 0px;
  padding-right    : 0px;
  padding-top      : 0px;
  border-spacing   : 0px;
  margin-bottom    : 4px;
  color            : #7b9bc1;
}
table.contenido_modulo1 {
  width            : 100%;
  padding-left     : 0px;
  padding-right    : 0px;
  padding-top      : 0px;
  border-spacing   : 0px;
  margin-bottom    : 0px;
  color            : #7b9bc1;
}
table.contenido_modulo2 {
  width            : 100%;
  padding-left     : 2px;
  padding-right    : 2px;
  padding-top      : 2px;
  border-spacing   : 0px;
  margin-bottom    : 3px;
  color            : #7b9bc1;
}
.contentheading {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  color            : #FFFFFF;
  background-image : url(../images/barrita.gif);
  background-repeat: repeat;
  border           : solid 1px #000000;
  letter-spacing   : 0px;
  font-size        : 15px;
  font-weight      : bold;
  height           : 20px;
  line-height      : 20px;
  text-transform   : uppercase;
  padding-left     : 10px;
  text-align       : left;
  width            : 100%;
  margin           : 2px;
  margin-bottom    : 0px;
}
.contentheading a:link, .contentheading a:visited {
  color: #FFFFFF;
  border: 0px;
  
  font-size        : 15px;
  font-weight      : bold;
}
.contentheading a:hover {
  color: #FFECBD;
  text-decoration:none;
}
.componentheading {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  letter-spacing   : 1px;
  font-size        : 12px;
  font-weight      : bold;
  height           : 22px;
  line-height      : 22px;
  text-transform   : uppercase;
  padding-right    : 60px;
  text-align       : left;
  color            : #000;
  width            : auto;
  margin           : 2px;
  
  }
.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-transform   : uppercase;
  text-indent      : 8px;
  font-size        : 20px;
  text-align       : left;
  color            : #799cc2;
}
.title a:link, .title a:visited {
  font-size        : 20px;
  color            : #799cc2;
  text-decoration  : none;
  font-weight      : bold;
}
.title a:hover {
  color            : #799cc2;
  text-decoration  : none;
  font-weight      : bold;
}
.buttonheading {
  background-image : url(../images/iconos.gif);
  background-repeat: no-repeat;
  background-position: center;
  padding-left     : 4px;
  padding-right    : 4px;
  }
a.mainlevel  {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-align       : center;
  display          : block;
  line-height      : 20px;
  height           : 20px;
  font-size        : 11px;
  width            : auto;
  background       : url(../images/boff.gif);
}
a.mainlevel:link, a.mainlevel:visited {
  text-align       : center;
  display          : block;
  font-size        : 11px;
  font-weight      : normal;
  padding          : 0px 0px 0px 0px;
  color            : #333333;
  width            : auto;
}
a.mainlevel:hover {
  text-align       : center;
  display          : block;
  background       : url(../images/bon.gif);
  font-weight      : bold;
  text-decoration  : none;
}
#active_menu {
  text-align       : center;
  color            : #333333;
  background       : url(../images/bon.gif);
  font-weight      : bold;
}
a#active_menu:hover {
	text-align       : center;
	color            : #FA963A;
}
a:link, a:visited {
  font-size        : 11px;
  color            : #1649FA;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  color            : #FF6000;
  text-decoration  : underline;
  font-weight      : bold;
}
a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}
a.readon:link, a.readon:visited {
  color            : #1649FA;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : normal;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #AABBBF;
  background-color : #FFFFFF;
  background-image : url(../images/but.gif);
  }
a.readon:hover {
  color            : #FF6000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : bold;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #AABBBF;
  background-color : #FFFFFF;
}
ul {
  
  margin           : 2px;
  padding-left     : 0px;
  list-style       : none;
}
li {
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(../images/elem.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}  
.date {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size        : 10px;
  color            : #333333;
  padding-right    : 10px;
}
.pathway {
  font-size        : 10px;
  color            : #7b9bc1;
  padding-left     : 14px;
}
a.pathway:link, a.pathway:visited {
  color            : #FF9900;
  font-size        : 10px;
  padding-left     : 0px;
}
a.pathway:hover {
  padding-left     : 0px;
}
.blog_more {
padding-left       : 10px;
}
.inputbox {
background-image   :url(../images/inputback.gif);
border             : 1px solid #666;
}
.back_button {
text-align         : center;
padding            : 10px;
}
.pagenavcounter {
  font-size        : 10px;
  color            : #FF9900;
}
.small {
  font-size        : 10px;
  color            : #7b9bc1;
}
.smalldark {
  font-size        : 10px;
  color            : #7b9bc1;
}
.createdate, .modifydate {
  font-size        : 10px;
  color            : #799cc2;
}
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}
.content_rating {
  font-size        : 10px;
  color            : #CC9900;
}
.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  width            : 345px;
}
.sectiontableheader {
  border-top       : 1px solid #000000;
  border-bottom    : 1px solid #000000;
}
.sectiontableheader, .sectiontableheader a:link, .sectiontableheader a:visited {
  background-image : url(../images/encab_cat.gif);
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  font-weight      : bold;
  letter-spacing   : 1px;
  background-color : #ECF0F2;
  color            : #333333;
  padding          : 4px;
}
.sectiontableheader a:hover {
  color            : #359742;
}
.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background-color : #D2E3F7;
}
.sectiontableentry1 td {
  border-top: 1px solid #FFFFFF;
}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  background-color : #DEEAF8;
}
.sectiontableentry2 td {
  border-top: 1px solid #FFFFFF;
}
table.contenttoc {
  border           : 1px solid #000000;
  background       : #E6EEF2;
  padding          : 5px;
  margin-right     : 10px;
  margin-left      : 10px;
  margin-bottom    : 10px;
}
.menu_izda a:link, .menu_izda a:visited {
  color	           : #FFFFFF;
  height           : 25px;
  display          : block;
  line-height      : 25px;
  
  font-weight      : bold;
  font-size        : 11px;
  text-align       : center;
  text-transform   : uppercase;
  
  background-image : url(../images/mizda_1.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.menu_izda a:hover{
  color	           : #4196f0;
  height           : 25px;
  display          : block;
  line-height      : 25px;
  
  font-weight      : bold;
  text-align       : center;
  text-transform   : uppercase;
  text-decoration  : none;
  
  background-image : url(../images/mizda_2.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.menu_visitando a:link, .menu_visitando a:visited, .menu_visitando a:hover{
  color	           : #4196f0;
  height           : 25px;
  display          : block;
  line-height      : 25px;
  
  font-weight      : bold;
  text-align       : center;
  text-transform   : uppercase;
  text-decoration  : none;
  
  background-image : url(../images/mizda_2.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.entradasblog{
  width: 170px;
}
.entradasblog_elem:link, .entradasblog_elem:visited{
  font-size        : 10px;
  color            : #FFFDF0;
  text-decoration  : none;
  font-weight      : bold;
}
.entradasblog_elem:hover {
  text-decoration  : underline;
  font-weight      : bold;
}
.mos_image {
   background-image: url(../images/backgrouncito.gif);
   background-position:left top;
   background-repeat:no-repeat;
}
.arreglo {
background-image:url(../images/barrita_peque.gif);
background-repeat:repeat-x;
background-position:top;
border-right: 1px solid #282424;
line-height:4px;
margin-bottom:8px;
}
.comentarios a:link, .comentarios a:visited {
vertical-align:bottom;
color:#FFFFFF;
font-size:14px;
line-height:15px;
background-color:#4095ef;
border:1px solid #282424;
border-bottom:0px;
}
.comentarios a:hover {
color: #feab79;
text-decoration : none;
}
.coment_down {
line-height:3px;
border:1px solid #282424;
background-color:#4095ef;
}
.imag_edit {
vertical-align:top;
}
.usuario td, .usuario td a:link, .usuario td input {
font-size:11px;
}
.texto_columna {
font-size:10px;
}
.pulsable {
cursor: pointer;
}