@charset "utf-8";
/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #E6D8D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#externo {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #E6D8D3;
}
#interno {
	position:absolute;
	width:980px;
	height:600px;
	margin-left:-480px;
	margin-top:-300px;
	top:50%;
	left:50%;
}

input {
	background-color:#FFFFFF;
	color:#000000;
	border:1px red solid;
	width:190px;
}
input:hover {
	border:1px #333333 solid;
}

input.minimo {
width:auto;}

td {
margin:1px;
padding:2px;
background-color:#CCCCCC;
color:#000000;
}
