body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: left;
}
.top {
margin-bottom: 15px;
}
.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:162px;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
.stat{
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
}

#cuadrolog {
	padding: 2px 10px;
	width:400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #E2E2E2;
}

#cuadrocontrol {
	padding: 2px 10px;
	width:720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #E2E2E2;
	text-align: left;
}

#menu {
	border: thin solid #E2E2E2;
	text-align: left;
	background-color: e5e5e5;
	padding: 5px 5px 20px;
	margin-bottom: 30px;
	height: auto;
}
#menu ul{

}
#menu li{
	float:left;
	margin-right: 10px;
	padding-right: 5px;
	font-size: 14px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 5px;
	margin-left: 10px;
	text-transform: none;
	font-weight: bold;
	list-style-type: none;
}
h2{
	background-image: url(bg_gray.gif);
	background-repeat: repeat-x;
	padding: 9px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1{
	background-repeat: repeat-x;
	background-image: url(hbg.gif);
	margin: 0px;
	text-align: center;
}

h3{
	margin: 35px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FB4159;
	text-decoration: underline;
}

td{
font-size:10px;
}

