body {
	background-color: #003300;
	background-image: url(img/bg_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin: 0;
}
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	padding: 10px;
	background-color: #FFFFFF;
	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 {
	width:900px;
	padding: 4px 0 0 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #bbc;
	height: 3.4em;
}
#main-nav {
	float: left;
	padding-left: 10px;
	padding-top: 14px;
	width: 760px;
}
#main-nav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-size:0.9em;
	font-weight: bold;
	
}
#main-nav li {
	float: left;
}
#main-nav li a {
	color: #666666;
	padding: 10px 6px 7px 7px;
}
#main-nav li.current a {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
}
#main-nav li a:hover {
	background-color: #e6e9e6;
}

/***Fin Menu***/

#content {
	width:900px;
	margin-top: 10px;
	padding-top: 10px;
}

#main-content {
	float: left;
	width: 526px;
}

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;
	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;
	line-height: 1.2em;
	list-style-type: disc;
	padding-left: 20px;
	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***/

#language {
	float:right;
}
#language ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
#language li {
	font-size: x-small;
}
#language li img {
	border: none;
}
#language li a {
	text-decoration: none;
	color: #333333;
}
#language li a:hover {
	color: #999999;
}
/***Fin Seleccion Idioma***/

#lateral {
	width:360px;
	background-color: #e3e6e6;
	padding: 5px;
	float: right;
}
#footer {
	width:880px;
	padding: 20px 10px;
}
.footer {
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	line-height: 1.5em;
}
.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: hidden;
	margin: 10px;
	border: 1px solid #CCC;
}

