.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab{
	position: relative;
	top: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0;/*modificado 9px*/
	/*padding-bottom:0;*/
	padding-left: 0;/*modificado 9px*/
	text-align:center;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	/*background-color: #DDD;*/
	background-color: #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
  font-size:11px;
  width:90px;
  height:20px;
  
}


.TabbedPanelsTabHover {
	background-color: #CCC;
	/* background-image:url(../images/arrow_hover.png);/*-o-*/
	background-repeat:no-repeat;/*-o-*/
}

.TabbedPanelsTabSelected {
	background-color:red;
  /*	background-image:url(../images/arrow_select.png);/*-o-*/
	background-repeat:no-repeat;/*-o-*/
}

.TabbedPanelsTab a {
	color: black;
	/*text-decoration: none;*/
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left:#CCCCCC;
	border-bottom:#CCCCCC;
	border-top:#CCCCCC;
	border-right:#CCCCCC;
	background:#fff;/*color fondo spry*/
}

.TabbedPanelsContent {
  padding-top:30px;
  _padding-top:0;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*#c1{
background-image:url(../images/c1.png);
}
#c2{
background-image:url(../images/c2.png);
}
#c3{
background-image:url(../images/c3.png);
}
#c4{
background-image:url(../images/c4.png);
}
#c5{
background-image:url(../images/c5.png);
}
#c6{
background-image:url(../images/c6.png);
}
#c7{
background-image:url(../images/c7.png);
}
#c8{
background-image:url(../images/c8.png);
 }
