body { 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
}
#wrap {
	width: 100%;
	height: 100%;
}
div#head{
	height: 5%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #003399;
	color: #FF9933;
	border-bottom: medium outset #000000;
}

h1#titulo{
	font-size: 32px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2#titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#middle{
	width: 100%;
	height: 90%;
	min-height: 90%;
	margin: 0px 0px 0px 0px;
	background-color: #0033CC;
}

#middleLeft{
	width: 19%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #0033CC;
	color: #FFFFFF;
	overflow: auto;
}
#middleRight{
	width: 80%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	border-left: medium outset #000000;
	background-color: #00CCFF;
	color: #000000;
}

div#footer{
	height: 5%;
	border-top: medium outset #000000;
}

.pcenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bigger {
	font-size: x-large;
}

.smaller {
	font-size: x-small;
}

.fleft{
	float: left;
}

.nofloat {
	clear: both;
}

.enlace1 {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.lista1 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
#titulo2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}

table {
	width:100%;
	border: 0 none;
}
img {
	border: 0 none;
}
a { 
	color: #FF9900; 
}

.formlabel {
	width: 20%;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

.forminput {
	text-align: left;
	padding: 2px 2px 2px 2px;
}
