/* @CHARSET "ISO-8859-1"; */
/* CSS Style para formularios maquetados en tablas */


div.pageLoadFilm-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
div.pageLoadFilm-visible{
    /*make visible*/
    display:block;

    /*position it at the very top-left corner*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity:.75;
    z-index:2000;

    /*set the padding, so that the content
      of the div is centered vertically*/
    padding-top:0;
  }

.tablaFormContainer{
	align:center;
	valign: middle;
	width: 100%;
	}

.tablaFormInterno{
	BORDER-TOP: #EFEFEF 1px solid; 
	BORDER-LEFT: #EFEFEF 1px solid;
	BORDER-RIGHT: #E3E3E3 1px solid; 
	BORDER-BOTTOM: #E3E3E3 1px solid;
	background: #ECE9D8;;
	padding: 0px;
    align: center;
	}

.tablaFormInternoTAB{
	BORDER-TOP: #EFEFEF 1px solid; 
	BORDER-LEFT: #EFEFEF 1px solid;
	BORDER-RIGHT: #E3E3E3 1px solid; 
	BORDER-BOTTOM: #E3E3E3 1px solid;
	background: #ECE9D8;;
	padding: 0px;
    align: center;
	}

.tablaFieldSet{
	}

.tablaFieldSet td{
	}
	
.fieldsetForm {
	align:left;
	font:12px 'Verdana', Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	width: auto;
	border: 1px dotted #B2B2B2;
	padding:0px;
	margin:0px;
	}

.fieldsetForm legend{
	background: #F6F4EC;
	font:10px 'Verdana', Arial, Helvetica, sans-serif;
	color:#515151;
	margin-left:5px;
	}
	
.labelForm{
	text-align:left;
	font:10px 'Verdana', Arial, Helvetica, sans-serif;
	color: #0000FF;
	}

.labelInfo{
	text-align:left;
	font:10px 'Verdana', Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #FFFFFF,
}
	
.labelFormReq{
	text-align:left;
	font:10px 'Verdana', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	}
	
