body{
	margin:0;
	padding:0;
	background: #D8D8D8;
}
body,td,input,select,textarea{
	font-family : verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
}

/* LINKS */
a img{border:none;}
a:link{
	color:#025eb3;
	text-decoration:none;
}
a:visited{
	color:#025eb3;
	text-decoration:none;
}
a:hover{
	color:#025eb3;
	text-decoration:underline;
}
a.black{
	color:#000;
	text-decoration:underline;
}
a.underline{
	text-decoration:underline;
}
/* TOP SECTIONS */
#upperbar{			
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:30px;
	/*background:url(images/upperbarCenter.png) repeat-x;*/
    background: #4087ab;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.8em;
	padding:0px 10px 6px 30px;
	white-space:nowrap;
	color:#fff;
	overflow:visible;
}
#upperbar #links{
	float:left;
	width: 326px;
	margin-top: 1px;
	padding-top: 1px;	
}
#upperbar a:link,#upperbar a:visited{
	color:#fff;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}
#upperbar a:hover{
	text-decoration:underline;
}
#header{	
	height:53px;
	margin:0 auto;
	padding:0;
	/*background:url(images/headCenter.png) repeat-x;*/
    background: #4087ab;
	position:relative;
	z-index: 10;
}
#head-logo{
	position:relative;
	top:-15px;
	left:17px;
	color: white;
}
#head-right{
	position:absolute;	
	right:10px;
	text-align:right;
	color:#fff;
}
#head-right a{
	color:#e5e5e5;
	text-decoration:none;
}
#head-right a:hover{
	text-decoration:underline;
}
.header2{
	width: 100%;
	height:45px;	
	margin:0 auto;
	/*background:url(images/toolbar.png) repeat-x;*/
    background: #4087ab;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:2.9em;
	position:relative;
	z-index: 10;
}

hr{
	border:0;
	margin:10px 0;
	border-top:1px solid #ccc;
}

/* Content */
.shadow{
	width:100%;
	margin:0px auto;
	padding:0px;
	/*background:url(images/bgshadow.png) center top repeat-y;*/
}
#entire{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
}
#content{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
#content-full{	
	/*width:936px;	*/
	position: relative;
	margin: 10px;
}
.pathbar{
	height:20px;
	width: 100%;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.25em;		
	font-weight:bold;
	margin:0;
	white-space:nowrap;
	color:#008DBD;
	border-bottom:solid 1px #ababab;
	background:#fff url(images/pathbg.png);
	text-align:center;
}
.pathbar A:link,.pathbar A:visited{
	padding-top:6px;
	color:#353535;
	text-decoration:none;
}
.pathbar A:hover{
	text-decoration:underline;
}
#footer{		
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:23px;
	background:url(images/footerCenter.png);
	background-repeat:repeat-x;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.8em;
	padding:0px 0px 5px 0px;
	white-space:nowrap;
	color:#fff;
	overflow:visible;	
}

.bottombar
{
	height:34px;
	width:100%;
	margin:0 auto;
	padding:0;
	background:url(images/footer.png) no-repeat left top;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:2.4em;
}
.bottombar A:link,.bottombar A:visited{
	font-family:Verdana,Arial,sans-serif;
	color:#FFF;
	padding:0 6px;
}
.copybar{
	/*width:938px;*/
	margin:0 auto;
	font-size:1em;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}
.copy-left{
	color:#333;
	text-align:left;
	float:left;
}
.copy-right{
	float:right;
}
.copy-right a,.copy-right a:visited{
	text-decoration:none;
	color:#333;
}
.copy-right a:hover{
	text-decoration:underline;
}
.copy-right img{
	margin-bottom:2px;
}

.formulario {	
	padding:0px 20px;
	border:1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;  
}

.hoja{
	padding: 20px 20px; 
	border: 1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}

.subtitulo { 
 font-size : 10px;
 text-decoration : none;
 font-weight: bold;
 padding: 1px;
 text-align: center;
 color: #008DBD;
 border-color: #008DBD;
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 2px;
 width: 100%;
}

select { 	
	height:22px;
	padding:1px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;  
}
input[type=text] { 	
	height:10px;
	padding:5px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;  
}
input[type=password] { 	
	height:10px;
	padding:5px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}
input[type=text]:disabled
{
	background:#dddddd;
}
input.wait {
    background: url(images/indicator.gif) no-repeat center right;
}

.col1
{
	float: left;
	margin: 3px 3px 3px 3px;
}

.col2
{
	float: right;
	margin: 3px 3px 3px 3px;    
}

.sector
{
	float: left;
	margin: 0px;
    width: 300px;
}

.top {
	border: solid 0 #008DBD; 
	border-top-width: 2px; 
	padding-top:0.5ex;
}

.bottom {
	border: solid 0 #008DBD; 
	border-bottom-width: 2px; 
	padding-bottom:0.5ex;
}

.cell-left {
	border-color:black;	
	border-left:thin solid;
}

.cell-right {
	border-color:black;
	border-right:thin solid;
}

.cell-top {
	border-color:black;
	border-top:thin solid;
}

.cell-bottom {
	border-color:black;
	border-bottom:thin solid;
}

.cell-total {
    font-size: 9pt;    
}

.hprint{
	display: none;
}
.objeto_sel{
	float: right;
	margin: 3px 3px 3px 3px;	
	border:1px solid #cccccc; 	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#dddddd;
}

.no-print {
	display: block;
}

.ui-tooltip, .arrow:after {
    background: green;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    font: 12px verdana;
    box-shadow: 0 0 7px black;
}
/*.arrow {
    width: 60px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -16px;
    top: auto;
}*/