/*VENTANA MODAL*/


.ultabs > li {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #A9A9A9;
    border-radius: 1px 5px 0 0;
    color: #808080;
    float: left;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: bold;
    margin: -1px 2px;
    padding: 2px 8px;
}

.ultabs > li:hover
{
	color:#666666;
	cursor:pointer;
}

.tabslisel {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #3D71B0 !important;
    border-color: #416CA8 #416CA8 transparent !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 1px -1px 2px #C0C0C0, -1px 0 2px #C0C0C0;
    color: #FFFFFF !important;
}


/* Z-index of #mask must lower than #boxes .window */
.bgtransparent{
        position:fixed;
        left:0;
        top:0;
        background-color:#000;
        opacity:0.6;
        filter:alpha(opacity=60);
}

.bgmodal{
        position:fixed; 
        font-family:arial;
        font-size:1em;
        border:0.05em solid black;
        overflow:auto;
        background-color:#fff;
}
     
     
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
    width:375px;
    height:203px;
}

#listaCli li span:hover
{
	text-decoration:underline;
	color:#ddd;
	cursor:pointer;
}


/* PANEL PRINCIPAL */

.estiloListasEvo
{
	border:1px solid #C0C0C0;  
	background:#FFFFF0; 
	color:#66768C; 
	padding:3px;
	margin-bottom:5px;
}

.alineacionDivEvolucion
{
	margin-left:20px; 
	padding:1px;
}

spanEstado
{
	color: #66768C;    
    font-weight: bold;
    padding: 4px;
}

div#acordeon
{
	width: 160px;	
	margin: 185px 2px 10px 10px;
}

#labelNombre
{
	color: #49A353; 
	font-size: 10px;	
}

.labelCliConex
{
	color: #3366CC; 
	font-size: 10px;
}

#ImagSalir img
{	
	height:16px; 
	width:16px; 
	margin-top:-5px;
}

#bSalir:hover
{
	text-decoration:underline;
}
 
#bCuenta:hover
{
	text-decoration: underline;
}

.acordeon
{
	list-style:none;
}

.botonForo
{
	border:1px solid #c9c9c9; 
	padding: 5px; 
	border-radius:3px; 	
	/*box-shadow: 1px 1px 2px #C0C0C0; */
	margin-bottom:5px; 
	margin-top:4px;	
	font-size:11px; 
	font-weight:bold;	
	background-color:#ddd;
	cursor:pointer;
	
}

.listaFicheros
{
	cursor:pointer;
}

.listaFicheros span:hover
{
    text-decoration:underline;
}

.botonForo:hover
{
	background-color:#fff;
}

.imagenAcordeon
{
	width:18px; 
	height:18px; 
	padding:2px;		
}

.estilosError
{
	color:red; 
	font-size:12px; 
	font-weight:bold
}

span.botonesChat, a.botonesChat 
{
	color:#0026ff;
}

a.botonesChat:hover
{
	text-decoration:underline;
}

.Divpoplista {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F1F1F1;
    border-color: #C0C0C0 #C0C0C0 #A9A9A9;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #C0C0C0;
    display: none;
    z-index: 100;
}

.divBoton
{
	/*background: none repeat scroll 0 0 #64ADDB;
    border: 1px solid #416CA8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px #C0C0C0, 0 1px 1px #94C3E0 inset;
    color: #ffffff;
    display: block;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    padding: 7px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #416CA8;
    width: 160px;
    cursor:pointer;    */
    border-bottom: 1px solid #ddd;
    display: block;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    padding: 7px 5px;
    text-align: left;
    width: 138px;
    cursor: pointer;
    color: #64ADDB;
  
}
.botonSeleccionado {
    background: none repeat scroll 0 0 #3D71B0;
    border-color: #325E92;
    color: #fff;
}

.divBotonInhabilitado
{
	background: none repeat scroll 0 0 #3D71B0;
    border: 1px solid #416CA8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px #C0C0C0, 0 1px 1px #94C3E0 inset;
    color: #ffffff;
    display: block;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    padding: 7px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #416CA8;
    width: 200px;
    cursor:pointer; 	   
  
}

#bDesplegarEstado:hover
{
	text-decoration: underline;
}

#bAsociarDoc:hover
{
	text-decoration: underline;
}

table
{
	width:100%;	
}

