body {
	color: Black;
	margin: 5px;
	background-image: url(../imagenes/fondo.jpg);
	background-color: #A36F3A;
	/*#996600;
	*/

}

#lateral {
	position: fixed;
	float: left;
	background-color: #FFDE99;
	color: Black;
	width: 21%;
	font: 90% "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	vertical-align : text-top;
	padding-top: 12px;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #A36F3A;
}

#titular {
	background-color: #FFDE99;
	border-left: 1px solid #936300;
	border-bottom: 1px solid #936300;
	color: black;
	text-align : center;
	padding: 1px;
	margin-left: 22%;
}

#nav {
	background-color: #FFFDF4;
	margin-left: 22%;
	border-left: 1px solid #936300;
	border-bottom: 1px solid #936300;
	font : 90% "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	padding: 0.5em 2em 0.5em 2em;
}

#nav2{
	margin-top : 30px;
	font-family: "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#contenido {
	background-color: #FFFDF4;
	color: Black;
	margin-left: 22%;
	border-left: 1px solid #936300;
	border-bottom: 1px solid #936300;
	padding: 2% 3% 2% 3%;
}

#pie {
	text-align: center;
	background-color: #FFDE99;
	border-left: 1px solid #936300;
	padding: 1%;
	margin-left: 22%;
	font-family: "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#titularinforme {
	background-color: #FFDE99;
	border-left: 1px solid #936300;
	border-top: 1px solid #936300;
	border-right: 1px solid #936300;
	color: black;
	text-align : center;
	padding: 3px;
	margin: 5% 5% 0 5%;
}

#contenidoinforme {
	background-color: #FFFDF4;
	color: Black;
	margin: 0 5% 0 5%;
	border: 1px solid #936300;
	padding: 2% 3% 2% 3%;
}

#pieinforme {
	font: 80% "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	background-color: #FFDE99;
	border-left: 1px solid #936300;
	border-right: 1px solid #936300;
	border-bottom: 1px solid #936300;
	padding: 3%;
	margin: 0 5% 5% 5%;
}

h1 {
	font: normal 170% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2 {
	font: normal 150%/130% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
	color: #81562B;
	background-color: transparent;
}

h3 {
	font: normal 130%/130% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #81562B;
	margin-top: 30px;
	margin-bottom: 0;
	}

h4 {
	font: normal 110%/130% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #81562B;
	margin-top: 30px;
	margin-bottom: 0;
}

h5 {
	font: bold 100%/130% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #81562B;
	margin-top: 30px;
	margin-bottom: 0;
}

h6 {
	font: bold 100%/130% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #81562B;
	margin-top: 10px;
	margin-bottom: 0;
}


p, dl, td, th,  ul, ol, .test {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	line-height: normal;
}

small {
	font: 90%/140% "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	background-color: transparent;
	color: #81562B;
}

a:visited {
	background-color: transparent;
	color: #81562B;
}

a:active {
	background-color: transparent;
	color: #81562B;
}

a:hover {
 	text-decoration: none;
 }

#nav a:visited, #nav2 a:visited {
	background-color: transparent;
	color: #81562B;
}

dt {
	background-color: transparent;
	color: #81562B;
	font: 100%/140% "Trebuchet MS", Trebuchet, "Luxi Sans", Helvetica, Arial, sans-serif;
	margin-top: 0.5em;
}

.form {
	background-color: #FFFFCC;
	color: Black;
	border: 2px solid Green;
}

.formboton {
	background-color: #99FF99;
	color: Black;
	border-bottom: 2.5px solid Green;
	border-left: 1px solid Olive;
	border-right: 2.5px solid Green;
	border-top: 1px solid Green;
}

acronym, dfn, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

.menu {
	margin-bottom: 7px;
}

.menu p {
	border-bottom: 1px solid #936300;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0;
}

.menu a:link, .menu a:visited {
	display:block;
	text-decoration: none;
	background-color: transparent;
	color: #81562B;
}

.menu a:hover {
	background-color: #FFCE66;
	color: black;
}

fieldset {
	font-family: "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	border: 1px solid #996600;
	margin: 0.5em;
	padding:0;
	text-align: left;
}

caption {
	font: bold 130%/150% "Trebuchet MS", Trebuchet, "Luxi Sans", Georgia, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #996600;
	padding-top: 10px;
	padding-bottom: 5px;
	font-variant : small-caps;
}

label {
	cursor: pointer;
}

legend {
	background-color: transparent;
	color: #81562B;
}

table {
	font: 80% Verdana, Helvetica, Arial, sans-serif;
	border: 5px double #FFDE99;
}

.tablasinborde {
	border : 0;
}

td, th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #666;
}

.titulo {
	font: normal 100% Georgia, "Times New Roman", "Luxi Sans", Times, serif;
	margin: 0;
}

.impar {
	border-top: thin solid #999999;
	background-color: #FFF3D1;
}
