@import url("layout.css");
body {
	background: #f2f2f7 url('../images/fondo.jpg') no-repeat fixed 50% top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 950px;
	filter: Alpha(Opacity=80, FinishOpacity=10, Style=0, StartX=10, StartY=-10, FinishX=-10, FinishY=10);
	background-image: url(../images/fondo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#masthead {
	width: 720px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #a9a9a9;
	border-bottom-color: #808080;
	border-left-color: #a9a9a9;
	height: 114px;
	vertical-align: top;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dcdcdc;
	border-right-color: #a9a9a9;
	border-bottom-color: #808080;
	border-left-color: #a9a9a9;
}
#content {
	float: left;
	width: 760px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #CDD5E0;
	overflow: scroll;
	height: 443px;
	filter: Alpha(Opacity=80, FinishOpacity=90, Style=0, StartX=20, StartY=20, FinishX=-20, FinishY=-20);
	padding: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 920px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	background: url('../images/background.gif') bottom;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	background-color: #fff;
}
#navigation a {
	color: #00CCFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #024A60;
	background-color: #486877;
	filter: Alpha(Opacity=70, FinishOpacity=10, Style=0, StartX=-10, StartY=-10, FinishX=10, FinishY=10);
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #0099FF;
	text-decoration: blink;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #275774;
	text-decoration: underline;
}
a:hover {
	color: #488BB3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