.divBoton:hover
{
	background: none repeat scroll 0 0 #3D71B0;
    border-color: #325E92;
    color: #fff;
}


.divDesplegable
{
	background: none repeat scroll 0 0 #EBEBEB;	
    border: 1px solid #000;
    border-radius: 0px 0px 3px 3px;    
    display: none;
    width: 200px;	
}

.panelCargar
{
	float:right;
	width:765px;	
	/*color:#fff;*/
	margin:10px 9px 10px 9px;
	border-radius: 3px 3px 3px 3px;
}

.listaDesplegable
{
	 list-style: none;
	 margin-left: -25px;		 
}

.listaDesplegable a
{
	color: #999999;	 	 
	font-size: 12px;
	font-weight:bold;
	padding:2px;
}

#ps:hover
{
	text-decoration:underline;
}

.listaDesplegable li {
  line-height: 18px;
  padding: 2px;
}

.listaDesplegable a:hover
{
	color: #585858;	
}

.textBoxBusqueda
{	 
	 margin: 0;    
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 display: inline-block;    
	 font-size: 11px;
	 line-height: 18px;
	 color: #555555;
     background-color: #ffffff;
	 border: 1px solid #cccccc;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
	 border-right: 3px;
	 padding: 3px;
	 margin-left: 12px;
	 margin-top: 2px;
}

/* AGENDA */

.cabeceras
{
	 background: #3D71B0;
	 color: #FFFFFF;
	 text-shadow: 1px 1px 1px #416CA8;
	 font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
     font-size: 18px;
     font-weight: bold;	 
     border: 1px solid #416CA8;
     border-radius: 3px 3px 3px 3px;
     box-shadow: 1px 1px 2px #C0C0C0, 0 1px 1px #94C3E0 inset;	
     margin-bottom: 10px;     
}

.cabeceras img
{
	padding:4px;
	height: 32px;
	width: 32px;
}


.imgFlecha {
    height: 24px !important;
    padding: 0 !important;
    width: 24px !important;
}

.cabeceraTablas
{
	color: #66768C;
	font-size: 11px;
	font-weight:bold;		
	text-align: center;		
}

.cabeceraTablas img
{
	width:26px; 
	height:26px;
	text-align: left;
}

.cabeceraFormulario
{
    border-bottom-width: 2px;
	color: #66768C;
	font-size: 12px;
	font-weight:bold;			
	text-align: left;
}

.tablaDatos
{
	border-spacing: 0px 2px;	
}
.tablaDatos > tbody > tr {
    height: 35px;
}
.cabeceraFormulario img
{
	width:26px; 
	height:26px;	
}

th
{
	border-bottom: 1px solid #66768C;
}

.cabeceraTablas td
{
	border-bottom: 2px solid #64ADDB;
}

.datosTablas
{
	vertical-align:top;
    color: #585858;
	background: #fff;
	font-weight:normal;
	color: #66768C;
	border-radius: 2px 2px 2px 2px;
}
.datosTablas > td {
    padding: 2px;
    vertical-align: middle;
}
.fila {
    cursor: pointer;
}
.fila:hover {
    background-color: #f5f5f5;
}
.imagenCheckFechasTabla
{
	text-align:center;
}

.DescripcionTablas
{
	font-weight:bold;
	font-style:oblique;
}

/*.datosTablas:hover
{
	color: #416CA8;	
	background-color: #ccc;
}*/

#tablaReclamaciones .datosTablas:hover,#tablaContactos .datosTablas:hover,#tablaPostVenta .datosTablas:hover
{
	color: #416CA8;		
	cursor: pointer;
}

#tablaPostVenta .datosTablas {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
} 

.chatIzquierda
{	
	 border-radius: 10px 10px 10px 10px;	 
	 background:#f5f5f5;
	 border: 1px solid #bbb;
	 width: 95%;
	 float:left;
	 margin-top: 6px;	
}

.chatDerecha
{	 
	 border-radius: 10px 10px 10px 10px;	 
	 border:1px solid #AED899;
	 background:#E4F9DB;
	 /*width: 96%;*/
	 float: right;
	 margin-top: 6px;	
}

#listaFich
{
	text-align:left;
	padding:5px;
	margin-left: 20px;
}

#listaFich > li
{
	padding:4px;
	color:#66768C;
	font-style: oblique;
    font-weight: bold;
}

