.fondo {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.linea {
	border: 1px groove #8083AE;
	background-attachment: scroll;
	background-image: url(fondo-principal.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.fondo-principal {
	background-attachment: scroll;
	background-image: url(fondo-principal.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	line-height: 110%;
	font-size: 13px;
}
a:visited {
	line-height: 110%;
	font-size: 13px;
}
a:hover {
	line-height: 110%;
	font-size: 13px;
	color: #3366FF;
}
a:active {
	line-height: 110%;
	font-size: 13px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366FF;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3366FF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366FF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366FF;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366FF;
}
.a-izq {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.a-der {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}body {
	margin-top: 0px;
}
