/* CSS Document//////////////////////////////////////////////////////////////////////*/
/*estructura general////////////////////////////////////////////////////////////////*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 8pt/12pt verdana; 
	color: #282844; 
	margin: 0px;	
	font-weight: normal;
}
.tabla-paginador{
	vertical-align: top;
	text-align: top;
}

/*POPUP ***********************************************************************************************************/
.exclamacion{
padding:10px;
}
#contenidoABML{
	height: 380px;
	}

#Pregunta{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366;
font-size:10px;
margin-left:10px;
margin-bottom:10px;
}


#PreguntaAlert{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF0033;
font-size:10px;
margin-left:10px;
margin-bottom:10px;
}
/*
.BotonDerecho{
float:right;
margin-right:70px;
margin-top:10px;
cursor:pointer;
}

.BotonIzquierdo{
float:left;
margin-left:70px;
margin-top:10px;
cursor:pointer;
}

.LaTableta{
background-image:url(/imagenes/popup.gif);
width:302px;
height:144px;
}

*/

/* Formularios */

.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 14px;
	width: 150px;
	border: 1px solid #CCC;
	color: #000;
}

.textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 50px;
	width: 250px;
	border: 1px solid #CCC;

}


.fecha{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 16px;
	width: 70px;
	border: 1px solid #CCC
}

.file{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 18px;
	width: 200px;
	border: 1px solid #CCC;
	
}

.submit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 18px;	
	border: 1px solid #CCC;
	background-color: #F3F3F8;
	font-weight: bold;
	cursor: pointer;
}

select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	border: 1px solid #CCC;
}


.filedset{width:100%}

legend{font-family:verdana;
       font-size: 10px;
       color: #000000;
       font-weight: bold;
       border-left: 1px inset   ;
       border-right: 1px outset  ;
       border-top: 1px inset   ;
       background-color: #E3E3E3;
       padding-left:6px;
       padding-right:6px;
       }

       
.linkIdioma{
	text-decoration:none;
	color: #0066AA;
	font-weight: bold;
}

.linkIdioma:hover{
	text-decoration:underline;
}

/* Contenidos */

.nombreSeccion{	
	font-size:18px;
	color: #000000;
	text-align: center;
	padding-bottom: 12px;
	text-align: center;	
}


.titForm{
	font-weight: bold;
	padding-right: 5px;
}


.FondoTitulo{
background-image:url(/imagenes/backLibrerias.gif);
background-repeat: repeat-x;
font-family: verdana;
font-size: 14px;
color: #FFFFFF;
padding-top: 3px;
padding-left: 4px;
text-align: left;
font-weight: bold;
}

.FondoTituloDegrade{
	background-image: url(/imagenes/degradeLibrerias.gif);
	background-repeat:repeat-x;
	height:70px;	
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}


.txtListaLocales{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}



/****** Permisos ******/

.titPermisos{
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}

.checkPermisos{
	text-align:center;
}

.descPadrePerm{
	font-weight: bold;
	text-align:left;
}

.descHijoPerm{
	font-weight: normal;
	text-align:left;
	padding-left: 10px
}


/*ABM FF*/
.txtFormFF{
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	padding-right:2px;
	color: #000000;
}
.objFormFF{
	text-align:left;
	font-size: 10px;
	font-weight: normal;
}

.titFF{
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.descItemFF{
	font-weight: normal;
	text-align:left;
	padding-left: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
}

/* LOGIN */
.txtUsername{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold
}


/* BOX */ 
.txtBox{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	letter-spacing: 4px;
	color: #1A5E8A;
}

.linkBox{
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #237FBA;
}
.linkBox:hover{
	text-decoration: underline;
}

/*Factura*/
.titfactura{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFF;
	background-color: #1A5E8A;
	color: #FFF;
}

.totfactura{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #FFF;
	background-color: #1A5E8A;
	color: #FFF;
}

.itemfactura{
	text-align: center;
	border-bottom: 1px solid #E6E1DD;
	font-weight: bold;
}

.itemfacturaPrecio{
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #E6E1DD;
}


/*Sistema*/
.titSistema{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	letter-spacing: 4px;
	color: #1A5E8A;	
}

.creditos{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #1A5E8A;
	text-aling: left;
}

.powered{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1A5E8A;
	text-aling: right;
}

.powered a{
	text-decoration:none;
	color: #1A5E8A;	
}

.powered a:hover{
	text-decoration:underline;
	color: #1A5E8A;
}