#ulListaEst
{
	text-align:left;
	padding:5px;	
}

#ulListaEst > li
{
	padding:4px;
	color:#66768C;	
	font-size:11px;
    font-weight: bold;
}

#ulListaEst > li:hover
{
	cursor:pointer;
	text-decoration:underline;
}

.estiloCabeceraforo
{
	color: #66768C;
    text-shadow: 10px 2px 2px rgba(0, 0, 30, 0.08);
    font-size: 12px;
    font-weight: bold;
    font-style:oblique;
    padding: 8px;
    text-decoration: underline;
}

.descripcionForo
{
	color: #66768C;
	padding:5px;
}


.botonRealizar {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;    
}

.botonNuevaIncidencia
{
	background: #C20A0A;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;    
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;   
    font-size:11px;
    margin-left: 250px;
    cursor:pointer;
}
.botonesProcesos {
    padding: 0;
}
.botonesProcesos  > li {
    margin: 5px 0;
}

.botonProceso {
    background-color: #3D71B0;
    border: 1px solid #3D71B0;
    color: #fff;
    cursor:pointer;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    /*line-height: 30px;*/
    width: 100%;
}
.botonProceso:hover {
    opacity: 0.9;
}
.campoObligatorio
{
	color:Red;
	font-size:10px;	
	font-weight:bold;				 
}

.labelCamposObligatorio
{
	color:Red; 
	font-size:10px;	
}

.botonRealizar:hover
{
	background: none repeat scroll 0 0 #66768C;
    border: 1px solid #66768C;
    color: #FFFFFF;
}


/* DEFAULTS
----------------------------------------------------------*/
.error {
    color: #C9607D;
    font-size: 10px;
}


a.linkcond {
    color: #666666;
    font-size: 11px;
}

a.linkcond:hover
{
	text-decoration:underline;
}

.botoncat {
    background-color: #E9E9E9;
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    font-size: 13px;
    padding: 1px 4px;
    box-shadow: 0 2px 2px #C0C0C0;     
    font-family: Georgia;     
}

span.linkant {
    color: #888888;
    display: block;
    font-size: 13px;
    /*padding-left: 10px;   */
    font-family: Georgia;        
}

.botoncat:hover
{
	background: #ddd;
	cursor:pointer;
}

.listahcat > li
{	
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 4px 15px;    
}

.listahbus > li:hover, .listahcat > li:hover 
{
	background-color: #EBEBEB;
	border-bottom-color: #BBBBBB;	
	color:#fff;
	cursor:pointer;
}

.Divpoplista {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F1F1F1;
    border-color: #C0C0C0 #C0C0C0 #A9A9A9;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #C0C0C0;
    display: none;
    z-index: 100;
}

.listahbus, .listahcat {
    margin: 3px 2px;
    padding: 0;
}

/* LOGIN */

.Divlogin
{
    background-color:#fff;
    border:1px solid #999;
    border-radius:4px;
    box-shadow:0 1px 3px #c0c0c0;
    padding:10px;
    margin:0 125px;
}

.spantitlogin
{
    color:#666;
    font-size:20px;
    font-weight:bold;
    font-family:"Segoe UI";    
}
.Divloginder
{
    background-color:#f5f5f5;
    border:1px solid #e5e5e5;
    border-radius:1px;
    padding:30px 20px 15px;
}

.flotaD
{
	float:right;	
}
.flotaI
{
	float:left;	
}
.oculto
{
	display:none;	
}


p.textfeat {
    color: #999999;
    font-size: 14px;
    margin: 0;
}

#li0 {
    background: url("../imagenes/incidencias.png") no-repeat scroll left center transparent;
}

#li1 {
    background: url("../imagenes/contactos.png") no-repeat scroll left center transparent;
}

#li2 {
    background: url("../imagenes/citas.png") no-repeat scroll left center transparent;
}

.listfeat > li {
    border-bottom: 1px dotted #C0C0C0;
    color: #808080;
    font-size: 13px;
    font-weight: bold;
    list-style: none outside none;
    margin: 15px 0;
    opacity: 1;
    padding: 0 0 10px 40px;
}

#opcionesLogin ul > li {
    list-style: none outside none;
    margin: 3px 0;
}

