@charset "utf-8";
/* CSS Document */


body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body, h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, legend, input, button, select, textarea, dl, dd, dt, hr, table, thead, tbody, tfoot, tr, th, td {
    margin: 0;
    padding: 0;
}

img, a img, *:link img, *:visited img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

address, cite, caption {
    font-style: normal;
}

caption, th {
    text-align: left;
}


a, button {
    outline: 0 none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0 none;
}

/****************************/

body {
	background-color:#D8D8D8;
}

a {
	color:#085528;
	text-decoration:none;
	font:11pt Arial, sans-serif;
}

a:hover {
	text-decoration:underline;
}

p {
	font:11pt Arial, sans-serif;
	color:#706f6f;
	line-height:1.5;
	text-align:justify;
}

td {
	font:11pt Arial, sans-serif;
	color:#706f6f;
	line-height:1.5;
}

ul {
	font:11pt Arial, sans-serif;
	color:#706f6f;
	text-align:justify;
}

#container {
	position:relative;
	margin:0 auto;
	background-color:#fff;
	width:950px;
	overflow:hidden;
}

#cont-head {
	width:950px;
	overflow:hidden;
	border-bottom:6px solid #dbb863;
}

#logo {
	float:left;
	width:283px;
	overflow:hidden;
	margin:20px 40px;
}

#head-right {
	float:left;
	width:587px;
	overflow:hidden;
}

#idioma {
	width:587px;
	height:40px;
}

#cont-menu {
	overflow:hidden;
	margin-top:25px;
	margin-left:40px;
	padding:7px;
	height:30px;
	width:520px;
}

#cont-menu a {
	font:10pt Arial, sans-serif;
	text-decoration:none;
	padding:9px;
	margin:0 2px;
	background-color:#dadada;
	color:#085528;
}

#cont-menu a:hover {
	background-color:#085528;
	color:#fff;
}

#cont-menu a.active{
	background-color:#085528;
	color:#fff;
}

#cont-inf {
	width:950px;
	overflow:hidden;
	background-color:#fff;
}

li {
	list-style-image:url(../img/vig.gif);
	line-height:2;
}

#cont-inf a {
	color:#085528;
	text-decoration:none;
	font:11pt Arial, sans-serif;
}

#cont-inf a:hover {
	text-decoration:underline;
}

.title {
	font:15pt Arial, sans-serif;
	color:#085528;
	margin-bottom:10px;
}

#footer {
	width:950px;
	background-color:#085528;
	overflow:hidden;
	border-top:8px solid #dbb863;
}

/********************************************/
/************** Dropdown ********************/
/********************************************/

#m1 {
	position:absolute;
	top:105px;
	left:530px;
	visibility:hidden;
	z-index:10000;
	width:150px;
}

#m1 h1 {
	font: bold 9pt Arial, sans-serif;
	color:#fff;
	margin:10px auto;
}

#m1 a {
	font:10pt Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:10px;
	display:block;
}

#m1 a:hover {
	background-color:#1E1E1E;
}

