html{
	background: #202020;
	background-repeat: repeat-x;
	font-family: trebuchet MS;
	font-size: 13px;
	color: #fff;
}

h1{
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.informacion A{
	color: #000;
}

.informacion A:hover{
	text-decoration: underline;
	color: #000;
}

#contenedor{
	margin: auto;
	margin-top: 20px;
	width: 800px;
}

#logo_web{
	background-image: url(../imag/logo_portada.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 145px;
	padding-bottom: 2px;
}

#menu{
	height: 25px;
	border: 2px solid #fff;
	background: #666666;
	padding-left: 15px;
	padding-top: 10px;
	font-weight: bold;
}

.separador{
	height: 3px;
	background: #003005;
	margin: 0px;
	padding: 0px;
}

.separador_pie{
	background: #6d9123;
 	height: 20px;
 	border-top: 1px solid #fff;
}

#contenido{
	background: #fff;
	min-height: 500px;
}


#menu_left{
	float: left;
	width: 365px;
	/*height: 460px;*/
	background: #fff;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #484848;
	text-align: justify;
	font-size: 13px;
}

#menu_right{
	float: left;
	width: 360px;
	min-height: 400px;
	color: #484848;
	background: #fff;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 10px;
	background-image: url(../imag/separador_vertical.gif);
	background-repeat: no-repeat;
	text-align: justify;
}

#menu_centro{
	float: left;
	color: #484848;
	background: #fff;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: justify;
}

#pie{
	text-align: center;
	clear: both;
	height: 20px;
	background: #608B1C;
	border: 1px solid #fff;
}

#pie a{
	font-size: 12px;
}

img{
	border: 0px;
}