/* CSS Document */

body {
	background-image: url(../imagenes/trama.gif);
	font-family: "Segoe UI", "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #638C40;
}
#contenidos {
	background-image: url(../imagenes/fondo_seccion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 10px;
	border: 1px solid transparent;
}
.imagen {
	border: 1px solid #68808C;
	padding: 5px;
}

#titulo_seccion {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 25px;
}
#seccion_enlaces, #seccion_inicio {
	margin-top: 30px;
	margin-left: 130px;
	width: 600px;
	background-color: #68808C;
	padding: 3px;
	color: #FFF;
}
#seccion_inicio {
	background-color: #FFF;
	color: #333333;
}

#seccion_enlaces a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 5px 0px 5px;
}
#seccion_enlaces a:hover {
	color: #000;
	background-color: #68808C;
}
.enlace_seccion_actual {
	color: #000!important;
}

.titulo {
	font-size: 18px;
}

#seccion_texto {
	margin-top: 20px;
	margin-left: 130px;
	width: 600px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68808C;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#cabecera {
	background-image: url(../imagenes/cabecera.jpg);
	height: 191px;
	width: 804px;
}
#cabecera a {
	background-color: transparent;
}
#cabecera a:hover {
	background-color: transparent;
}

#principal {
	width: 804px;
	background-color: #FFFFFF;
	border: 1px solid #30531b;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
#idiomas {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu_superior {
	height: 19px;
	position: relative;
}
#degradado_inferior {
	background-image: url(../imagenes/degradado_menu.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.style1 {
	color: #68808C;
	text-align: justify;
}
h1 {
	color: #30531B;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #68808C;
}
.mas_info {
	font-size: 12px;
	color: #999999;
}

#menu_pie {
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
}
.enlace_inicio {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
.texto_grande {
	font-size: 16px;
	font-weight: bold;
}
