


/*  ESTILO DE LOS PINCHES BOTONES */

a.squarebutton{
cursor:pointer;
background: transparent url('square-gray-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 11px  "Trebuchet MS", Verdana, Tahoma; /* 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.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton: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%;
}

a.green{
background: transparent url('square-green-left.gif') no-repeat top left



}

a.green span{
background: transparent url('square-green-right.gif') no-repeat top right;
}

a.orange{
background: transparent url('square-orange-left.gif') no-repeat top left



}

a.orange span{
background: transparent url('square-orange-right.gif') no-repeat top right;
}

a.blue{
background: transparent url('square-blue-left.gif') no-repeat top left



}

a.blue span{
background: transparent url('square-blue-right.gif') no-repeat top right;
}

a.red{
background: transparent url('square-red-left.gif') no-repeat top left



}

a.red span{
background: transparent url('square-red-right.gif') no-repeat top right;
}
 
 
  
 
 
/* ver dos  */ 
 
a.squarebutton2{
cursor:pointer;
background: transparent url('square-gray2-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 10px   Arial, Helvetica, sans-serif ; /* 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.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2{
color: #494949; /*button text color*/
}

a.squarebutton2 span{
background: transparent url('square-gray2-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}






 
/* ver tres  */ 
 
a.squarebutton3{
cursor:pointer;
background: transparent url('square-gray3-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 10px   Arial, Helvetica, sans-serif ; /* 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.squarebutton3, a:visited.squarebutton3, a:active.squarebutton3{
color: #494949; /*button text color*/
}

a.squarebutton3 span{
background: transparent url('square-gray3-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton3:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton3:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}





/* ver cuatro  */ 
 
a.sqb4{
cursor:pointer;
background: transparent url('square-gray3Azul-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 11px   Arial, Helvetica, sans-serif ; /* 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;
font-weight:bold
}
 
a:link.sqb4, a:visited.sqb4, a:active.sqb4{
color: #606060; /*button text color*/
}

a.sqb4 span{
background: transparent url('square-gray3Azul-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.sqb4:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.sqb4:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#FFFFFF;
}





/* ver cuatro  */ 
 
a.sqb4n{
cursor:pointer;
background: transparent url('square-gray4-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 11px   Arial, Helvetica, sans-serif ; /* 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;
font-weight:bold
}
 
a:link.sqb4n, a:visited.sqb4n, a:active.sqb4n{
color: #FFFFFF; /*button text color*/
}

a.sqb4n span{
background: transparent url('square-gray4-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.sqb4n:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.sqb4n:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#FFFFFF;
}


/* square-mp-right.gif */





/* ver mp  */ 
 
a.sqmp{
cursor:pointer;
background: transparent url('square-mp-left.gif') no-repeat top left;
display2: block;
display:inline-block;
float2: left;
float2:none;
font: normal 11px   Arial, Helvetica, sans-serif ; /* 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;
font-weight:bold
}
 
a:link.sqmp, a:visited.sqmp, a:active.sqmp{
color: #FFFFFF; /*button text color*/
color:#92404e;
}

a.sqmp span{
background: transparent url('square-mp-right.gif') no-repeat top right;
display:inline-block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.sqmp:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.sqmp:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#92404e;
color: #FFFFFF; /*button text color*/
}
