@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #999999;
	margin: 0px;
	font-size: small;
	background-image: url(imgs/FND_Cielo2.jpg);
	background-repeat:  no-repeat;
	background-attachment: fixed;
}
#Logo {
	margin: auto;
	height: 120px;
	width: 820px;
	background-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#Menu {
	margin: auto;
	height: 22px;
	width: 820px;
	background-color: #000000;
}
#Principal {
	margin: auto;
	float: none;
	height: 350px;
	width: 820px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	position: relative;
}
a {
	color: #333333;
}
.px10 {
	font-size: small;
}
.Percent45 {
	text-align: left;
	float: left;
	width: 46%;
	position: relative;
	padding: 5px;
	margin: 5px;
	height: 150px;
	font-size: small;
	background-image: url(imgs/transp.png);
	background-repeat: repeat;
	color: #333333;
}
#Footer {
	font-size: x-small;
	background-color: #CCCCCC;
	margin: auto;
	height: 80px;
	width: 820px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 15px;
}
