@charset "utf-8";
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.texto_chico {
	font-size: 10px;
}
strong {
	color: #330099;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #6633FF;
}
a:hover {
	text-decoration: none;
	color: #6633FF;
}
a:active {
	text-decoration: none;
	color: #6633FF;
}
h1 {
	font-weight: bolder;
	color: #FF3366;
	font-size: 20px;
	text-transform: capitalize;
}
.bodyy {
	background-image: url(fotos-imagenes/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-top: 25px;
}
h2 {
	font-weight: bolder;
	color: #6699FF;
	font-size: 18px;
	text-transform: capitalize;
}
h3 {
	font-weight: bolder;
	color: #6699FF;
	font-size: 18px;
	text-transform: capitalize;
}
h4 {
	font-weight: bolder;
	color: #6699FF;
	font-size: 18px;
	text-transform: capitalize;
}
.-izquierda {
	float: left;
	padding-right: 15px;
}
.-derecha {
	float: right;
	padding-left: 15px;
}

