@charset "utf-8";
body {
	background: #003366;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.parrafoamplio {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
}
p {
	line-height: 15px;
	text-align: justify;
}


.oneColFixCtr  #containerMain {
	width: 800px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	overflow: hidden;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../imgs/fondoppal_intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #piepagina {
	clear: both;
	height: 30px;
	text-align: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.oneColFixCtr  #containerInternas {
	width: 800px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	overflow: hidden;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../imgs/fondointernas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColFixCtr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 550px;
	margin-top: 450px;
	overflow: auto;
	height: 100px;
}
.oneColFixCtr  #menuppal {
	padding: 0px;
	float: right;
	width: 194px;
	margin-top: 260px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #menuppalInterno {
	padding: 0px;
	float: left;
	margin-top: 221px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 230px;
}
.oneColFixCtr #mainContentInterno {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	width: 540px;
	margin-top: 0px;
	overflow: auto;
	height: 390px;
	margin-right: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #003366;
}
.oneColFixCtr #barrasup {
	clear: both;
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 120px;
	width: 400px;
	float: right;
}
ul {
	line-height: 20px;
}
ol {
	line-height: 20px;
}
.linknormal {
	color: #003366;
	text-decoration: underline;
}
.linknormal:visited {
	color: #003366;
	text-decoration: underline;
}
.linknormal:hover {
	color: #FF9900;
	text-decoration: underline;
}