.labelInfoGrande{
	text-align:left;
	font:13px 'Verdana', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
	
.scrollDiv {
	overflow-x:auto;
	overflow-y:auto;
	}
	
/*----------Estilos para las tablas clase "tablaListado"---------------*/
.tablaListado{
	font:9px 'Verdana';
	color:#414141;
	}
	
.tablaListado th{
	border-bottom:1px solid #616161;
	color:#0000FF;
	font-weight:normal;
	}

.tablaListado tr th{
	background:#F6F4EC;
	}

.tablaListadoResaltar{
	color:#FF4040;	
	} 

.tablaListadoResaltar a, .tablaListadoResaltar a:visited, .tablaListadoResaltar a:hover{
	color:#FF4040;
	text-decoration: none;
	}

	
/*----------Div que recibe texto html via ajax emulando un "textarea"----------*/
.textDisplayed{
	position:relative;
	overflow-x:none;
	overflow-y:auto;
	font-family:'Verdana';
	color:#202020;
	font-size:10px;
	heigth:100%;
	width:100%;
	}
.textDisplayedData{ /*span para mostrar datos en el div*/
	color: #333333;
	font-family: 'Verdana';
	font-size: 9px;
	}
.textDisplayedLabel{ /*span para mostrar labels en el div*/
	color: #0066FF;
	font-size: 9px;
	font-family: 'Verdana';
	}

/*------------ BOTONES EN SOLAPAS ----------- */	

.buttonTAB input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.buttonTAB {
    border: 1px dotted #595959;
    background: #DBDBDB;
    width: 90px;
    margin: 2px 4px 6px 4px;
    text-align: center;
    font: 11px 'Verdana';
}

.buttonTAB:hover {
    border: 1px dassed #000000;
    background: #eef;
}

/*---------------DIVS CONTENEDORES DE TAB-----------*/
.TabContainerOut {
	width:745px;	
    height:550px;
    overflow-x:none;
	overflow-y:none;
	background: #ECE9D8;
}

.TabContainerIn {
    width:740px;
    height:100%;
    overflow-x:none;
    overflow-y:none;
    background: #ECE9D8;
}

/*-----------------ESTILOS DE SWAP--------------------*/
.swap{
 background:#E9E6D5;
 padding: 4px 4px 4px 4px;
 border: 1px outset #DEDEDE;
}

.swap_title{
	width:400px;
	height:10px;
	background:#F6F4EC;
	border-bootom:1px solid #CCCCCC;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #2080D0;
	text-align:center;
}

.swap_buttonbar{
	width:64px;
	background:#ECE9D8;
	border: 1px solid #FCFAF8;
	text-align: center;
	
}

.swap_btn{
	width:40px;
	text-align: center;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	border: #CFCFCF 1px outset;
	background-color:#E7E3C9;
	color:#123456;
	cursor:pointer;
}

.swap_contenido{
	border: 1px solid #DFDFDF;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #414141;	
}

.swap_scroll{
	width:100%;
	height:100%;
	overflow-x:auto;
	overflow-y:auto;	
}

/*-----------------ESTILOS PARA POPUPS-----------------*/

.popupContainer{
   	align: center;
	valign: top;
	width: 100%;
	height: 100%;
	background:	#ECE9D8;
}

.popupBody{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ECE9D8;
}

.popupMsj{
	padding: 10px 10px 10px 10px;
	color: #3C3C3C;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

/*-------------------- Form Login --------------------*/
#logoLogin { 
	width: 300px; 
	height: 25px; 
	background-image: url("/dealer/images/logoLogin.png") !important;
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dealer/images/logoLogin.png'); 
}

.tableLogin{
	border: 1px solid #D8BC67;
	background: url("/dealer/images/bgMetal.gif");
	}

.labelLogin{
	font-family: 'Verdana';
	font-size: 10px;
	font-weigth: normal;
	color: black;
	text-align: left;	
	}
	
.tableLogin input[type=text], .tableLogin input[type=password]{
	background:#E3E3E3;
	}
	

/*-----------------Botones de accion------------------*/
.buttonBar{
	width:100%;
	height:50px;
	background-image:url(/dealer/images/bgButtonBar.gif);
    background-repeat: x;
}
.buttonBar tr td{
	text-align:left;
}

.actionBotonera{
}

.miniBotonera{
background:	#E3E3E3;
padding-right:10px;
border:#D7D7D7 1px solid;
}
.miniBotonera td{
background:	#E3E3E3;
}

.miniButton{
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#123456;
cursor:pointer;
}

.maxButton{
color: #fff;
background-color: #428bca;
border-color: #357ebd;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

.miniButton_mapa {
background-image:url(/dealer/images/mapaIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.miniButton_clean {
background-image:url(/dealer/images/miniCleanIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.miniButton_execute {
background-image:url(/dealer/images/miniExecuteIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.miniButton_geopos {
background-image:url(/dealer/images/geoposIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.miniButton_georef {
background-image:url(/dealer/images/georefIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.miniButton_camera {
background-image:url(/dealer/images/cameraIcon.gif);
background-repeat:no-repeat;
height:22px;
width:80px;
background-position:left;
padding-left: 22px;
padding-right: 2px;
text-align:left;
font-weight:normal;
font-size:9px;
font-family:Verdana;
border: #CFCFCF 1px outset;
background-color:#E7E3C9;
color:#414141;
cursor: pointer;
}

.optionBTN_fijo {
background-image:url(/dealer/images/fijoIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;
}

.optionBTN_movil {
background-image:url(/dealer/images/movilIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;
}

.optionBTN_both {
background-image:url(/dealer/images/bothIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_marcar {
background-image:url(/dealer/images/marcarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_exit {
background-image:url(/dealer/images/exitIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_exitOver {
background-image:url(/dealer/images/exitIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_fijoOver {
background-image:url(/dealer/images/fijoIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.optionBTN_movilOver {
background-image:url(/dealer/images/movilIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.optionBTN_bothOver {
background-image:url(/dealer/images/bothIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.optionBTN_marcarOver {
background-image:url(/dealer/images/marcarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.optionBTN_fijoActive {
background-image:url(/dealer/images/fijoIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px inset;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_movilActive {
background-image:url(/dealer/images/movilIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px inset;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_bothActive {
background-image:url(/dealer/images/bothIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px inset;
background-color:#ECE9D8;
color:#123456;	
}

.optionBTN_marcarActive {
background-image:url(/dealer/images/marcarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px inset;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_buscar {
background-image:url(/dealer/images/searchIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #CFCFCF 1px solid;
background-color:#ECE9D8;
color:#123456;
}

.actionBTN_add {
background-image:url(/dealer/images/addIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_update {
background-image:url(/dealer/images/updateIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_viewImages {
background-image:url(/dealer/images/viewImagesIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_new {
background-image:url(/dealer/images/cleanIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_save {
background-image:url(/dealer/images/saveIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_cancel {
background-image:url(/dealer/images/cancelIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_print {
background-image:url(/dealer/images/printIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_delete {
background-image:url(/dealer/images/deleteIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_select {
background-image:url(/dealer/images/selectIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_clone {
background-image:url(/dealer/images/cloneIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_email {
background-image:url(/dealer/images/emailIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_clean {
background-image:url(/dealer/images/cleanIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_error {
background-image:url(/dealer/images/errorIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_next {
background-image:url(/dealer/images/nextIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_back {
background-image:url(/dealer/images/backIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_habilitar {
background-image:url(/dealer/images/habilitarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_cargar {
background-image:url(/dealer/images/cargarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_salir {
background-image:url(/dealer/images/exitIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 30px;
padding-right: 5px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #CFCFCF 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

/*ESTILOS PARA OVER*/
.actionBTN_cancelOver {
background-image:url(/dealer/images/cancelIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_salirOver {
background-image:url(/dealer/images/exitIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_buscarOver {
background-image:url(/dealer/images/searchIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_fijoOver {
background-image:url(/dealer/images/fijoIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;	
}

.actionBTN_movilOver {
background-image:url(/dealer/images/movilIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_viewImagesOver {
background-image:url(/dealer/images/viewImagesIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
font-family:Verdana;
border: #DBDB9B 1px solid;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_addOver {
background-image:url(/dealer/images/addIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_updateOver {
background-image:url(/dealer/images/updateIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_newOver {
background-image:url(/dealer/images/cleanIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_saveOver {
background-image:url(/dealer/images/saveIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_cancelOver {
background-image:url(/dealer/images/cancelIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_printOver {
background-image:url(/dealer/images/printIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_habilitarOver {
background-image:url(/dealer/images/habilitarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_deleteOver {
background-image:url(/dealer/images/deleteIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_selectOver {
background-image:url(/dealer/images/selectIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_cloneOver {
background-image:url(/dealer/images/cloneIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_emailOver {
background-image:url(/dealer/images/emailIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_cleanOver {
background-image:url(/dealer/images/cleanIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_errorOver {
background-image:url(/dealer/images/errorIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_nextOver {
background-image:url(/dealer/images/nextIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_backOver {
background-image:url(/dealer/images/backIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

.actionBTN_cargarOver {
background-image:url(/dealer/images/cargarIcon.gif);
background-repeat:no-repeat;
height:33px;
width:100%;
background-position:left;
padding-left: 29px;
padding-right: 6px;
text-align:left;
font-weight:normal;
font-size:11px;
border: #DBDB9B 1px solid;
font-family:Verdana;
background-color:#ECE9D8;
color:#123456;
cursor: pointer;
}

/*-----------------Botones de accion en Services------------------*/
.ServicesButtonBar{
	width:100%;
	height:28px;
    border-bottom: 1px dashed #C2D4E8;
    background:  transparent;
    text-align: left;
}

.barBTNmessajes{
	color:#414141;
	height:10px;
	font-family:'Verdana';
	font-size:9px;
}

.disabledFilter {filter: alpha(opacity=30); opacity: .3}

.barBTN_filter {
background-image:url(/dealer/images/barBTN_filter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_cleanfilter {
background-image:url(/dealer/images/barBTN_cleanfilter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_addtecnico {
background-image:url(/dealer/images/barBTN_addtecnico.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_addOT {
background-image:url(/dealer/images/barBTN_addOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_endOT {
background-image:url(/dealer/images/barBTN_endOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_cancelOT {
background-image:url(/dealer/images/barBTN_cancelOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_progOT {
background-image:url(/dealer/images/barBTN_progOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_close {
background-image:url(/dealer/images/barBTN_close.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_printfilter {
background-image:url(/dealer/images/barBTN_printfilter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_printOT {
background-image:url(/dealer/images/barBTN_printOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: none;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

/*******************************************************************BAR BUTTONS OVER*****************************************/
.barBTN_filterOver {
background-image:url(/dealer/images/barBTN_filter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_cleanfilterOver {
background-image:url(/dealer/images/barBTN_cleanfilter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_addtecnicoOver {
background-image:url(/dealer/images/barBTN_addtecnico.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_addOTOver {
background-image:url(/dealer/images/barBTN_addOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_endOTOver {
background-image:url(/dealer/images/barBTN_endOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_cancelOTOver {
background-image:url(/dealer/images/barBTN_cancelOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_progOTOver {
background-image:url(/dealer/images/barBTN_progOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_closeOver {
background-image:url(/dealer/images/barBTN_close.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_printfilterOver {
background-image:url(/dealer/images/barBTN_printfilter.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.barBTN_printOTOver {
background-image:url(/dealer/images/barBTN_printOT.gif);
background-repeat:no-repeat;
height:26px;
width:26px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}

.actionBTN_avanzada {
background-image:url(/dealer/config/imagesBykom/reindex.png);
background-repeat:no-repeat;
height:21px;
width:100px;
border: 1px outset gray;
background-color:transparent;
margin:0px;
padding:0px;
cursor: pointer;
}




