@charset "utf-8";
body {
	margin: 0px;
	background-color:#f5f4f2;
}
.menu_left {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.625em;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBC9C6;
	padding-top: 7px;
	display: block;
	padding-bottom: 7px;
	padding-right: 50px;
	padding-left: 10px;
}
a.menu_left:hover {
	text-decoration: underline;
}

.menu_left_over {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.625em;
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBC9C6;
	padding-top: 7px;
	display: block;
	padding-bottom: 7px;
	padding-right: 50px;
	padding-left: 10px;
}

.pie {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 10px;
	color: #9B9B9A;
	text-decoration: none;
}

.mail {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 10px;
	color: #286908;
	text-decoration: none;
}

a.mail:hover {
	text-decoration: underline;
}

.cabecera {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 13px;
	color: #9B9B9A;
	text-decoration: none;
	padding-top: 20px;
}

.texto {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.7em;
	color: #424242;
	text-decoration: none;
	text-align:justify;
}

.titulo {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 17px;
	color: #424242;
	text-decoration: none;
	padding-top: 3px;
}

.texto_lista {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.68em;
	color: #64654F;
	text-decoration: none;
	text-align:justify;
	background-image: url(../img/icono_flechita.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 3px 3px;
	padding-right: 60px;
}

.texto_lista_palabra {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.68em;
	color: #64654F;
	text-decoration: none;
	text-align:justify;
	background-image: url(../img/icono_flechita.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 3px 7px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
