body
{
	padding: 0px;
	margin: 2px 0px 0px 0px;
	background-color:#A4B760;
	font-family: Verdana;
	color: #003300;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat-x;
}

h1
{
	font-size: 14px;
}

#contenedor
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: Auto;
    display: block;
    overflow: hidden;
    clear: both;
    text-align: center;
}

#main
{
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: auto;
	display: block;
	clear: both;
	overflow: hidden;
	background-color:#FFF;
	border: 1px solid #59662E;
}

#menu {
	background-color: #FFFFFF;
	color: #59662E;
	border: 0px solid #eaffa2;
	text-align: right;
	float: left;
	height: 25px;
	width: 970px;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	font-size: 14px;
}

#menu a {
	font-weight: bold;
	color: #59662E;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
	color: #9F0;
	text-decoration: none;
}

#flag {
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
}

#flag img {
	padding-right: 10px;
	padding-left: 10px;
}

#cuadro {
	width:auto;
	height:auto;
	border: 0px solid #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#space {
	height: 10px;
	clear: both;
}

#sidebar {
	padding: 4px;
	width: 280px;
	height: auto;
	display: block;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #59662E;
	color: #FFF;
}

#sidebar a {
	color:#FFF;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#sidebar a:hover {
	color:#FFF;
	text-decoration: underline;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#center
{
    margin: 0px;
    padding: 2px;
    width: 680px;
    height: 100%;
    display: block;
    clear: none;
    overflow: hidden;
    float: right;
    text-align: left;
}

#footer {
	background-color: #eaffa2;
	color: #59662E;
	border: 1px solid #666;
	height: 80px;
	width: 1000px;
	margin: 10px auto 10px auto;
	text-align: left;
}

.azul_oscuro {
	font-weight: bold;
	color: #59662E;
	text-decoration: none;
	font-size: 16px;
}

.azul_oscuro1 {
	color: #003300;
	text-decoration: none;
}
.rojo_oscuro {
	color: #CC0000;
}
.azul_peque {
	color: #59662E;
	text-decoration: none;
}
.negro {
	color: #000000;
}

.detalle-titulo {
	font-weight: bold;
	text-align: right;
	margin-right: 4px;
}

