body
{
	margin: 0;
	padding: 0;
	text-align: center;
}
#contenedor
{
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/fondoPagina.jpg) left top repeat-y;
}
#menuIzq
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuIzq li
{
	display: inline;
	width: 160px;
	height: 56px;
}
#menuIzq li img
{
	border: 0;
}
#contenidos
{
	color: #000;
	font: 12px Arial, Sans-Serif;
	background: url(../images/fondoCentro.jpg) left top;	
	height: 340px;
	padding: 5px 25px 5px 20px;
}
html>body #contenidos
{
	margin-left: 160px;
	height: auto;
        min-height: 340px;
}
#pie
{
	clear: both;
}
#banderas
{
position: absolute;
left: 715px;
top: 145px;
}
