.ui-datatable .ui-state-highlight {
	background: #8F9BA8;
}

.prueba td.ui-selection-column input {
	display: none;
}

.not-clickable {
	cursor: not-allowed;
	pointer-events: none;
}

.cursor {
	cursor: allowed;
}

.highlight {
	background: yellow !important;
}

#content {
	min-height: 450px;
}

#footer {
	position: relative;
	bottom: 0px;
}

.fondoHeader {
	background-image: url(../images/fondo.jpg);
}

.contenidoInicio {
	width: 50%;
}

.contenido {
	width: 70%;
}

body {
	background-image: url(../images/fondo.jpg);
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica,
		sans-serif;
	font-size: 10px;
	font-weight: normal;

	/* FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: auto;
	min-height: 100%; */
}

A {
	FONT-WEIGHT: bold;
	COLOR: #a6a6a6;
	TEXT-DECORATION: none
}

A:hover {
	FONT-WEIGHT: bold;
	COLOR: #808080;
	TEXT-DECORATION: underline
}

A:visited {
	FONT-WEIGHT: bold;
	COLOR: #808080;
	TEXT-DECORATION: none
}

A:active {
	FONT-WEIGHT: bold;
	COLOR: #a6a6a6;
	TEXT-DECORATION: none
}

A.enlace {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

A.enlace:hover {
	FONT-WEIGHT: normal;
	COLOR: #006699;
	TEXT-DECORATION: underline
}

A.enlace:visited {
	FONT-WEIGHT: normal;
	COLOR: #006699;
	TEXT-DECORATION: none
}

A.enlace:active {
	FONT-WEIGHT: normal;
	COLOR: #006699;
	TEXT-DECORATION: none
}

.tablaNoBorder table,.tablaNoBorder td,.tablaNoBorder tr {
	border: none !important;
	text-align: left !important;
}

.tableVerticalTop td {
	vertical-align: top;
}

.tablaFormulario {
	background: #E6E6E6;
	width: 42%;
	text-align: left;
}

.tablaFormularioUsuario {
	background: #E6E6E6;
	width: 100%;
	text-align: left;
}


.panelAcordeon {
	border: 1px solid #a8a8a8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tituloAplicacion {
	font-size: 24px;
	color: #0E6DBC;
	font-weight: bold;
	font-style: italic;
}

.nombreUsuario{
	font-size: 10px;
	color: #959595;
	font-weight: bold;
	font-style: italic;
	
}
.tituloPagina {
	text-align: center;
	font-size: 18px;
	color: #0E6DBC;
	font-weight: bold;
	font-style: normal;
}

.exitoClave{
	
	text-align: center;
	font-size: 16px;
	color: #008C4F;
	font-style: normal;
	
}

.title {
	
	position: absolute;
	top: 10px;
	margin-left: 33%;
	color: white;
	font-family: Ubuntu, sans-serif;
	font-size: 30px;
	margin-top: 30px;
}

.ui-icon-excel {
	background: url("../images/excel.png") no-repeat top left !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.ui-selectonemenu {
	text-align: left;
}

.selectonemenu {
	text-align: left;
}

/* .ui-panel {
	background: transparent;
} */