﻿body 
{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#ifSom
{
	width:1004px;
	height:5000px;
}
textarea
{
    resize: none;
}
.clear
{
    clear: both;
}
.contenedor
{
    width: 1005px;
    margin: 0 auto;
    background-color:#ffffff;
}
.datoObligatorio
{
	/* color: Red; */
	color:#9A0004;
}
.boxcorrecto{
    background-color: #e8f5df;
    border:1px solid #9ece9e;
}

.boxerror{
    background-color: #f5dfdf;
    border:1px solid #ce9e9e;
}
.Esconder
{
    display:none;
}
.botonIcono
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #888;
	cursor: pointer;
	padding:5px;
	text-align: center;
	margin:0 2px;
	/* margin-bottom: -9px; */
	height: 28px;
	min-width:100px;  
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	/*background-color:#314D83;*/
	/*background-color:#555555;*/
	background-color: #f49054;
	/*color:#ffffff;*/
	color:#333333;
}
.botonIcono:hover
{
	/*background-color:#0070B9;*/
	color:#ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-shadow: none;
}
.botonIcono:active{
	/*background-color: #3EA0DD;*/
	background-color: #ff6000;
}
.botonIcono:disable{
	background-color: #cccccc; 
}
.botonIcono:disabled{
	background-color: #cccccc; 
	color:#333333;
}
/*
.boton
{
    width: 94px;
    height: 24px;
    background-color:transparent;
   	border-style:none;
    background-image: url('img/bot2.png');
    font-size:xx-small;
    font-weight:bold;
}
*/
.boton
{
    width: 94px;
    height: 24px;
    background-color:transparent;
   	border-style:none;
    background-image: url('img/bot2.png');
    font-size:small;
    font-weight:bold;
}

.botonmovimiento
{
	width: 51px;
	height: 30px;
	background-color: Transparent;
	border-style:none;
	font-size:xx-small;
    font-weight:bold;
    float: right;
}
.hidden
{
    display:none;
}

.textoSimple
{
    background-color:transparent;
   	border-style:none;
    color:#111166;
    cursor:default;
   	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.link, .linkSimple, .linkBlancoSimple, .linkIzquierdo
{
    background-color:transparent;
   	border-style:none;
    color:#111166;
    cursor:pointer;
   	font-family:Arial;
    font-size:11px;
    font-weight:bold;
}
.link
{
    float:right;
}
.linkIzquierdo
{
    float:left;
}
.linkSimple
{
    text-decoration:none;
}
.linkBlancoSimple
{
	text-decoration:none;
	color:White;
}
.link:hover, .linkSimple:hover
{
    color: #003654;
    text-decoration: underline;
}
.linkBlancoSimple:hover
{
    text-decoration: underline;
}
.linkBlanco
{
    background-color:transparent;
   	border-style:none;
    color:#FFFFFF;
    cursor:pointer;
   	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    float: right;
    text-decoration:none;
}
.linkBlanco:hover
{
    text-decoration: underline;
}

.medida
{
    width: 1005px;
    margin:0 auto;
}
.mayúsculas
{
	text-transform:uppercase;
}
.nodoseleccionado
{
	text-decoration:none;
	color:Black;
}

.HideButton 
{
     display : none;
}
.msjCargando
{ 
	height:30px;
	text-align: center;
	width:250px;
	left: 40%;
	top: 40%;
	background:#FFFFFF;  
	border:2px solid #cecece; 
	padding:12px; 
	-moz-box-shadow: 0 0 10px 10px #888;
    -webkit-box-shadow: 0 0 10px 10px #888;
    box-shadow: 0 0 10px 10px #888;
    margin: 0 auto;
    position: fixed;
    z-index: 3;
    color: Black;
}

.mensajeCargando
{ 
	height:30px;
	text-align: center;
	width:250px;
	background:#FFFFFF;  
	border:2px solid #cecece; 
	padding:12px; 
	-moz-box-shadow: 0 0 10px 10px #888;
    -webkit-box-shadow: 0 0 10px 10px #888;
    box-shadow: 0 0 10px 10px #888;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    color: Black;
}

.fondoCargando
{
	height:100%;
	width:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);  
    margin: 0 auto;
    position: fixed;
    z-index: 2;
}

