body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/disenio_02/fondo_body.jpg);
	background-repeat:   repeat-x;
	background-position: top;
}
#div_base {
	margin: auto;
	width: 1000px;
	background-image: url(../img/disenio_02/fondo_cont.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#div_cabecera {
}
#div_contenedor {
	background-image: url(../img/disenio_02/disenio_02_cortado_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: auto;
}
#div_contenido {
	width: 738px;
	float: left;
	padding: 5px;
}
#div_menu {
	float: right;
	width: 223px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A477CA;
	margin-top: 50px;
	margin-right: 10px;
}
#div_menu ul {

}
#div_menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3C9F9;
	margin-bottom: 5px;
}
#div_piepag {
	text-align: right;
	padding: 5px;
}
a.link_menu {
	color: #814BC0;
	text-decoration: none;
}
a.link_menu:hover {
	text-decoration: none;
	font-weight: bold;
}
.ul_li_cabecera {
	list-style-type: none;
	font-weight: bold;
	color: #814BC0;
}
img {
	vertical-align: text-bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

