/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	position:relative;
	display:block;
	height:39px;
	width:960px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF1.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #989898;
}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER1.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#002042;background:#fff url(images/bgON1.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.testbutton {
  font-family: arial;
  color: #656565 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #B8B8B8;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #63B8EE;
  background: linear-gradient(top,  #FCFCFC,  #C4C4C4);
  background: -ms-linear-gradient(top,  #FCFCFC,  #C4C4C4);
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#C4C4C4));
  background: -moz-linear-gradient(top,  #FCFCFC,  #C4C4C4);
}
.testbutton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.formbutton {
  font-family: arial;
  color: #656565 !important;
  font-size: 12px;
  text-shadow: 0px 1px 0px #B8B8B8;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #63B8EE;
  background: linear-gradient(top,  #FCFCFC,  #C4C4C4);
  background: -ms-linear-gradient(top,  #FCFCFC,  #C4C4C4);
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#C4C4C4));
  background: -moz-linear-gradient(top,  #FCFCFC,  #C4C4C4);
}
.formbutton:hover {
  color: #757575 !important;
  background: #468CCF;
  background: linear-gradient(top,  #F2F2F2,  #FFFFFF);
  background: -ms-linear-gradient(top,  #F2F2F2,  #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF));
  background: -moz-linear-gradient(top,  #F2F2F2,  #FFFFFF);
}
.borde{
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #150459;
}.gen {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.gen2 {
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.espc {
	font-family: Arial;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.filsup {
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
}
.lin {
	font-family: Arial;
	font-size: 18px;
	color: #000;
}
/* ---------------------- Inicia Menu vertical ---------------------- */
ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;
font:bold 16px Arial;line-height:165%;
width:200px;}

ul.vert-one li{margin:0;padding:0;border-top:1px solid #656565;
border-bottom:1px solid #262626;}

ul.vert-one li a{display:block;text-decoration:none;color:#FFFFFF;
background:#656565;padding:0 0 0 20px;width:180px;}

ul.vert-one li a:hover{
background:#F54217 url("images/vert-one_arrow.gif") no-repeat 0 9px;}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#000000 url("images/vert-one_arrow.gif") no-repeat 0 9px;}
/* ---------------------- Fin Menu vertical ---------------------- */