.MensajeSiNo
{
    background-color: #eeeeaa;
	border:2px solid #cecece;
	-moz-box-shadow: 0 0 10px 10px #888;
    -webkit-box-shadow: 0 0 10px 10px #888;
    box-shadow: 0 0 10px 10px #888;
	height: auto;
    margin: 0 auto;
	padding:12px;
    position: fixed;
	top: 320px;
	left: 30%;
	text-align: center;
	width: auto;
    z-index:10;
}
.FondoTransparencia
{
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	background-image: url('img/FondoTransparente.png');
	background-repeat: repeat;
	display:none;
}

.FramePopUp
{
	background:#FFFFFF;
	border:2px solid #cecece;
	display:none;
	font-size:13px;
	height:auto;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	min-height:620px;
	/* width:950px; */
	width:995px;
	z-index:1000;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.iframeContenido
{
	/* height: 620px; */
	height:680px;
	/* padding: 30px 10px; */
	padding-top: 30px;
	/* width: 935px; */
	width: 985px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
}
.wrapper
{
	background:#ffffff;
	color: #333333;
	margin: 0px 0px 10px 0px;
	min-height: 550px;
  	padding:0px;
    position: relative;
	width: 1005px;
}
.divBuscar
{
    max-width:555px;
    margin: 15px auto;
}
.logUsuario
{
    position: relative;
    top: -15px;
    display: block;
    margin-left: 30px;
    height: 25px;
}
.perfil
{
	/*background-image:url("img/perfilsprint.png");*/
    background-image: url('img/sprintbotones.png');
	/*background-position: -30px 0px;*/
	background-position: 0 -33px;
	background-repeat:no-repeat;
	float:right;
	height: 32px; 
	margin:0 10px;
	position:relative;
	top:-6px;
	width:30px;
}
.perfil:hover
{
	background-position: 0px 0px;
}
#backgroundHeader
{
    /* background: #f2f2f2; */
    background: white;
}
#backgroundPrincipal
{
    background: #ffffff;
    padding-bottom:10px;
}
#backgroundFooter
{
    background: #f2f2f2;
    height:80px;
}
#cbTipoProducto
{
    vertical-align:top;	
}
#form1
{
    bottom: 0px;
    height: auto;
    position: relative;
}
#SolapaEventos
{
    display: inline;
}
#upContenidoPlano
{
    height:1000px;
    margin:0 auto;
}

/*************** BOTONERA GENERAL ****/
#BotoneraGeneral{}
.botonera 
{
    position:relative;
    left:0px;
    background: #F2F2F2; 
    /* background: #E0E0E0; */
    /* border-bottom:3px solid #1C531C; */
    border-top:3px solid #3D3D3D; 
    border-bottom:3px solid #3D3D3D; 
    /* border-top:3px solid #1C531C; */
    /* border-left:3px solid #1C531C; */
    /* border-right:3px solid #1C531C; */
    color: #1C531C;
    height: 40px;
    width: 1005px;
    /* margin: 3px 0 4px 0; */
    /* margin-top: 3px;*/
    margin-top: 10px;
    margin-bottom:0px;
    z-index:2;
}

.botonera .logosom
{
    background:transparent url("img/logoHeaderSOM.png") no-repeat 0 0 ;
    margin-left:15px;
    position:absolute;
    height:40px;
    width:77px;
}
.botonera ul
{
    float:left;
    list-style:none;
    margin:0 0 0 -40px;
}
.botonera ul li
{
    float:left;
}

.botonera #botoneraDerecha
{
    float:right;
}

.botonera ul li a
{
    color:#1C531C;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    /* font-weight:bold; */
    float:right;
    background:transparent;
    border:none;
    cursor:pointer;   
    margin:0px;
    height:auto;
    padding:13px 10px 13px 10px; 
    min-width: 60px;
    text-align:center;
    text-decoration:none;
    /* text-transform:uppercase; */
    
    /*text-shadow:3px 3px 3px #EEE; */
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,strength=5, direction=230);*/
}
.botonera ul li input
{
    color:#1C531C;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    /* font-weight:bold; */
    float:right;
    background:transparent;
    border:none;
    cursor:pointer;   
    margin:0px;
    height:auto;
    padding:13px 13px 13px 13px; 
    min-width:105px;
    text-align:center;
    text-decoration:none;
    /* text-transform:uppercase; */

    /*text-shadow:3px 3px 3px #EEE; */
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,strength=5, direction=230);*/
}
.botonera ul li:hover
{
    /*background:#1C531C;*/
    background:#3d3d3d;
    color:#ffffff;
}
.botonera ul li:hover input, .botonera ul li:hover a
{
    color:#ffffff;
}
/*************** FIN BOTONERA GENERAL ****/

