body {
	margin:0;
	padding:0px;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#161514;
	font-size:10px;
	background-color:#FFF;
	/*background-color:#F7F9F0;*/

}

#cabecera {
	z-index: 1;
	position: relative;
	padding: 10px;
}


#cierre {
	position: absolute;
	height: 37px;
	width: 37px;
	top: 5px;
	right: 10px;
	/*background: url(../img/user35.png);*/
	background: url(../img/logo_emp_pie_mini.png);
	background-repeat: no-repeat;	
	z-index: 99999;
	cursor: pointer; 
	cursor: hand;
	/*border: 1px dotted;*/
}	

#pie {
	z-index: 1;
	position: absolute;
	height: 35px;
	width: 130px;
	bottom: 10px;
	right: 15px;
	background:  url(../img/logo_emp_pie_mini.png);
	background-repeat: no-repeat;	
	cursor: hand;
	cursor: pointer;	

}	
	
.lin_izq{
  border-color:#666666; 
  border-style:solid; 
  border-left-width:1px;
}
	
h2 {
	color:#FFF;
	text-align:center;
}
h3.eli {
	color:#da4b39;
	text-align:center;
	text-decoration: underline;
	background-color:#FFF;
	font-family: Roboto;
}

h3 {
	
	text-align:center;
	font-size: large;
	background-color:#FFF;
	font-weight: bold;
	font-family: Roboto;
}
table { background-color:#FFF;
			

	}
.centrado {
	text-align:center;

}


a {
	color:#39373b;
	}

a:hover {

	color: #000;
}
a:visited {
	color:#39373b;
}


.indexHeader{
	text-align: center;
	/*
	color:#ef3d42;
	font-weight: bold;	
	*/
	color:#323232;
	font-family: Arial,Tahoma,Verdana;	
	font-size: 40px;
	width: 100%;
	margin-top: 10px;
}

/*
*****************
***scroll bar****
*****************
*/
html {
    overflow: auto;
}
body {
	/*
    position: absolute;
    top: 5px;
    left: 20px;
    bottom: 5px;
    right: 20px;
    padding: 10px; 
    overflow-y: auto;
    overflow-x: hidden;
    */
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(245,245,245,0.3); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #A4A4A4;	 
}	


.dhxwins_vp_material div.dhxwin_brd {
    position: absolute;
    border-color: #FFF;
}

div.gridbox_material.gridbox table.hdr td {
    font-family: Roboto,Arial,Helvetica;
    color: #696868;

}
div.gridbox_material.gridbox table.obj tr td {
    font-size: 12px;
}