@charset "utf-8";
#contenedor {
	width: 850px;
	background-image: url(imagenes/franjag2.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top {
	background-color: #CC0000;
	height: 195px;
	width: 850px;
}
#lateral {
	height: 700px;
	width: 120px;
	float: left;
	color: #FFFFCC;
}


#contenedor #lateral  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


#contenido {
	width: 730px;
	float: right;
}
#pie {
	height: 80px;
	width: 846px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagenes/PIE%20BANDERAS.png);
	text-align: center;
}
#contenedor #pie #textopie1 {
	width: 100px;
	margin-top: 35px;
	float: left;
	line-height: 17pt;
	margin-left: 5px;
	padding-bottom: 0px;
}
#contenedor #pie #textopie2 {
	float: right;
	width: 300px;
	margin-top: 50px;
	margin-right: 5px;
}
#contenedor #contenido #a {
	float: left;
	width: 300px;
	height: 300px;
	background-color: #000000;
}
#contenedor #contenido #b {
	float: right;
	width: 430px;
	height: 300px;
	background-color: #990000;
}
#contenedor #contenido #titulo {
	width: 500px;
	margin-right: 50px;
	margin-left: 130px;
}
