/* CSS Document */

body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	text-align: center;
	margin: 0 auto;
}

#main {
	width:940px;
	margin:0px auto 0px auto;
	padding:0px 20px 0px 20px;
}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
tr:hover { background: #6666FB; }

.col1 {float:left;}
.col2 {float:right;}

.box
{
	width: 500px;
	height: 350px;
	background: #FFF;
	border: #0E59AE solid 2px;
	position: absolute;
	margin-left: -155px;
	margin-top: -225px;
	left: 50%;
	top: 80%;
	z-index: 20;
	display: none;
}

.box label {
	display: inline !important;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.alert {
	background-color:#F00 !important;
}
.venta {
	background-color:#666 !important;
}