.btlogin {
    background: none repeat scroll 0 0 #B95D6F;
    border: 1px solid #416CA8;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
}

p.textfeatli {
    color: #999999;
    font-size: 11px;
    margin: 3px;
}

.labelreg
{
	color: #808080;
}

body {
    height:100%;
    margin: 0px auto;       
    font-family: Verdana, Arial, Tahoma, "Trade Gothic", "Trebuchet MS", sans-serif;
    font-size: 11px;
    max-width: 1010px;
    min-width: 1000px;
    color:#333;   		
	/*background: url(../imagenes/fondoruido.png) center center #fff repeat;	*/
	/*background: -moz-linear-gradient(top, #c0c0c0, #efefef);*/
	/*background: -moz-linear-gradient(top, #d9d9d9, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#efefef',GradientType=0 ); /* ie */
	/*background: url("../imagenes/fondo.png") repeat-x fixed center center #F0F0F0;	*/	
	/*background: url("../imagenes/fondo1.png") repeat right top #d9d9d9;*/
	
	background-image: url(../imagenes/bgplano.png);
	/*background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top right;	
	background-color: #d9d9d9;*/
	
    background-attachment: fixed;        
}

#selEmpresa:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
	margin:0px	
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    position:absolute;
    bottom:0;    
}

.spanaviso
{
    color:#B95D6F;
    font-size:11px;
    border: 1px solid #B95D6F;
    border-radius: 4px;  
    margin:10px 230px 3px 280px;
    padding: 2px 5px;
    width:459px;
    display:none;
}

.cabeceraTabla
{
	color:White;	
	background-color:#990000;	
	vertical-align:middle;			
	border: 2px groove White;
}

#divtabla1 select, #divtabla2 select
{
	font-size:9pt;	
    color:#666;
    border: 1px solid #C0C0C0;
    width:auto;
}

.estiloColumnasCabecera
{
	width:120px; 
	vertical-align:middle; 
	text-align:center;
	border: 1px solid #EEE;
	
}

.cabeceraLogin
{
	background:#EEEEEE;
	border: 1px solid #C0C0C0;
    border-radius: 4px 4px 4px 4px;
}

.tblogin
{
	border: 1px solid #C0C0C0; 
	border-radius: 4px 4px 4px 4px;	
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin: 0 0 9px;
    padding: 4px;
    vertical-align: middle;
    width: 210px;
}
.Divprecab
{
	background: #B95D6F;
	color:White;
}

.filtros
{
	background-color: #EBEBEB;
    border-color: #BFBFBF;
    border-style: solid;
    border-width: 1px;	
    vertical-align:middle;
}

.cabecerafiltro
{	
    height: 1.6em;
    padding: 0;	    
    color:#585858;    
    text-align:center;
    font-size:17px;
    font-style:oblique;    
}

.selectEstilo
{ 
  font-family: Georgia;  
  color: #888;
  background-color:#f6f6f6;    
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 1px 1px #ccc;
}

.colocacionPanelPrincipal
{
	text-align:left; 
	padding: 4px 0 4px 5px; 
	color:#3D71B0;		
	font-size:13px;
}

.colocacionPanelPrincipal:hover
{
	color:#666666;
}

.colocacionEnlace
{
	float:left; 
	margin: 10px 0 0 0;	
}

div.formatoEnlace:hover
{
	 background: #49A353;
	 background-color: #49A353;
	 border: 1px solid #3D8745;
	 box-shadow: 1px 1px 2px #CCCCCC;
	 text-decoration:none;
	 text-shadow: -1px -1px 0 #666666;
}

.enlacesopciones
{
	 color: #66768C;
	 font-size: 12px;
	 font-weight: bold;
	 padding: 0 1px;		 
	 /*text-shadow: 2px 2px 1px #C0C0C0;	*/
}

.listasOp
{
	color: #999999;
    list-style: disc outside none;
    margin: 0px 13px;
}

.listaOpcionesMenu
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
    line-height: 18px;
    margin: 0 0 9px;	
    font-size: 10px;
    font-weight:bold;    
}

a.enlacesopciones:hover 
{
	 color: #E17B77;
	 text-decoration: none;
}

.IniciarSesion
{
	background-color: #E5E5E5;
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    color: #808080;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
}

.IniciarSesion:hover
{
	background: none repeat scroll 0 0 #C9607D;
	border: 1px solid #BD416E;
	color: #FFFFFF;
}


