
.ui-panelgrid td, .ui-panelgrid tr{
   border-style: none !important
}

.ui-content, .ui-content .ui-layout, .ui-content .ui-layout-bd, .ui-content .ui-layout-unit {
	border-style: none !important;
    background-image: none !important;
    background-color: red !important  
}

.header {
	margin-top: 0px;
    height: 60px;  
}

.background {
	background-image: url('../images/fondo.png') !important;
}

body {
	overflow: hidden;
	font-family: Verdana, Arial;
	margin-left: auto;
	margin-right: auto;
	
	/* Evitar la selecci�n de texto */
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /* Introduced in IE 10. */
    -ms-user-select: none;
    user-select: none;
}

.no_overflow {
	overflow: hidden;
}
        
        
.panelColumns td {
	vertical-align: top;
}

.botonLargo {
	width: 200px
}

.botonGrande {
	font-size: 24px;
	height: 45px;
	width: 220px
}


.left {
	position: relative;
	left: 0px;
	right: auto;
	bottom: 10px;
	float: left;
}

.center {
    margin-left: auto;
    margin-right: auto;
}
		
.right {
	position: relative;
	left: auto;
	right: 0px;
	bottom: 10px;
	float: right;
}

.workplace {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.header {
	width:100%;
	text-align:left;
	border:0px;
	background:#0a0a0a;
}

div.bottom {
	position: absolute;
	bottom: 10px;
	padding: 10px;
	width: 1200px;
	margin-left: 0px
}

.inputFecha input {
	width: 100px
}

.inputHora {
	width: 60px
}


.versionInfo {
	position:		absolute;
	float:			right;
	right:			10px;
	bottom:			5px;
	font-size:		11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
