/* CSS Document */
#contenedorCentro{
	position:relative;
	width:770px;
	height:400px;
	height:auto;
	border-right:1px solid #f3f3f0;
	border-left:1px solid #f3f3f0;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #9B2D48;
	margin-bottom:0px;
	padding-left:30px;
}

li {
	list-style-image: url(/imagenes/icono.gif);
}

#texto{
	width:590px;
	height:auto;
	float:left;
	margin-top:0px;
	padding-left:10px;
}

#menu{
	float:right;
	width:161px;
	margin-top:0px;
}
