body {
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-indent: 1em;
	text-align: justify;
}
.title { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 10pt;
	text-decoration: underline;
} 
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-indent: 1em;
}
.inicio{
	background-image: url("images/simbolo.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 90% 50%; 
}
.servicios{
	background-image: url("images/oficina.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 100% 40%; 
}
.equipo{
	background-image: url("images/equipo.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 80% 100%; 
}
.metodo{
	background-image: url("images/metodo.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 80%; 
}
.contacto{
	background-image: url("images/arroba_azul.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 60% 80%; 
}