body
{
	margin: 0;
	padding: 0;
	text-align: center
}
#contenedor
{
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;	
}
#menuIzq
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 151px
}
#menuIzq li
{
	display: inline;	
}
#menuIzq li img
{
	border: 0;
}
#contenidos
{
	position: relative;
	width: 561px;	
	/*height:300px;*/
	overflow: auto;
	overflow-x:hidden;
	/*height: 1%;*/
	color: #000;
	font: 12px Arial, Sans-Serif;
	background: url(../images/fondoCentro.jpg) left top no-repeat fixed;
	background-color:#FFEACF;
	text-align: justify;
	padding: 10px 20px 10px 20px;
}
html>body #contenidos
{
	/*height: auto;
	margin-left: 151px;*/	
	background: url(../images/fondoCentro.jpg) left top no-repeat;
}
#pie
{
	clear: both;
}
#banderas
{
position: absolute;
left: 45px;
top: 167px;
}