/* ---[ cuerpo ]------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	text-align: center;
	line-height: normal;
	color: #333;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #40659B;
	}
	
a:visited {
	color: #8EA4C2;
	}
	
a:hover {
	color: #036;
	}
	
a.more {
	padding-right: 7px;
	background: url(images/apuntador.gif) no-repeat 100% 5px;
	}
	
/* ---( Elementos Comunes )-------------------------------- */
p {
	margin: 1em 0 1em;
	padding: 0;
	}

/* ---( Titulos )-------------------------------- */

#title h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #EB9F3D;
	}
#texto h1{
    font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #333;
	font-weight:normal;
}
.pie{
    font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #999;
	font-weight:normal;
}
.texto{
    font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #333;
	font-weight:normal;
}