/*************** HEADER CON LOGOS ****/
.Header  
{
	display: block;
	height:145px;
	position:relative;
}
#imgHeader
{
    z-index:0;
}
#imgEncabezado
{
    background-attachment:initial;
    background-clip:initial;
    background-color: #cccccc;
    background-origin:initial;
    background-position:initial initial;
    background-repeat:initial initial;
    border-bottom-left-radius:3px 3px;
    border-bottom-right-radius:3px 3px;
    border-top-left-radius:3px 3px;
    border-top-right-radius:3px 3px;
    height: 80px;
    padding:3px;
    position:absolute;
    top: 30px;
    left: 23px;
    -moz-box-shadow: 0 1px 6px #000000;
    -webkit-box-shadow: 0 1px 6px #000000;
    box-shadow: 0 1px 6px #000000;
    width:240px;
    z-index:1;
}
#imgLogo
{
    height: 80px;
    width: 240px;
    z-index:2;
}
#imgSistema
{
    background-attachment:initial;
    background-clip:initial;
    background-color: #cccccc;
    background-origin:initial;
    background-position:initial initial;
    background-repeat:initial initial;
    border-bottom-left-radius:3px 3px;
    border-bottom-right-radius:3px 3px;
    border-top-left-radius:3px 3px;
    border-top-right-radius:3px 3px;
    height: 80px;
    padding:3px;
    position:absolute;
    top: 30px;
    right:23px;
    -moz-box-shadow: 0 1px 6px #000000;
    -webkit-box-shadow: 0 1px 6px #000000;
    box-shadow: 0 1px 6px #000000;
    width:240px;
    z-index:1;
}
#imgLogoSistema
{
    height: 80px;
    width: 240px;
    z-index:2;
}
/*************** FIN HEADER CON LOGOS ****/

/*************** AVISOS DE MENSAJES Y EVENTOS ****/
#upMensajesRefrescar
{
    /*background-color: Transparent;*/
    /*background: #E0E0E0;*/
    background: #F2F2F2;
    margin:0 0 0 0; 
    padding:0 0 0 25px;
    position:relative;
    width:980px;
}

#abrirMensajes
{
	background: transparent;
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 25px;
	top: 3px;
	height: 24px;
	width: 24px;
	z-index: 3;
}
#abrirEventos
{
	background: transparent;
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 53px;
	top: 3px;
	width: 24px;
	height: 24px;
	z-index: 3;
}
#abrirNotificaciones
{
	background: transparent;
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 81px;
	top: 3px;
	width: 24px;
	height: 24px;
	z-index: 3;
}
#abrirInventario
{
	background: transparent;
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 109px;
	top: 3px;
	width: 24px;
	height: 24px;
	z-index: 3;
}
#iframeAvisoDeMensajes
{
    background:transparent;
	height:30px;
	width:977px;
	margin-bottom:-2px;
	margin-top: 3px; 
	margin-right: 2px;
	z-index: 1;
}
#iframeAvisoDeMensajes body 
{
    background:none;
}
/*************** FIN AVISOS DE MENSAJES Y EVENTOS ****/

