﻿
#logo {
    color:white !important;
    margin:8px 0px 0px 10px !important;
    width:180px !important;

}

.Titulo1 
{
	font-size: 16px;
	font-weight: bold;
	color: #00B259;
	height: 30px;
}

.Titulo2 
{
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B259;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(../img/arrow_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}



.mnu_bar
{
    float:left;
    width:100%;}
    
.frm
{
    float:left;
    width:949px;
    padding-bottom: 20px;}

/* Formularios */
.divcirculo {
     -moz-border-radius: 50% !important;
     -webkit-border-radius: 50% !important;
     border-radius: 50% !important;
     border:1px solid #c8c8c8 !important;
}

.dv_form {
    background-color: white;
    float: left;
    width: 100%;
    min-height: 20px;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 3px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-right-color: #c8c8c8 !important;
    border-bottom-color: #c8c8c8 !important;
    border-left-color: #c8c8c8 !important;
    border-Top-color: #c8c8c8 !important;
}


.dv_form table tr th {
    background: -moz-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#EFEFEF));
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#EFEFEF 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%,#EFEFEF 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%,#EFEFEF 100%);
    background: linear-gradient(to bottom, #FAFAFA 0%,#EFEFEF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
    text-shadow: 0 1px 0 #FFF;
    border-radius: 3px 3px 0px 0px;
    padding:5px 10px; 
    border-bottom: 1px solid #EAEAEA;
}

.dv_form table tr td {
    padding:5px 10px;
    border-bottom: 1px solid #EAEAEA;
}

.dv_form table tr td.td_Botones {
    padding: 19px 20px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.dv_form table tr td.td_Botones_Poput {
    padding: 10px 20px 10px;
    border-top: 1px solid #e5e5e5;
}


.ItemFormulario 
{
	font-size: 12px;
	color: #000000;
	padding: 4px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;*/
	/*background-color: #F5F5F5;*/
}

.DatoFormulario 
{
	font-size: 12px;
	color: #000000;
	padding: 4px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;*/
}

/* Fin Formulario*/

.dv-radius {
    border-radius: 10px;
}


.input_text{
	border:1px solid #CCCCCC;
	color: #000000;
	font-size: 11px;
	background-image: url(../img/bg_input.jpg);
	background-repeat: repeat-x;
}

.textarea{
	border:1px solid #CCCCCC;
	color: #000000;
	font-size: 11px;
	background-repeat: repeat-x;
}


/* CSS INFORMES */
.dv-informe
{
    background-color:White;
    height:800px;
    overflow:auto;
    width:100%;}
    
 .dv-informe table tr td input , .dv-informe table tr td select 
{
    width: auto !important;
    padding: 0px !important;
    margin:0px !important;
    height:20px !important;
    background-color: inherit !important;}
    
 .dv-informe table tr td input[type="text"] , .dv-informe table tr td select 
{
    background-color: White !important;}
    
 .dv-informe table tr td img
 {
     width: inherit !important;
     max-width: inherit !important; }

.dv-informe table tr td {
    padding: inherit;
    border-bottom:none;
}

#page-content select {
    width: auto;
}

/* Botones */
#page-content .btn
{
	margin-right:2px;
	background-color: #FFFFFF;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
    text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:1px 10px 1px 25px; 
	height:30px;
	white-space: normal;
    border-radius: 4px;
    text-shadow:inherit;
}

#page-content .btn:hover
{
	color:#ccc;
	cursor:pointer;
}

.btn_l
{
	border: 1px solid #dedede;
    display:block;
	float:left; 
	margin-right:2px;
	background-color:#f5f5f5;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
    text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:1px 10px 1px 1px; 
	white-space: normal;
	height:30px;
	border-radius: 4px;
    background-color: #FFFFFF;
}

.btn_l:hover
{
	color:#ccc;
	cursor:pointer;
}

.btn_r
{
	display:block;
	float:right; 
	margin-right:2px;
	background-color:#f5f5f5;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
    text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:1px 10px 1px 1px; 
	height:30px;
	white-space: normal;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.btn_r:hover
{
	color:#ccc;
	cursor:pointer;
}

.btnAgregar
{
    background-image: url('../img/Iconos/add.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnBloquear
{
    background-image: url('../img/Iconos/bloquear.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnDesbloquear
{
    background-image: url('../img/Iconos/desbloquear.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnLog
{
    background-image: url('../img/Iconos/page_white_magnify.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnUpdate
{
    background-image: url('../img/Iconos/update.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnsave
{
    background-image: url('../img/Iconos/disk.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}


.btnconfirm
{
    background-image: url('../img/Iconos/tick.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btncancel
{   
    background-image: url('../img/Iconos/cross.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnEliminar
{   
    background-image: url('../img/Iconos/trash2.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnasignar
{   
    background-image: url('../img/Iconos/asignar.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}


.btnreport
{
    background-image: url('../img/Iconos/report.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btninicio
{
    background-image: url('../img/Iconos/house.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btngrafico
{
    background-image: url('../img/Iconos/chart_bar.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnvolver
{
    background-image: url('../img/Iconos/arrow_undo.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnayuda
{
    background-image: url('../img/Iconos/help.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnlimpiar
{
    background-image:  url('../img/Iconos/Clean.png') ; 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnprint
{
    background-image: url('../img/Iconos/printer.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnexcel
{
    background-image: url('../img/Iconos/page_excel.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnvista
{
    background-image: url('.../img/Iconos/page_white_magnify.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnbuscar
{
    background-image: url('../img/Iconos/find.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnbuscar2
{
    background-image: url('../img/Iconos/buscar.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnfunciones
{
    background-image: url('../img/Iconos/wrench.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btneditar
{
    background-image: url('../img/Iconos/table_edit.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btncargarmasivo
{
    background-image: url('../img/Iconos/database_save.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;                      
}

.btnSapIn
{   
    background-image: url('../img/Iconos/SAPLogIn.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnSapOut
{   
    background-image: url('../img/Iconos/SAPLogOut.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;            
}

.btnmoney
{
    background-image: url('../img/Iconos/money.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btntruck
{
    background-image: url('../img/Iconos/lorry.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnproceso
{
    background-image: url('../img/Iconos/cog.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnfunction
{
    background-image: url('../img/Iconos/function.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;
}

.btnCerrarPopUp
{
    background-image: url('../img/Iconos/door_out.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.btnAbrir
{
    background-image: url('../img/Iconos/lock_open.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.btnCerrar
{
    background-image: url('../img/Iconos/lock.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.btnMas
{
    background-image: url('../img/Iconos/mas.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.btnMenos
{
    background-image: url('../img/Iconos/menos.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.linkDocumento
{
    background-image: url('../img/Iconos/buscar.gif'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:30px; 
    padding-top:4px;
    padding-bottom:4px;
    line-height:20px;    
    color:blue !important ;
}

.linkDocumento:hover
{
    text-decoration:underline !important ;
}

.btnSiguiente
{
    background-image: url('../img/Iconos/next.png'); 
    background-position:5px center;
    background-repeat:no-repeat; 
    padding-left:25px;      
}

.ImagenPointer
{
  cursor:pointer;
}


/* Div PopUp ModalPopUp*/

.modalBackground {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.CajaDialogoMantenedor
{
    background-color: #FFF;
    border-width: 1px;
    width: auto;
    height:auto;
    font-weight: bold;
    border-color: Green;
    padding: 10px;
}     

/* Div Popup Panel */
.Popot_alerta {
    margin-top: 10px;
    width:100%;
}

.Popot_alerta .Popot_alerta_img {
    text-align:center;
    width:40px;
}

.Popot_alerta .Popot_alerta_msj {
    padding: 0 5px;
}

.black_overlay
{
	display: block;
	position: fixed;
	top: -90px;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index:2001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content 
{
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;    
    margin-left: -150px; 
	width: auto;
	height: auto;
	padding: 16px;
	border: 2px solid #cccccc;
	background-color: white;
	z-index:2002;
	overflow: auto;
    border-radius: 10px;
}

.black_overlay_Poput
{
	display: block;
	position: fixed;
	top: -90px;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content_Poput
{
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;    
    margin-left: -150px; 
	width: auto;
	height: auto;
	/*padding: 16px;
	border: 2px solid #cccccc;
	background-color: white;*/
	z-index:1002;
	/*overflow: auto;*/
    border-radius: 10px;
}

.black_overlay_Poput_2
{
	display: block;
	position: fixed;
	top: -90px;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index:1003;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content_Poput_2
{
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;    
    margin-left: -150px; 
	width: auto;
	height: auto;
	padding: 16px;
	border: 2px solid #cccccc;
	background-color: white;
	z-index:1004;
	overflow: auto;
    border-radius: 10px;
}

.dv_poput_msj {
    /*min-width: 300px;*/
    max-width: 450px;
}   

.Div_Centrar
{
    left: 43%;
    top: 35%;}
    
   
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*----------------- DIV FORMULARIO ----------------*/

.dv_radius
{
    padding:10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #DFDFDF;
    margin-bottom:15px;
}

.Top_Radius
{
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    border:1px solid #DFDFDF;
    margin-top:0px;
   
}

.bottom_Radius
{
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    border:1px solid #DFDFDF;
    border-top:0px;
    margin-bottom:15px;
}

.col-dv {
    margin-right: 10px;
}

.col-dv.last-right
{
    margin-right:0;}


.cols-maindv .col-dv h3 {
    background-color: #EEF8E4;
    color: #008181;
}
.cols-maindv .col-dv h3 {
    font-size: 100%;
    padding: 10px 15px;
    line-height:inherit;
    margin:0px;
}

.cols-maindv .col-dv {
    float: left;
    width: 465px;
    
}

.cols-maindv .col-dv .col-text {
    border-top: 1px solid #DFDFDF;
    padding: 5px;
    height:255px;
    background-color:White;
}

.cols-maindv .col-dv.col-last {
    margin-right: 0;
}


.cols-maindv .col-dv .tbl_frm tr td.ItemFormulario
{
    width:130px;}
    
.cols-maindv .col-dv h3 img
{
    position:relative;
    top:5px;
    left:0px;
    margin-right:5px;
    
}

.cols-maindv.dv_radius
{
    float:left;
    margin-top:0px;}