/* CSS BUTTONS */
/************** new **********************/
a.button {
background: url('../images/New Design/buttonR.jpg') no-repeat scroll top right;
display: block; float: left;height: 28px; margin-right: 6px;padding-right: 12px; 
font-family: Verdana, Helvetica, Arial, sans-serif;font-size:10pt; color: #ffffff;text-decoration: none; font-weight: bold;
}
a.button span {
background:  url('../images/New Design/buttonL.jpg') no-repeat;
display: block;line-height: 18px;padding: 5px 0 5px 18px;
}
a.button:hover {
background-position: bottom right;color: #FFFFFF;outline: none; 
}
a.button:hover span {background-position: bottom left;padding: 6px 0 4px 18px;
} 
/**********for the search***/
a.buttonsearch {
background: url('../images/New Design/RSearch.jpg') no-repeat scroll top right;
display: block; float: left;height: 28px; margin-right: 6px;padding-right: 12px; 
font-family: Verdana, Helvetica, Arial, sans-serif;font-size:10pt; color: #ffffff;text-decoration: none; font-weight: bold;
}
a.buttonsearch span {
background:  url('../images/New Design/LSearch.jpg') no-repeat;
display: block;line-height: 18px;padding: 5px 0 5px 18px;
}
a.buttonsearch:hover {
background-position: bottom right;color: #FFFFFF;outline: none;
}
a.buttonsearch:hover span {background-position: bottom left;padding: 6px 0 4px 18px;
} 
/*********************************/
a.buttonsearch2 {
background: url('../images/New Design/RSearch2.jpg') no-repeat scroll top right;
display: block; float: left;height: 28px; margin-right: 6px;padding-right: 12px; 
font-family: Verdana, Helvetica, Arial, sans-serif;font-size:10pt; color: #ffffff;text-decoration: none; font-weight: bold;
}
a.buttonsearch2 span {
background:  url('../images/New Design/LSearch2.jpg') no-repeat;
display: block;line-height: 18px;padding: 5px 0 5px 18px;
}
a.buttonsearch2:hover {
background-position: bottom right;color: #FFFFFF;outline: none;COLOR: #002878 ;
}
a.buttonsearch2:hover span {background-position: bottom left;padding: 6px 0 4px 18px;
} 

/*******************************************/
#rollover {
margin: 0;
padding: 0;
width: 100%;
height: 28px;
text-align: center;
background: url("../images/New Design/threebuttons5.jpg") 4 0 repeat-x;
}

#rollover a {
padding-top: 4px;
width: 100%;
height: 100%;
display: block;
font-family:Verdana, Helvetica, Arial, sans-serif;
color: #FFFFFF;font-weight: bold;font-size: 11px;text-decoration: none;
background: url("../images/New Design/threebuttons5.jpg") 0 0 repeat-x;

}
#rollover a:hover { 

background-position: 0 -28px;
color: #F4F2F0;
}
#rollover a:active {
background-position: 0 -56px;
color:#F4F2F0;
}
/****************inactivebtn*************************/
#inactivebtn {
margin: 0;
padding: 0;
width:100%;
height: 28px;
text-align: center;
background: url("../images/New Design/inactivebtnC.jpg") 7 0  repeat-x;
}
#inactivebtn b {
padding-top: 7px;
width: 100%;
height: 100%;
display: block;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-decoration: none;
background: url("../images/New Design/inactivebtnC.jpg") 0 0 repeat-x;
background-position: 0 0;
color: #ab9c8f;}
/*****************************************************************/
 #botones a, #botones a span,  #botones a div {
      font-family: Verdana, Helvetica, Arial, sans-serif;font-size:10pt; color: #ffffff;text-decoration: none; 
     display: block; 
}
     a.btn_grande {
          background-image: url("../images/New Design/btncentro.jpg");
		  background-repeat: repeat-x;
          background-position: center top;
          height: 36px;   
          /*text-shadow: #000 1px 1px 3px;*/
		  text-align: center; font-size-adjust:inherit;
     }

     a.btn_grande div {
          background-image: url("../images/New Design/btnleft.jpg");
		  background-repeat: no-repeat;
          background-position: left top;
          height: 31px;
          padding-top: 5px;
          font-weight: bold;
     }
     a.btn_grande span {
          background-image: url("../images/New Design/btnright.jpg");
		  background-repeat: no-repeat;
          background-position: right top;
		  height: 26px;padding-top:5px;
     }
		a.btn_grande:hover 	{   background-position: center bottom;}
		a.btn_grande:hover  span { background-position: right bottom;}
		a.btn_grande:hover  div {  background-position: left bottom;}
#botones
{ padding-bottom:15px; margin-bottom:15px;white-space:nowrap;list-style-type:none;}
#botones li {display:inline;}
#botones li a{float:left; margin-left:15px; }