.texto {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 14px;
}
a:hover {
	color: #990000;
	font-weight: bold;
}
.nenita {
	background-attachment: fixed;
	background-image: url(aire+acondicionado+marco_r5_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.degrade {
	background-attachment: scroll;
	background-image: url(aire+acondicionado+marco_r1_c4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000066;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.borde {
	border: 2px outset #6600FF;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.izquierda {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}