body {
	background-color: #546b99;
}
#Layer1 {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 990px;
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999999;
	padding-right: 3px;
	padding-left: 3px;
}
#header {
	width: 990px;
	float: left;
}
#menu {
	width: 990px;
	float: left;
}
#content {
	width: 990px;
	float: left;
	background-color: #FFFFFF;
}
#titulo{
	width: 990px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../bgtitulos.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #2a81c4;
}
#contenido{
	width: 930px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../bgbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: justify;
}
#footer {
	width: 990px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#pie {
	width: 990px;
	float: left;
}
.imgl {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #2a81c4;
	margin-right: 5px;
}
.imgr {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #2a81c4;
	margin-left: 5px;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002746;
	background-image: url(../bullet2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.subtitulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2A81C4;
	padding: 3px;
}

