body {
	font: normal 12px tahoma, arial, helvetica, sans-serif;
}

.titulos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.datos1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.leftTableppalLeft {
	width: 184px;
	background-image: url(../img/login-box-left.png);
	background-repeat: no-repeat;
	background-position: top;
}

.leftTableppalCenter {
	width: 312px;
	background-image: url(../img/login-box-center.png);
	background-repeat: repeat-x;
}

.leftTableppalRight {
	width: 184px;
	background-image: url(../img/login-box-right.png);
	background-repeat: no-repeat;
}

.leftTableppalLeft, .leftTableppalCenter, .leftTableppalRight {
	height: 400px;
}

.tableHeader1 {
	color: white;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36752D
		), color-stop(1, #275420));
	background: -moz-linear-gradient(center top, #36752D 5%, #275420 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D',
		endColorstr='#275420');
	background-color: #36752D;
	border-left: 1px solid #36752D;
}

.dataRow1W {
	background-color: white;
}

.dataRow1G {
	background-color: #DFFFDE;
}

.dataRow1W, .dataRow1G {
	color: #275420;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
}

.errormsg {
	background-color: #ffe3e3;
	border: 1px Solid red;
	color: red;
}

.okmsg {
	background-color: #dbf3dd;
	border: 1px Solid green;
	color: #40740D;
}

.process {
	background-color: #a1e9ff;
	border: 1px Solid blue;
	color: #0000cd;
}

.errormsg, .okmsg, .process {
	padding: 3px 2px 3px 2px;
}

.ui-widget-overlay {
	filter: alpha(opacity = 50); /* works in IE 7 */
	opacity: 0.5 /* works in Firefox */
}

.EmptyBox10 {
	display: block;
	height: 10px;
	overflow: hidden;
	width: 100%;
}

.EmptyBox5 {
	display: block;
	height: 10px;
	overflow: hidden;
	width: 100%;
}

.negrita {
	font-weight: bold;
}

.bottom {
	color: #b6bd00;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	margin: 20px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #009245;
	background: -moz-linear-gradient(top, rgba(0, 146, 69, 1) 0%,
		rgba(0, 83, 4, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,
		146, 69, 1)), color-stop(100%, rgba(0, 83, 4, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 146, 69, 1) 0%,
		rgba(0, 83, 4, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 146, 69, 1) 0%,
		rgba(0, 83, 4, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 146, 69, 1) 0%,
		rgba(0, 83, 4, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 146, 69, 1) 0%,
		rgba(0, 83, 4, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245',
		endColorstr='#005304', GradientType=0);
}

.actionButtons {
	margin-bottom: 5px;
	margin-top: 2px;
	width: 100%;
}