/* newstyle.css elaborada por Ing. Ricardo Daniel Gutierrez Carlock*/ 
/* 	background-image: url(001.jpg); */
/* background-image: url('../images/inmuebles_difumada.jpg'); */
		
body {
		font-family:helvetica;
    	font-weight:bold;
  		font-size:9pt;
   	color:#010101;
   	background-color:#FFFFFF;
   	float:top;
  		text-align:center;
        
   	padding: 0px;
   	margin : 0px;        
    	margin-top: 50px;
	
}
* html body {
  padding:0px 0 0px 0;
  margin : 0px;        
  margin-top: 50px;
  overflow: hidden; 
  }
* html #content {
  height:100%; 
  width:100%; 
  padding:0px 0 0px 0;
  margin : 0px;        
  margin-top: 50px;
  overflow: auto;
  }
* html #menu {
	height:50px;
	overflow:visible; 	
	}



#menu {
  position:absolute; 
  top:0; 
  left:0; 
  text-align: center;
  width:100%; 
  height:50px; 
  overflow:visible; 
}

#content {
   margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow: auto;
}
h\tml{
    overflow: hidden;
}
h\tml body{
    height: 100%;
    overflow: auto;
    margin-top: 50px;
	
}
h\tml #content{
    height: 100%;
    overflow: auto;
    margin-top: 0px;
}









.mainleft {
		width:28%;
		float:left;
		background:#fff;
		padding-bottom:10px;
	}
	
.maincenter {
		width:34%;
		float:left;
		background:#fff;
		padding-bottom:10px;
	}
	

.main50_left {
		width:50%;
		float:left;
		background:#fff;
		padding-bottom:10px;
	}
	
.main50_right {
		width:50%;
		float:left;
		background:#fff;
		padding-bottom:10px;
	}

.label{
	font-family:helvetica;
    font-weight:bold;
    font-size:9pt;
    color:#0000FF;
}

.label2{
	font-family:helvetica;
    font-weight:bold;
    font-size:11pt;
    color:#000000;
}


.labelsmallfont{
	font-family:helvetica;
    font-size:7pt;
    color:#0000FF;
}

.labelsmallfont2{
	font-family:helvetica;
    font-size:7pt;
    color:#000000;
}

.textbox{
	font-family:helvetica;
    font-size:10pt;
    color:#000000;
    background-color:#E6E6FA;
}

.header2{
	font-family:helvetica;
    font-size:14pt;
    color:#000000;
}

.header3{
	font-family:helvetica;
    font-size:10pt;
    color:#000000;
}

.boton{
	font-family:helvetica;
    font-size:10pt;
    color:#000000;
    background-color:#D6D6D6;
}

.error{
	font-family:helvetica;
    font-weight:bold;
    font-size:12pt;
    color:#FF0000;
    text-align:center;
}

.facturacliente_cliente {
			   font-size:8pt; 
			   margin: 0 0 0 0;
				position: absolute;
				top: 35px;
				left: 0
 		   }
.facturacliente_entrega {
			   font-size:8pt; 
			   			   margin: 0 0 0 0;
				position: relative;
			 }

.facturacliente_datosfact {
			   font-size:8pt;   
            margin: 0 0 0 0;
				position: relative;
				top: 150px;
				left: 100px
 		   }

.facturaclientemuestra_header {
			   font-size:8pt; 
			   margin: 0 0 0 0;
				align: center;
			}
.facturaclientemuestra_header2 {
			   font-size:8pt; 
			   margin: 0 0 0 0;
				align: center;
			}    
			
			

.line {
	color: #FF0000;   
	background-color: #FF0000;
}


#popup {
  position: relative;
  padding: 5px;
  border: 1px solid black;
  background: #eee;
  left: 0px;
  top: 0px;
  width: 350px;
  visibility: hidden;
}			    
