/* CSS Document */

* {margin:0; padding:0}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#8D8C17;
	}
#master {
	width:725px;
	background-image:url(img/fd_cont.gif);
	margin:auto;
	}
#master_home {
	width:725px;
	background-image:url(img/fd_cont.gif);
	margin:auto;
	margin-top:100px;
	}
#cont {
	width:655px;
	margin:auto;
	padding-bottom:20px;
	overflow:auto;
	background:#FFFFFF;
	}
ul {
	list-style:none;
	list-style-image:none;
	}
.tabla_home {
	text-align:center;
	}
.tabla_home a {
	color:#666666;
	text-decoration:none;
	}
.tabla_home a:hover {
	color:#CC3300;
	text-decoration:underline;
	}
#pie {
	width:725px;
	height:37px;
	background-image:url(img/pie.gif);
	line-height:30px;
	color:#666666;
	text-align:center;
	font-size:0.9em;
	}
#pie a {
	color:#333333;
	text-decoration:none;
	}
#pie a:hover {
	color:#000000;
	text-decoration:underline;
	}
#menu {
	width:160px;
	float:left;
	padding-left:20px;
	padding-top:50px;
	}
#menu a {
	color:#999999;
	text-decoration:none;
	background-image:url(img/menu/off.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
#menu a:hover {
	color:#C9672A;
	text-decoration:none;
	background-image:url(img/menu/ov.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
#menu a:active {
	color:#913F15;
	text-decoration:none;
	background-image:url(img/menu/on.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
#menu .aqui {
	background-image:url(img/menu/on.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#A75523;
	}
#menu ul {
	padding-left:5px;
	}
.seccion-menu {
	margin-top:15px;
	}
#central {
	width:350px;
	float:left;
	text-align:justify;
	font-size:11px;
	}
#central a {
	color:#727D1B;
	text-decoration:none;
	}
#central a:hover {
	color:#444B0F;
	text-decoration:underline;
	}
#central p {
	width:310px;
	color:#5A5A5A;
	margin-bottom:15px;
	}
#central a:active {
	color:#CC0000;
	}
#central ul {
	margin:10px 0 30px 20px;
	list-style:circle;
	}
#central ul li {
	margin-bottom:6px;
	}
.ft_cent {
	margin-top:15px;
	}
.titol_pagina {
	margin-top:15px;
	margin-bottom:15px;
	}
#flags {
	margin:auto;
	width:450px;
	text-align:center;
	}
#present_home {
	margin:auto;
	width:620px;
	margin-top:20px;
	text-align:justify;
	font-size:110%;
	color:#666666;
	}
.negrita {
	color:#000000;
	}
.gris {
	color:#8A944B;
	}
.little {
	font-size:0.9em;
	color:#666666;
	}