/* tabs */
/* estilo para el tipo de letra de la pestanas de la pagina*/
#tabs {
	float:inherit;
	width:100%;	
	font-size:14px;
	line-height:normal;
	font-family: Eurostile, Helvetica, sans-serif;
	font-weight:bold;	
}
#tabs ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
	height: 21px;
}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }	
    #tabs a {
      float:left;
      background:url("../imagenes/azul.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
     }
	  
    #tabs a span {
      float:left;
      display:block;
      background:url("../imagenes/azul.gif") no-repeat right top;
      padding:14px 15px 4px 6px;
      color:#FFFFFF;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000000;	  	  
    } 
	#tabs a:hover {
      background:url("../imagenes/gris.gif") no-repeat left top; 
      }
    #tabs a:hover span {
       background:url("../imagenes/gris.gif") no-repeat right top;
      }
	#tabs #current a {
          background:url("../imagenes/amarillo.gif") no-repeat left top; 
		  color:#666666;
    }
    #tabs #current a span {
          background:url("../imagenes/amarillo.gif") no-repeat right top;
		  color:#000000;
    }

.msgError {
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFCC;
	margin: 5px;
	width: 60%;
}  
