html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#a1 {
	color: #A20B10;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A20B10;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #666666;
	text-align: center;
	font: 15px Calibri, arial, sans-serif;
	color: #000000;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #ffffff;
}
#body {
	position: relative;

}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 153px;
}

#content {
	position: absolute;
	top: 156px;
	left:  0px;
	width: 770px;
	background: #ffffff top left url(Imagenes/fondito1.jpg) repeat;
	height: 428px;
}
#content-bot {
	background: bottom url(Imagenes/piedefondo.jpg) repeat-x;
	left:  0 px;
	margin-left: 5px;
	margin-top: 2px;
	width:765px;
}
#content .inner {
	padding: 20px 27px;
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#content-bot h2 {
	color: #000;
}

#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #6b6969;
	text-align: right;
	color:#fff;
	margin: 0px 0px 0px 0px;
	padding: 18px 15px 15px 15px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

