

#ddtoptabs{
padding-left: 10px;
margin-left: auto;
margin-right: auto;
background: #122B4A; /*transparent color antiguo*/
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddtoptabs ul{

font: 10px Arial;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddtoptabs a{
float:left;
color: white;
background: #5B81AE url(color_tabs_left.gif) no-repeat left top; /*#245693 color antiguo por defecto*/
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 0px;
}

#ddtoptabs #selectedItem {
background-color:#122B4A ; /* color antiguo otro: #92ABCA*/
}


#ddtoptabs a span{
float:left;
display:block;
background:transparent  url(color_tabs_right.gif) no-repeat right top; /*  otro: #122B4A */
padding:4px 9px 3px 6px;
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs a:hover{
background-color:#245693; /*#C6C6E8 color antiguo por defecto*/
}

#ddtoptabs a:hover span{
background-color: #245693; /* #C6C6E8 color antiguo por defecto*/
}

#ddtoptabs #current a, #ddtoptabs #current span{ /*currently selected tab*/
background-color: #122B4A ; /* otro: #92ABCA - black color antiguo*/
}

#ddtoptabsline {
background:#122B4A none repeat scroll 0%; /*black color antiguo*/ 
border-bottom:1px solid  #122B4A; /*black color antiguo*/
clear:both;
height:2px;
margin-bottom:0px;
padding:0pt;
width:100%;
line-height:2px;
color:black;
font-family:Arial;
font-size:40%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

.message {
font-size: larger;
padding:15px;
}

.boton
{
     background-color:#333399;
     border-color:#000;
     width:60px;
     
}
.boton:hover
{
     background-color:#B1C7D4;
}

.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/blank.jpg);
	z-index:1000;
	
	
}

.LB_window {
	position: absolute;
	background: #e7e7e7;
	color:#000000;
	display:none;
	border: 4px solid #0797E7;
}

.LB_alert_window {
	position: absolute;
	background: #c5c5c5;
	color:#000000;
	display:none;
	border: 4px solid #0797E7;
}



.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #B2B2B2;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}


.LB_window a {
 padding-right: 10px;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow{
	cursor: move;
	padding:2px 10px 2px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#37A8E8;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	overflow:auto;
	padding:0px;
}

.LB_resize{
   background-image: url("/images/handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   z-index:100;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}