/*estilos barra menus*/
/*RED*/
/*cc_l_r{
	background:url(../images/red/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_r{
	background:url(../images/red/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_r{
	background:url(../images/red/cc_r.png);
	background-repeat: no-repeat;
}
.line_r{
	border-left:2px solid #c90000;
	border-right:2px solid #c90000;
	margin-left:2px;
	margin-right:4px;
	padding: 10px 10px 0 10px;
}
.cc_b_r_r{
	background:url(../images/red/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_r{
	background:url(../images/red/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_r{
	background:url(../images/red/cc_b_l.png);
	background-repeat: no-repeat;
}*/
/*YELLOW*/
.cc_l_y{
	background:url(../images/yellow/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_y{
	background:url(../images/yellow/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_y{
	background:url(../images/yellow/cc_r.png);
	background-repeat: no-repeat;
}
.line_y{
	border-left:2px solid #fcb500;
	border-right:2px solid #fcb500;
	margin-left:2px;
	margin-right:4px;
    padding: 10px 10px 0 10px;
	
}
.cc_b_r_y{
	background:url(../images/yellow/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_y{
	background:url(../images/yellow/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_y{
	background:url(../images/yellow/cc_b_l.png);
	background-repeat: no-repeat;
}

/*GREEN*/
.cc_l_g{
	background:url(../images/green/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_g{
	background:url(../images/green/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_g{
	background:url(../images/green/cc_r.png);
	background-repeat: no-repeat;
}
.line_g{
	border-left:2px solid #67a403;
	border-right:2px solid #67a403;
	margin-left:2px;
	margin-right:4px;
    padding: 10px 10px 0 10px;	
}
.cc_b_r_g{
	background:url(../images/green/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_g{
	background:url(../images/green/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_g{
	background:url(../images/green/cc_b_l.png);
	background-repeat: no-repeat;
}
/*PINK*/
.cc_l_p{
	background:url(../images/pink/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_p{
	background:url(../images/pink/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_p{
	background:url(../images/pink/cc_r.png);
	background-repeat: no-repeat;
}
.line_p{
	border-left:2px solid #d24571;
	border-right:2px solid #d24571;
	margin-left:2px;
	margin-right:4px;	
    padding: 10px 10px 0 10px;
}
.cc_b_r_p{
	background:url(../images/pink/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_p{
	background:url(../images/pink/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_p{
	background:url(../images/pink/cc_b_l.png);
	background-repeat: no-repeat;
}
/*TURQUEZA*/
.cc_l_t{
	background:url(../images/turqs/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_t{
	background:url(../images/turqs/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_t{
	background:url(../images/turqs/cc_r.png);
	background-repeat: no-repeat;
}
.line_t{
	border-left:2px solid #00838b;
	border-right:2px solid #00838b;
	margin-left:2px;
	margin-right:4px;	
    padding: 10px 10px 0 10px;
}
.cc_b_r_t{
	background:url(../images/turqs/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_t{
	background:url(../images/turqs/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_t{
	background:url(../images/turqs/cc_b_l.png);
	background-repeat: no-repeat;
}
/*BLUE*/
.cc_l_b{
	background:url(../images/blue/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_b{
	background:url(../images/blue/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_b{
	background:url(../images/blue/cc_r.png);
	background-repeat: no-repeat;
}
.line_b{
	border-left:2px solid #0051ad;
	border-right:2px solid #0051ad;
	margin-left:2px;
	margin-right:4px;	
    padding: 10px 10px 0 10px;
}
.cc_b_r_b{
	background:url(../images/blue/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_b{
	background:url(../images/blue/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_b{
	background:url(../images/blue/cc_b_l.png);
	background-repeat: no-repeat;
}
/*PURPLE*/
.cc_l_pr{
	background:url(../images/purple/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_pr{
	background:url(../images/purple/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_pr{
	background:url(../images/purple/cc_r.png);
	background-repeat: no-repeat;
}
.line_pr{
	border-left:2px solid #713e9b;
	border-right:2px solid #713e9b;
	margin-left:2px;
	margin-right:4px;
    padding: 10px 10px 0 10px;	
}
.cc_b_r_pr{
	background:url(../images/purple/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_pr{
	background:url(../images/purple/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_pr{
	background:url(../images/purple/cc_b_l.png);
	background-repeat: no-repeat;
}
/*BROWN*/
.cc_l_br{
	background:url(../images/brown/cc_l.png);
	background-repeat: no-repeat;
}
.cc_c_br{
	background:url(../images/brown/cc_c.png);
	background-repeat: repeat-x;
}
.cc_r_br{
	background:url(../images/brown/cc_r.png);
	background-repeat: no-repeat;
}
.line_br{
	border-left:2px solid #bc5100;
	border-right:2px solid #bc5100;
	margin-left:2px;
	margin-right:4px;	
    padding: 10px 10px 0 10px;
}
.cc_b_r_br{
	background:url(../images/brown/cc_b_r.png);
	background-repeat: no-repeat;
}
.cc_b_c_br{
	background:url(../images/brown/cc_b_c.png);
	background-repeat: repeat-x;
}
.cc_b_l_br{
	background:url(../images/brown/cc_b_l.png);
	background-repeat: no-repeat;
}

.fondo
{
position:relative;
/*background-image:url("../images/motorb.jpg");
background-repeat:no-repeat; */
width:690px;
height:80px;
padding:1em;
background-color:green;
 -moz-border-radius:10px;
  border-radius:10px;
  -webkit-border-radius:10px;
  border-style:inherit;
}


.cajaT            /*Caja titulo*/
{
background-color:yellow;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding:5px;
}

.parte1
{

  float:left;
  width:467px;

}

.parte2
{/*border-color:red;
border-style:solid;*/
width:209px;
float:left;
border-left-color:white;
border-left-style:solid;
border-width:thin;
}

.lupaP
{
   float:left;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
height:33px;
}
.lupa
{  
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/*padding:3px 6px 3px 6px;*/
float:left;
font-size:15px;
/*border-style:outset;*/
background-image:url(../images/buscaest.png);
background-repeat:no-repeat;
background-position:center;
position:relative;
left:-45px;
cursor:pointer;
height:30px;
width:100px;

}
.lupa:hover
{ 
background:url(../images/buscaact.png);
background-repeat:no-repeat;
background-position:center;
}

.lupaC
{
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
font-size:15px;
background-color:white;
float:left;
height:30px;
}
.lupaC input
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:15px;
background-color:white;
border-style:none;
margin: 8px 0px;
}

.lupaC input:focus
{
outline: none;
}
/*.lupa
{
 background-color:yellow;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding:3px;
}*/

.PaisesP
{
 float:left;
 background-color:white;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.Paises
{
 float:left;
 background-color:yellow;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/*padding:3px 4px 3px 4px;*/
font-size:12px;
background:url(../images/paisest.png);
background-repeat:no-repeat;
width:50px;
height:30px;
}
.Paises:hover
{ 
background:url(../images/paisact.png);
background-repeat:no-repeat;
}
.PaisesC
{
font-size:15px;
background-color:white;
float:left;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.PaisesC input
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:12px;
background-color:white;
border-style:none;
margin: 7.7px 0px;
}

.PaisesC input:focus
{
outline: none;
}
.LocaP
{
float:left;
 background-color:white;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.Loca
{
float:left;
 background-color:yellow;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/*padding:6px 6px 6px 6px;*/
font-size:12px;
background:url(../images/locest.png);
background-repeat:no-repeat;
width:70px;
height:30px;
}
.Loca:hover
{ 
background:url(../images/locact.png);
background-repeat:no-repeat;
}
.LocaC
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:12px;
background-color:white;
float:left;
}
.LocaC input
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:12px;
background-color:white;
border-style:none;
margin: 7.7px 0px;
}

.LocaC input:focus
{
outline: none;
}
.NiveP
{
   float:left;
 background-color:white;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.Nive
{
 float:left;
 background-color:yellow;
 text-align:center;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 /*padding:6px 6px 6px 6px;*/
 font-size:12px;
 background:url(../images/nivest.png);
 background-repeat:no-repeat;
 width:50px;
 height:30px;
}
.Nive:hover
{ 
background:url(../images/nivact.png);
background-repeat:no-repeat;
}
.NiveC
{
   float:left;
}
.NiveC input
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:12px;
background-color:white;
border-style:none;
margin: 7.7px 0px;
}
.NiveC input:focus
{
outline: none;
}
.CodigosP
{position:relative;
   float:left;
 background-color:white;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
left:20px;
}
.Codigos
{  
 background-color:yellow;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/*padding:6px 6px 6px 6px;*/
float:left;
font-size:12px;
background:url(../images/codest.png);
background-repeat:no-repeat;
cursor:pointer;
width:100px;
height:30px;
}
.Codigos:hover
{ 
background:url(../images/codact.png);
background-repeat:no-repeat;
}
.CodigosC
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:15px;
background-color:white;
float:left;
}
.CodigosC input
{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
font-size:12px;
background-color:white;
border-style:none;
margin: 7.7px 0px;
}
.CodigosC input:focus
{
outline: none;
}
.Mensaje
{
 color:white;
 font-family:arial;
 font-size:15px;
 text-align:center;
 padding:7px;
}

.Cajasug
{
background-color:white;
border-width:thin;
color :white;
opacity: 0.90;
filter:alpha(opacity=90);
}
.Cajasug li
{

 padding:5px;
 text-align:left;
  background-color:white;
}
.Cajasug a
{
  font-style:italic;
}
.Cajasug a:hover
{  opacity: 1.0;
filter:alpha(opacity=100);
 color:blue;
  font-style:italic;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;  
}



/*SPRY 2*/
.TabbedPanels1 {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup1 {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab1 {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	/*background-color:#1A7736;*/
	color:#FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size:11px;
}

.TabbedPanelsTabHover {
	/*background-color:#FF9900;*/
	background-color:#FFF;
}

.TabbedPanelsTabSelected {
	/*background-color:#FF9900;*/
	background-color:#FFF;
}

.TabbedPanelsTab1 a {
	color: black;
	/*text-decoration: none;*/
}

.TabbedPanelsContentGroup1 {
	clear: both;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color:#FFFFFF;
}

.TabbedPanelsContent1 {
	padding: 4px;
	/*width:600px;
   background-color:#000;*/
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup1 {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab1 {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	background-color:#FF9900;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup1 {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.ss{
clear:both;
width:auto;
height:1px;
}
/*SPRY 2*/

