/* Estilos de Cuerpo*/
body {

	margin: 0px;

}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	letter-spacing:1px;
	color: #333333;
}
.textoGeneral {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
.textoPresentacion {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-stretch:condensed;
}
/* 
Estilos de Enlaces*/
a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000000;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
   text-decoration:none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:underline;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	 text-decoration:none;
}


/* DIV de INDEX*/
#marco1 {
padding-left:10px;
padding-top:10px;
margin-top:10px;
margin-left:10px;
text-align:left;


}
#marco2 {
padding-left:10px;
padding-top:10px;
margin-top:10px;
margin-left:10px;
text-align:left;


}
#marco3 {
padding-left:10px;
padding-top:10px;
margin-top:10px;
margin-left:10px;
text-align:left;

}
