@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
body {
	background-color: #464646;
	margin: 0px;
}
#header {
	background-color: #FFFFFF;
	text-align: center;
}
#menu_header {
	width: 400px;
	text-align: center;
	background-image: url(images/menu_header.png);
	height: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	float: right;
	padding-left: 10px;
}
#CONT {
	margin: auto;
	width: 1000px;
	text-align: justify;
}



#menu_header a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#CONT #menu_principal #principal {
	padding-right: 10px;
	padding-left: 10px;
	width: 220px;
	background-color: #FFFFFF;
}

#menu_header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_header a:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#DDFFBB;
}
#menu_header a:active {
	text-decoration: none;
	color: #FFFFFF;
}



a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464646;
}
a:hover {
	text-decoration: underline;
	color: #464646;
}
#CONT #main {
	width: 730px;
	float: right;
	text-align: justify;
}
#CONT #main #main_text {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

a:active {
	text-decoration: none;
	color: #464646;
}
#CONT #main #main_text #texto principal {
	width: 400px;
	float: left;
	text-align: justify;
}


h1 {
	font-size: 9px;
	color: #B6B6B6;
}
h2 {
	font-size: 9px;
	color: #666666;
}
h3 {
	font-size: 16px;
	color: #70A609;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #622200;
}

#h2tag {
	margin: auto;
	width: 1000px;
	text-align: center;
	color: #CCCCCC;
}

#h1tag {
	text-align: center;
	width: 1000px;
	margin: auto;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
