BODY {
	font-family: Arial;
	font-size: 16px;
	color: #464646;
	margin: 0; padding: 0;
	background: #2f7fba url(images/bkg_body.jpg) repeat-x 0 0;
}

.bkg-nubes {
	position: relative;
	padding: 54px 240px;
	background: url(images/bkg_nubes.jpg) no-repeat 0 0;
}

.bkg-texto {
	position: relative;

	padding: 26px 40px;
	background: #fff;
	height: 2050px; /*era 1600, ahora hay mas texto*/
	width: 700px;

	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

A {
	color: #077bdd;
	text-decoration: underline;
}

	A:hover {
		color: #dd7b07;
	}

H1 {
	margin: 0; padding: 0;
	background: url(images/newlogo.jpg) no-repeat 0 0;
	width: 500px;
}

	H1 A {
		text-decoration: none;
		display: block;
		height: 141px;  /*antes era 110, ajustado a 141 por cambio de banner*/
		text-indent: -10000px;
	}

.description {
	padding: 10px 0;
}

	.description SPAN {
		background: #4c9ed2;
		color: #fff;
		padding: 4px 20px;
	}

H2 {
	font-size: 1.2em;
	color: #4c9ed2;
}

H3 {
	font-size: 1.1em;
	color: #000;
}