a.enlaceMenu
{
	color:#FFFFFF; 
	display:block;
	padding: 10px 0;
	text-decoration: none;
	
}

/* TAB PIE  
----------------------------------------------------------*/
#footer  
{
	height: 22px; clear:both; 
	border-radius: 4px; 
	background-color:Gray; 
	color:White;
	text-align:center;		
	position:absolute;
    bottom:0;    
    margin: 2px;
    width:1010px;
    
}
/* TAB CUERPO
----------------------------------------------------------*/


div#divcuerpo
{	
	margin: 10px 0 0;		
	padding: 0 0 30px;
}

.cuerpoestilos
{
	border-radius: 5px 5px 5px 5px; 
	border: 1px solid #999; 				
	/*background: #DCDCDC;		*/
	background: #f3f3f3;
}

div#divcontenedor
{
	position:relative;
	min-height:100%;	
}

html
{
	 height:100%;
	 /*background: url("../imagenes/fondo1.png") repeat-y left top #d9d9d9;*/	 
}

select
{
  display : inline-block;
  width: auto;
  height: auto;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	
}
/*****  CABECERA  ******/
#ImagenBanner
{
	border-left:	 1px solid #999;	
	border-right: 1px solid #999;	
	border-top: 1px solid #999;
	border-radius: 4px 4px 0px 0px;
}

.barraInfor
{
	height:25px; 
	border-radius: 0px 0px 4px 4px; 
	background: url("../imagenes/cabecera.png") repeat-x scroll 0 0 #EEEEEE; 
	border-left: 1px solid #999;	
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;	
	cursor:default;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input
{
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: inline-block;
  padding: 2px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  /*background-color: #f0f0f0;*/  
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

textarea 
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 2px;
	font-size: 12px;
	line-height: 18px;
	/*background-color: #f0f0f0;*/
	 box-shadow: 1px 2px 5px #DCDCDC inset, -1px 0 3px #DCDCDC inset;
	border: 1px solid #cccccc;
	color: #555555;
    border-radius: 3px;
}

ul
{
  list-style:none;	
}


.formatoDesplegable {
    /*background: none repeat scroll 0 0 #FAFAFB;*/
    border-radius: 0 0 3px 3px;
    display: none;
}

.OpcionesPanelPrincipal {
    /*background: url("../imagenes/degradado.png") repeat-x scroll 0 0 #EEEEEE;*/
    background: #fff;
    border-color: #CCCCCC #CCCCCC #A9A9A9;
    border-image: none;
    border-radius: 3px 3px 0px 0px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;        
    padding: 1px;
    margin: 20px 0px 0px 0px;    
}

.OpcionesPanelPrincipal:hover
{
	box-shadow: 1px 1px 2px #A9A9A9;	
	background: #f9f9f9;
	color: #dfdfdf;
}

a {   
    text-decoration: none;        
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

.imgFlecha
{
	width:24px !important; 
	height:24px !important; 
	padding:0 !important;
}	
.dataTables_filter input {
    height: 20px !important;
}
#tablaPostVenta td {
    padding: 8px 3px;
}
.ui-menu {
    max-height: 250px;
    overflow-y: auto;
}
.detalleTarea {
    background:#f9f9f9;
    padding:2px 4px;
}
.tabladetalleTarea td{
    padding: 5px 0;
}
.circulo {
    background-color:red;
    border-radius:15px;
    display:inline-block;
    height:15px;
    width:15px;
}
.circulo--verde {
    background-color: green;
}
.circulo--naranja {
    background-color: orange;
} 
.link:hover {
    text-decoration: underline;
}
.rotar {
    transform: rotateZ(90deg);
}
.listaPlanos {
    margin: 0;
    padding-left: 15px;
}
.listaPlanos > li {
    float: left;
    margin: 5px 10px;
}
.iconoPlano {
    height: 45px;
    opacity: 0.7;
}
.miniaturaPlano {
    border: 1px solid #999;
    border-radius: 3px;
    height: 45px;
    opacity: 0.7;
    width: 45px;
}
.miniaturaPlano:hover, .iconoPlano:hover {
    opacity: 1;
}
.listaDocumentos {
    margin: 0;
    padding: 0;
}
.listaDocumentos > li {
    margin: 5px;
}
