﻿@import url("layout.css");
body {
	font-family:Verdana;
	font-size: 0.8em;
	/*background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#container {
	border-style: none;
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	/*border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;*/
	background-color: #fff;
	/*width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;*/
}
#masthead {
	text-align: left;
	width: 600px;
	/*padding: 10px;*/
	/*margin:5px,5px,5px,5px;*/
		/*border: 1px dotted #725972;*/
	/*background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}

#tabela_superior {
	text-align: left;
	padding-left:15px;
	/*margin-left:30px;
	margin:5px,5px,5px,5px;*/
		/*border: 1px dotted #725972;*/
	/*background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content2 {
	float: left;
	margin-right: 10px;
}


.gauche {
  float: left;
  } 
  
#footer {
	text-align: right;
	clear: both;
	width: 618px;
	border: 1px none #d8bfd8;
	font-family: verdana;
	font-size: xx-small;
	color: #C0C0C0;
}
/* Masthead Styles */
#masthead h1 {
	font-family:"Arial Black";
	color: #006600;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	color: #006600;
	margin-top: 0px;
	margin-bottom: 0px;

}
#masthead h3 {
	font-size: small;
	color: #FFCC00;
	font-style: normal;
	font-family: Verdana;
	background-color: white;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;

}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #C0C0C0;
	background-color: #FFFFFF;
}
#navigation a {
	color: #999966;
	text-decoration: none;
	display: inherit;
	padding: inherit;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFFF;
	border-bottom-style: none;
}
#navigation a:hover {
	color: #996633;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* Content Styles */
h6 {
	color: #999966;
}
h5 {
	font-size:x-small;
	color: black;
}
h4 {
	color: #999966;
}
h3 {
	color: #999966;
	margin-top: 0px;
	margin-bottom: 0px;

}
h2 {
	color: #999966;
}
#content h1 {
	color: #999966;
	margin-top: 0px;
	margin-bottom: 0px;

}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-family: verdana;
	font-size: xx-small;
}
#footer a {
	color: #808080;
	text-decoration: none;
	font-family: verdana;
	font-size: xx-small;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
	font-family: verdana;
	font-size: xx-small;
}
a {
	color: #999966;
	text-decoration: underline;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-family: Verdana;
}
.style_italic {
	font-style: italic;
	font-family: verdana;
}

.menu_activo{
	color: #006600;
	font-weight:bold;

}