body {
	background-color: #003300;
	background-image: url(img/bg_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	position:relative;
	width:900px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	position:relative;
	width:900px;
	height:190px;
	z-index:2;
	margin-bottom: 10px;
}
#flasH {
	position:relative;
	width:530px;
	height:190px;
	z-index:2;
	float: right;
}
#logo {
	position:relative;
	width:360px;
	height:190px;
	z-index:2;
	float: left;
}

/***Menu***/

#menu3 {
	position:relative;
	width:900px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbc;
	display: block;
	height: 2.2em;
}
.menu {
	margin:0;
	list-style:none;
	background-color: #FFFFFF;
	padding-left: 20px;
}

.menu li {
	float:left;
	background-color: #FFFFFF;
}
.menu li a {
	display:block;
	float:left;
	color:#666666;
	text-decoration:none;
	text-align:center;
	font-size:0.8em;
	height: 1.6em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	cursor: default;
}
.menu li a b {
	float:left;
	display:block;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.menu li.current a {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
}
.menu li a:hover {
	background-color: #e6e9e6;
}
.menu li.current a:hover {
	cursor:default;
	background-color: #e6e9e6;
}

/***Fin Menu***/

#content {
	position:relative;
	width:900px;
	z-index:2;
	margin-top: 2px;
	padding-top: 10px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #339933;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #339933;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.txtMain {
	font-size: 0.8em;
	padding: 8px;
	width: 500px;
	text-align: left;
	color: #444;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.txtNews {
	font-size: 0.8em;
	padding: 8px;
	width: 480px;
	text-align: left;
	color: #444444;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news {
	margin: 6px;
	padding: 10px;
	width: 490px;
	border: 1px dashed #006600;
	background-color: #e6FFe6;
}

.txtMain_ul {
	font-size: 0.8em;
	color: #444444;
	width: 460px;
	line-height: 1.2em;
	display: block;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
	text-indent: -15px;
	margin: 10px;
}
.txtLateral {

	font-size: 0.65em;
	padding: 8px;
	width: 350px;
	text-align: left;
	color: #444444;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

/***Seleccion Idioma***/

.idiom {
	list-style-type: none;
	float: right;
	display: block;
	margin: 0px;
}
.idiom li {
	font-size: x-small;
}
.idiom li img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.idiom li a{
	text-decoration: none;
	color: #333333;
}
.idiom li a:hover{
	color: #999999;
}
/***Fin Seleccion Idioma***/

#lateral {
	position:relative;
	width:360px;
	z-index:2;
	background-color: #e3e6e6;
	padding: 5px;
	float: right;
}
#footer {
	position:relative;
	width:880px;
	z-index:2;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footer {	
	font-size: 0.7em;
	text-align: center;
	color: #666666;
}
.date {	
	font-size: 0.7em;
	text-align: left;
	color: #666666;
}
.pic-1 {
	margin:6px;
	float: left;
	padding: 6px;
	font-size: 0.75em;
	line-height: 1.2em;
	width: 192px;
	}
.pic-1 a img{
	border:solid 3px #ccc;
	}
.pic-1 a:hover img{
	border:solid 3px #06c;
	}
hr {
	clear:both;
	visibility: visible;
	margin: 10px;
	border: 1px solid #CCC;
}
