@charset "utf-8";
.parrafo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13.7px;
	line-height: 1.8em;
}
h1 {
	color: #4BAD84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
body {
		margin-top: 1px;

}
.borde {
	border: 2px solid #497399;
}



h2 {
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
h4 {
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.fondo {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666600;
	font-weight: bold;
	font-size: 12px;
}
strong {
	color: #1B6D51;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;

}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666600;
	font-weight: bold;
	font-size: 12px;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666600;
	font-weight: bold;
	font-size: 12px;

}

.izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

