body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/wm.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 22px;
	color: #339;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}

/*---------------------------------------------------------------------------
IMAGENES
---------------------------------------------------------------------------*/

.derimg {
	float: right;
	margin: 10px;
}
.izimg {
	margin: 10px;
	float: left;
}
.cenimag {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

