body {

 font-family:Verdana, Helvetica, Arial, sans-serif; /* tipo de letra */
 font-size:12px;
}
/* Menu left y right sin mouse */
a.mainlevel:link, a.mainlevel:visited {
 display: block;
 width:191px; 
 font-family:Helvetica, Verdana, Arial, sans-serif; /* tipo de letra */
 font-size: 13px; /* el tamaņo de la fuente */
 color:#2D545B; /* el color del texto */
 text-decoration:none; /* subrayado o no */
 text-indent: 14px; /* separacion de izquierda a derecha de el grupo de links */
 line-height: 30px;/*separacion de arriba a abajo de el texto*/
 height:30px; /* separacion de ancho entre los menu */
 background-image: url(../imagenes/menu.gif);
	}

/* Menu left y right con mouse */
a.mainlevel:hover {
 display: block;
 width:191px; 
 font-family:Helvetica, Verdana, Arial, sans-serif; /* tipo de letra */
 font-size: 13px; /* el tamaņo de la fuente */
 color:#792471; /* el color del texto */
 text-decoration:none; /* subrayado o no */
 text-indent: 14px; /* separacion de izquierda a derecha de el grupo de links */
 line-height: 30px;/*separacion de arriba a abajo de el texto*/
 height:30px; /* separacion de ancho entre los menu */
 background-image: url(../imagenes/menu_hover.gif);
}

/*Barra Horizontal*/
html {
overflow-x:hidden;
}

/*Leer mas (Read more)*//*
a.readon:link, a.readon:visited {
  color            : #FF9A00;
  font-family      : Helvetica, Verdana, Arial, sans-serif;
  font-size        : 12px;
white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #999999;
  padding-bottom   : 2px;
  padding-left     : 17px;
  padding-right    : 3px;
  padding-top      : 2px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
  background: url(../imagenes/mas.png) no-repeat;
}
a.readon:hover {
  color            : #4D4D4D;
  font-family      : Helvetica, Verdana, Arial, sans-serif;
  font-size        : 11px;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #999999;
  padding-bottom   : 2px;
  padding-left     : 17px;
  padding-right    : 4px;
  padding-top      : 2px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
  background: url(../imagenes/mas.png) no-repeat;
}

/*Volver (Back)*//*
.back_button {
  color            : #4D4D4D;
  font-family      : Tahoma, Helvetica, Verdana, Arial, sans-serif;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #999999;
  padding-bottom   : 2px;
  padding-left     : 17px;
  padding-right    : 3px;
  padding-top      : 2px;
  float            : right;
  line-height      : 10px;
  text-decoration  : none;
  background: url(../imagenes/back.png) no-repeat;
}

/*Link principal*/
a:link, a:visited {
  font-size        : 12px;
  text-decoration  : none;
  font-weight      : bold;
  color			   : #5AAD41;
}
a:hover {
  font-size        : 12px;
  text-decoration  : none;
  font-weight      : bold;
  color			   : #792471;
}

/*Titulo de los Contenidos y los Componentes*/
.contentheading, .componentheading {
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 24px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #792471;
  width            : 100%;
  padding-left	   : 10px;
  font-variant	   : small-caps;
  font-size		   : 16px;
}

/* Configuracion dentro de las box*/
.inputbox {
  border           : 1px solid #2D545B;
  background-color : #EBF5E7;
  margin-bottom    : 5px;
  color			   : #2D545B;
  background: #EDEDED url(../imagenes/inputbox.gif);
}
