@charset "utf-8";
/* CSS Document */

.button:hover {
border-top-color: #25cade;
	/* [disabled]background: #25cade; */
	color: #003366;}
	
.button:active {
   border-top-color: #1b435e;
   }

.espacio_boton{
	width:15px;
    height:10px;
    float:left;}
	
.margen_boton{
	width:50px;
    height:10px;
    float:left;}
	
.espacio_boton2{
	width:90px;
    height:10px;
    float:left;}
	
.espacio_boton3{
	width:15px;
    height:2px;
    float:left;}
	
.espacio_boton4{
	width:75px;
    height:10px;
    float:left;}
	
.espacio_boton5{
	width:35px;
    height:10px;
    float:left;}
	
.espacio_boton6{
	width:5px;
    height:26px;
    float:left;}

.linea_inferior{
	width: 782px;
	height: 28px;
	border: 3px solid #25cade;
	border-left: hidden;
	border-right: hidden;
     *height:28px;
	float: left;
	background-color: #0a92b5;}
	
	.button {
   /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
   color: #ffffff;
 /*  color(hover):#ffffff;*/
    padding-top:2px;
   *padding-top:3px;
   *height:24px;
   background-image:url(../img/flecha_cuadros2.png);
   background-repeat:no-repeat;
   font-size: 12px;
   font-family:Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   float:left;
   font-weight:bold;
   text-align:center;
   padding-left:22px;
   height:25px; 
   }
a.button1:hover{
	color:#FFFFFF;}
#button6 a{
	color:#FFFF00;}