div#contenedor {
	width:770px;
	background-image:url(../imagenes/linea_ve.gif);
	background-repeat:repeat-y;
	background-position:186px top;
	border-bottom:10px solid #83c503;
}
div#cabecera {
	width:770px;
	height:108px;
}
div#menusuperior {
	width:770px;
	height:31px;
}
div#menuprincipal {
	width:180px;
	float:left;
	padding-top:10px;
}
div#contenido {
	width:558px;
	margin-left:190px;
	border:1px solid #c7c7c7;
	margin-top:10px;
	padding:15px 10px;
}
* html div#contenido {
	width:554px;
	height:42em;
}
div#pie {
	width:580px;
	clear:both;
/*	height:45px; */
	padding-top:20px;
	padding-bottom:13px;
	padding-left:190px;
	background-image:url(../imagenes/linea_ho.gif);
	background-repeat:repeat-x;
	background-position:left 5px;
}
p#autoria {
	width:770px;
}