#contenedor {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#encabezado {
	height: 80px;
	width: 960px;
	background-image: url(imagenes/logos/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#banner {
	height: 186px;
	width: 960px;
	background-repeat: no-repeat;
	background-color: #333333;
	vertical-align: bottom;
	background-position: bottom;
}
#contenido {
	height: auto;
	width: 620px;
	float: left;
	line-height: 16px;
	background-image: url(imagenes/fondos/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 15px;

}
#columna {
	padding: 30px 10px 10px 10px;
	height: auto;
	width: 280px;
	float: right;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
#texto {
	line-height: 16px;
	height: auto;
	width: 590px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#pie {
	background-color: #990000;
	clear: both;
	height: 200px;
	width: 100%;
	
}
#pie1 {
	height: 200px;
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}
#pie2 {
	float: left;
	height: 100px;
	width: 630px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#pie3 {
	float: right;
	height: 100px;
	width: 280px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#banner3 {
	height: 350px;
	width: 300px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-position: bottom;
	float:right;
}
#banner2 {
	height: 350px;
	width: 650px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-position: bottom;
	float:left;
}
.subrayado {
	background-color: #F1E1DC;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}
