body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-color:#f4f4f2;
}
img{
	border:0;
}
.contenido {
	background-image:url(images/bg_contenido.jpg);
	background-repeat:repeat-x;
	background-position: right top;
	padding: 8px;
	width:100%;
	background-color: #c7dcd7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: justify;
}

.contenido p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}

.contenido h1 {
	color: #eea64f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.footer {
	background-color: #000;
	background-position: bottom;
	color: #FFF;
	height: 25px;
	bottom: 5px;
	left: 337px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
