/*  ++++++++++++  COLOR AZUL  +++++++++  */

a.botoncuadrado_azul{
background: transparent url('../imagenes/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_azul, a:visited.botoncuadrado_azul, a:active.botoncuadrado_azul{
color: #494949; /*button text color*/
}

a.botoncuadrado_azul span{
background: transparent url('../imagenes/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_azul:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_azul:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}




/*  ++++++++++++  COLOR AZUL2  +++++++++  */

a.botoncuadrado_azul2{
background: transparent url('../imagenes/square-blue2-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_azul2, a:visited.botoncuadrado_azul2, a:active.botoncuadrado_azul2{
color: #494949; /*button text color*/
}

a.botoncuadrado_azul2 span{
background: transparent url('../imagenes/square-blue2-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_azul2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_azul2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*  ++++++++++++  COLOR VERDE  +++++++++  */

a.botoncuadrado_verde{
background: transparent url('../imagenes/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_verde, a:visited.botoncuadrado_verde, a:active.botoncuadrado_verde{
color: #494949; /*button text color*/
}

a.botoncuadrado_verde span{
background: transparent url('../imagenes/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_verde:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_verde:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*  ++++++++++++  COLOR GRIS  +++++++++  */

a.botoncuadrado_gris{
background: transparent url('../imagenes/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_gris, a:visited.botoncuadrado_gris, a:active.botoncuadrado_gris{
color: #494949; /*button text color*/
}

a.botoncuadrado_gris span{
background: transparent url('../imagenes/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_gris:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_gris:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*  ++++++++++++  COLOR ROJO  +++++++++  */

a.botoncuadrado_rojo{
background: transparent url('../imagenes/square-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_rojo, a:visited.botoncuadrado_rojo, a:active.botoncuadrado_rojo{
color: #494949; /*button text color*/
}

a.botoncuadrado_rojo span{
background: transparent url('../imagenes/square-red-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_rojo:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_rojo:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*  ++++++++++++  COLOR NARANJA  +++++++++  */
h4 {font: normal 11px Tahoma; margin-bottom: 4px;}
a.botoncuadrado_naranja{
background: transparent url('../imagenes/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.botoncuadrado_naranja, a:visited.botoncuadrado_naranja, a:active.botoncuadrado_naranja{
color: #494949; /*button text color*/
}

a.botoncuadrado_naranja span{
background: transparent url('../imagenes/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.botoncuadrado_naranja:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.botoncuadrado_naranja:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


