body {
	margin: 0px;
}

#loginFrame {
	width: 300px;
	border: 2px silver solid;
	padding: 20px;
}
#login-error {
	width: 400px;
	font: 12pt Verdana;
	color: red;
	text-align: center;
}
#contenido {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
.titulo	{
	text-align: center;
	color: #0B3861;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.center-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.left-center {
	text-align: left;
}
#rol1, #rol2 {
	width: 150px;
}
#dg {
	margin-top: 30px;
}
#user {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 10pt;
	color: white;
}
.resultado {
	font-family: Verdana;
	font-size: 10pt;
	
}
.resultado td {
	border-bottom: 1px dotted black;
}
.resultado th {
	background-color: lightblue;
}
.resultado tr:hover {
	background-color: lightyellow;
}
.resultado .row_1{ background: #f9f9ff; }
.resultado .row_2{ background: #f3f3fa; }
.button a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: darkblue;
}
.button a:hover {
	background-color: orange;
}
div.ui-datepicker{
 font-size:10px;
}
.menucss  {list-style-type: none !important;margin: 5px 5px 5px 5px !important;padding: 0;height: 40px;background: #555;background: -moz-linear-gradient(#555,#222);background: -webkit-linear-gradient(#555,#222);background: -o-linear-gradient(#555,#222);background: -ms-linear-gradient(#555,#222);background: linear-gradient(#555,#222);border-radius: 5px;
z-index: 999;}
.menucss br {display:none;}
.menucss  li {display: block;float: left;height: 40px;list-style: none;margin: 0;padding: 0;position: relative;}
.menucss  li a {border-left: 1px solid #000;border-right: 1px solid #666;color: #EEE !important;display: block;font-family: Tahoma;font-size: 12px !important;font-weight: bold;line-height: 28px;padding: 0 14px;margin: 6px 0;text-decoration: none;-webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;-o-transition: color .2s ease-in-out;-ms-transition: color .2s ease-in-out;transition: color .2s ease-in-out;}
.menucss li:first-child a {border-left: none;}
.menucss li:last-child a {border-right: none;}
.menucss li:hover > a {color: Crimson !important;}
.menucss ul { padding: 0;list-style: none !important;margin: 0;position: absolute;top: 40px;left: 0;opacity: 0;background: #222;background: -moz-linear-gradient(#222,#555);background: -webkit-linear-gradient(#22,#555);background: -o-linear-gradient(#222,#555);background: -ms-linear-gradient(#222,#555);background: linear-gradient(#222,#555);border-radius: 0 0 5px 5px;-webkit-transition: opacity .25s ease .1s;-moz-transition: opacity .25s ease .1s;-o-transition: opacity .25s ease .1s;-ms-transition: opacity .25s ease .1s;transition: opacity .25s ease .1s; z-index: 999;}
.menucss li:hover > ul {opacity: 1;}
.menucss ul li {height: 0;overflow: hidden;padding: 0;-webkit-transition: height .25s ease .1s;-moz-transition: height .25s ease .1s;-o-transition: height .25s ease .1s;-ms-transition: height .25s ease .1s;transition: height .25s ease .1s;}
.menucss li:hover > ul li {height: 36px;overflow: visible;padding: 0;}
.menucss ul li a {border: none;border-bottom: 1px solid #111;margin: 0;padding: 5px 20px;width: 180px;}
.menucss ul li:last-child a {border: none;} 