/*************** SOLAPAS ****/
.solapas, .solapasframe
{
    background: #3d3d3d;
    color: #333;
    display: inline-block;
    height: 35px;
    margin: 0px;
    padding: 5px 5px 0px 20px;
    position: relative;
    width:980px; 
    -moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.solapasframe
{
    width:905px; 
}

.solapas #MostrarCantidad
{
    color:#d8d8d8;
	float:right;
	display:inline-block;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
	font-family:Arial;
	font-size:10px;
}

.solapa
{
	background:transparent;
	border:none;
	color:#cccccc;
	cursor:pointer;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	height:35px;
	margin: 0 4px;
	text-align:center;
	text-decoration:none; 
	width:100px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.solapa:hover
{
	background:transparent;
    color:#ffffff;
}
.solapa.active:hover
{
    background:#fbfbfb;
    color:#333333;
}
.active
{
    background:#fbfbfb;
    color:#333333;
    box-shadow: 5px 1px 1px #000000;
}

#bot_codigo
{
    display:inline;
    position:relative;
    left:195px;
    height:30px;
    margin-bottom:5px;
}

#lbTituloBuscarPorCodigo
{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	margin-top:10px;
	width:50px;
}
#tbOferta
{
	border:solid 1px #c1c1c1;
	width:90px;
	height:18px;
	background:#f8f8f8;
	padding-left:10px;
}
.btnCodigo
{
    position:relative;
    background-image: url("img/s_buscar.png");
    background-repeat:no-repeat;
    background-color:transparent;
    background-position: 0px -2px;
    height: 23px;
    width: 30px;
    margin: 0;
    padding: 0;
    border:none;
    vertical-align:middle;
}

.btnCodigo:hover
{
	background-image: url("img/s_buscar.png");
	background-repeat:no-repeat;
	background-position: -64px 0px;
}

.btnCodigo:active
{
	/*background-image: url("img/s_buscar.png");
	background-repeat:no-repeat;
	background-position: -32px 0px;*/
}
.botoneraSolapa
{
	background-color:#fbfbfb;
	height: 35px;
	margin-bottom:5px; 
	position:relative;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	vertical-align: middle;
	left:0px;
	top:0px;
}
.iconosSolapa
{
	background-color:#fbfbfb;
	height: 30px;
	margin-bottom:20px; 
	position:relative;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	vertical-align: middle;
	left:0px;
	top:0px;
}

/*************** FIN SOLAPAS ******/

/*************** AVISO PRINCIPAL ****/

.aviso
{
    background: none repeat scroll 0 0 #FFFFCE;
    border: 1px dashed #FFDE28;
    color: #444444;
    padding: 15px;
    width: 600px;
    height:100px;
    overflow:auto;
    margin-top:155px;
    margin-bottom:5px;
    position: absolute;
    left: 200px;
    z-index: 4;
    -moz-box-shadow: 0 0 7px 3px #000;
    -webkit-box-shadow: 0 0 7px 3px #000;
    box-shadow: 0 0 7px 3px #000;
}
.aviso .cerrarAviso
{
    background:url("img/cerrarAviso.png");
    cursor:pointer;
    display:none;
    float:right;
    height:32px;
    position:relative;
    top:-33px;
    left:17px;
    width:32px;
}
.aviso p
{
    font-size:12px;
    font-family:Tahoma;
    font-weight:normal;
    float:left;
    margin-top:-5px;
}
.aviso .ocultar
{
    font-size:10px;
    font-family:Tahoma;
    font-weight:bold;
    float:right;
    margin-top:-5px;
    position:relative;
    top:0px;
    right:0px;
}

/*************** FIN AVISO PRINCIPAL ****/


/*************** AVISO CERRAR SESION ****/
#ExtenderSesion
{
	display:none;
}
.ConfirmarEliminacion
{
    background-color: #eeeeaa;
	border:2px solid #cecece;
	-moz-box-shadow: 0 0 10px 10px #888;
    -webkit-box-shadow: 0 0 10px 10px #888;
    box-shadow: 0 0 10px 10px #888;
	height: 110px;
    margin: 0 auto;
	padding:12px;
    position: fixed;
	top: 320px;
	left: 35%;
	text-align: center;
	width: 350px;
    z-index:10;
}
.ConfirmarEliminacion2
{
    background-color: #eeeeaa;
	border:2px solid #cecece;
	-moz-box-shadow: 0 0 10px 10px #888;
    -webkit-box-shadow: 0 0 10px 10px #888;
    box-shadow: 0 0 10px 10px #888;
	height: auto;
    margin: 0 auto;
	padding:12px;
    position: fixed;
	top: 35%;
	left: 33%;
	text-align: center;
	width: 350px;
    z-index:10;
}
/*************** FIN AVISO CERRAR SESION ****/


/*************** GRIDVIEW LISTAS****/

.datagrl
{
	margin:0px;
}
.datagrl tr th
{
	font-size:10px;
	border:solid 1px #8c918f;
	line-height: 1.8em;
	padding: 5px;
	vertical-align: top;
	background-color: #cccccc;
	color:#1C531C;
}
.datagrl tr td
{
    padding:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border:solid 1px #ccc; 
}
.datagrl a
{
    text-decoration: none;
	color: #26487F;
	font-weight: bold;
}
.datagrl a:hover
{
    text-decoration: none;
	color: #B22A43;
	font-weight: bold;
}
.datagrl tr
{
    color:#595959;
}
.datagrl tr:hover
{
    /* background: #fff7e3; */
    background: #FFEDC6;
    color:#595959;
}
.datagrl table tr:hover
{
    background: #548340;
    color:#595959;
}
/* .datagrl tr:hover.paginador:hover{background:#fff; border:solid 1px #8C918F;}*/

.paginador table {width:auto; max-width: 350px; margin: 0pt auto;} 
.paginador td {border:none; color:#1C531C; font-weight:bold;}
.paginador td a {padding: 5px 15px}
.paginador td span 
{
	padding: 5px 15px;
	font-size:13px;
	background:#f49054;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.paginador td table{border:none;}
.paginador td table tr:hover{background:#fff;}
.paginador td table tr td {border:none;}
.paginador td span:hover {background:#f64;}

.paginadorInventario
{
	font-weight: bold;
	background-color: Transparent;
	border: 0;
	color: #26487f;
	margin: 5px;
	padding: 5px 5px;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.paginadorInventarioActivo
{
	background:#f49054;
	font-weight: bold;
	border: 0;
	margin: 5px;
	padding: 5px 5px;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.paginadorInventario:hover
{
	color: #b22a43;
}

/*************** FIN GRIDVIEW LISTAS****/

/*************** FRAME MODAL ****/
.wrapperFrame
{
	background:#fbfbfb;
	border: none;
	color: #333333;
	margin: 0px 0px 0px 0px;
	min-height: 580px;
    position: relative;
	padding: 0px;
	/* width:975px; */
	width:930px;
}

/*************** FIN FRAME MODAL ****/

/*************** POP UP ****/

#lbAgregarImagen
{
    color: Black;   
}

#button
{
	text-align:center;  
	margin:100px;  
}

#backgroundPopup, .bgpopup, #backgroundPopup2
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:99;  
}

#backgroundPopup2
{
    z-index:89;
}

#Clientes, .popup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	min-height:450px;
	height:auto;
	background:#FFFFFF;
	border:2px solid #cecece;
	padding:12px;
	font-size:13px;
	min-width:550px;
	width:auto;
	z-index:1000;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#Clientes h1, .popup h1
{  
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#Clientes p
{
	margin-right:60px;
	font-family:Arial;
	line-height:2;
	color:Gray;
}

#CerrarClientes, .closepopup, #cerrarFrameClientes, #cerrarFrameMensajes, #cerrarFrameInmobiliarias, #cerrarFrameAgenda, #cerrarFrameFicha, #cerrarFrameInformes
{
	font-size:14px;  
	line-height:14px;  
	right:20px;  
	top:7px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
	cursor:pointer;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

/*************** FIN POP UP ****/

/*************** MENSAJE AYUDA ****/

#AyudaListado	
{
    margin-top: 30px;
}

.Ayuda
{
	width: 824px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	min-height:480px;
}

.MensajeAyuda
{
    width: 800px;
    height:350px;
    background: #e1e0e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e0e2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e0e2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e0e2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border:solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    margin:0 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    margin-bottom:15px;
    line-height:18px;
}

/*************** FIN MENSAJE AYUDA ****/

@media print {
    .oculto
    {
        display:none
    }
    #IframeMensajeCompleto
    {
        display: none;
    }
    #ImprimirMensaje
    {
        display: none;
    }
}


.botonGrillaMostrar input
{
	width:16px;
	height:16px;	
	background-image: url('img/image.png');
	background-color:Transparent;
	border-style:none;
	cursor: pointer;
}

.botonGrillaBorrar input
{
	width:16px;
	height:16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABxElEQVQ4ja3SO0jWURzG8c/ra3nHLpapZSRa75HAIUoQbKhokSKa2hqCILoMDS0tQkOEgwS1WJFbSIUUgW1FDjo0iIaKEf9ASiO6keYl9d/iG2YqCT3b4TnP95zfw4//oUj48lqq74yNFUisJpsBs3zPlNh9VOEThNVAMqDb+MlRMx9SskKLrc0oW+anjZEQX1WyF8mFXuYeOYe7VI1GQnxNyW1sWhBcFwnP3gjfLiu+jkuoRDJNmRsxMzxkqrNOXkOt3P0ZEuPdfvREQoh5PiXOvuh92x2fx9CDXkwvnjVZL6+2SenDQsn1gybv18g58tFM73FvO9/5OY4X84Cx5XpJ1surG5SaiIT4qYpXaMIFVGPtXyUu0myr8tNZEtkT5qa3WbPzkIIN6MAAppd7OV3Y3UiIH9vRXSSzvVPlp367ps4pOoWcfw134RbO18hp6FY1MiA1uSIkEpojIX6pahitOIvydCcrQiLhWCTEQ1LjKVmP0IiKBVeS9fLqOlT0R0LcZvsNFP52h6SuREJ8U9kAWrDPok2bP1c3K20fkJrECeSm9yAfB3EAfXiAr0tMmkAp6lGMewvNfGxBwZIl/alcbIZfaTORnqHdYNwAAAAASUVORK5CYII=');
	/*background-image: url('img/delete.png');*/
	background-color:Transparent;
	border-style:none;
	cursor: pointer;
}

.botonGrillaGuardar input
{
	width:16px;
	height:16px;	
	background-image: url('img/save.png');
	background-color:Transparent;
	border-style:none;
	cursor: pointer;
}

/* COMPONENTES */

select
{
    cursor: pointer;
    border: solid 1px #cccccc;
    padding: 2px;
	-webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

input, textarea
{
    cursor: pointer;
    border: solid 1px #cccccc;
    padding: 2px;
    padding: 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type=checkbox], input[type=radio] {
    border: none;
}

/* FIN COMPONENTES */

/* ACCORDION */

.encabezadoAccordion
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial;
	font-size: 13px;
	border: 1px solid #bbbbbb;
	padding: 10px 5px 10px 5px;
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	cursor: pointer;
	margin-top: 8px;
	position: relative;
	top: 5px;
	font-weight: bold;
	color: #666666;
	width: 930px;
	z-index: 1;
}

.contenidoAccordion
{
	top: -10px;
	position: relative;
	background-color: #fafafa;
	display: none;
	border: 1px solid #bbbbbb;
	padding: 20px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 100px;
	margin-bottom: 5px;
	width: 930px;
}

#menu>ul>li>div 
{
    position:relative;
}

#menu>ul>li>div>ul 
{
    position:absolute;
    top: 43px; 
    background: #444;
    list-style: none;
    display:none;
    margin-left:0;
}
#menu>ul>li>div>ul>li>input, #menu>ul>li>div>ul>li>a
{
    min-width:180px;
    text-align: left;    
} 