.general {
font-family: Arial;
font-size:12px;
}

body {
	/*background-image: url();*/
	/*background-color: #1A9425;*/
	font-family: Arial;
	font-size:12px;
}

.portada {
	/*background-image: url();*/
	background-color: #1A9425;
	font-family: Arial;
	font-size:12px;
}

.boton {    
   border-top: 1px solid #cccccc; 
   border-bottom: 2px solid #666666; 
   border-left: 1px solid #cccccc; 
   border-right: 2px solid #666666;
   font-family: Arial;
   font-size: 9pt; 
   font-weight: bold; 
   background-color: #CEFFBD; 
   color: #666666;
   cursor:pointer;} 
.boton:link, 
.boton:visited { 
   border-top: 1px solid #cccccc; 
   border-bottom: 2px solid #666666; 
   border-left: 1px solid #cccccc; 
   border-right: 2px solid #666666;
   text-decoration:none;

} 
.boton:hover { 
   border-bottom: 1px solid #cccccc; 
   border-top: 2px solid #666666; 
   border-right: 1px solid #cccccc; 
   border-left: 2px solid #666666; 
   
} 
/*************************************/
.enlaceboton {    
   font-family: verdana, arial, sans-serif; 
   font-size: 9pt; 
   font-weight: bold; 
   background-color: #CEFFBD; 
   color: #666666; 
   text-decoration: none;
  
} 
.enlaceboton:link, 
.enlaceboton:visited { 
   border-top: 1px solid #cccccc; 
   border-bottom: 2px solid #666666; 
   border-left: 1px solid #cccccc; 
   border-right: 2px solid #666666;
   
} 
.enlaceboton:hover { 
    border-bottom: 1px solid #cccccc; 
   border-top: 2px solid #666666; 
   border-right: 1px solid #cccccc; 
   border-left: 2px solid #666666; 
   
} 
