@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/back.jpg);
	background-attachment: fixed;
}
#container {
	height: auto;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto 60px;
}
#MenuContainer {
	height: 180px;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#topContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
}
#menu {
	float:left;
	height: 180px;
	width: 166px;
}
#banner {
	float:left;
	height: 180px;
	width: 734px;
}
#mainContent {
	clear:both;
	border: 1px solid #999;
	height: auto;
	width: 898px;
	padding-bottom: 10px;
	background-image:url(../images/back2.jpg);
	background-position:bottom center;
	;
}
#clear {
	clear:both;
	height: 10px;
	width: 898px;
}
#txt {
	float: right;
	height: auto;
	width: 600px;
	padding: 20px 20px 20px 20px;
}
#derecha {
	float:left;
	height:auto;
	width:150px;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
#copy {
	clear:both;
	height: 30px;
	width: 900px;
	padding-top:15px;
	text-align: center;
	color: #1984C2;
}
.pie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0075BB;
}
.titulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3357A7;
	font-size: large;
	font-weight: bold;
}
.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666
}
.intro {
	text-align: center;
}
