body {
	font-family: Arial, Verdana;
	font-size: 10pt;
	margin: 5px;
	color: #000;
	background-color: #fff;
}

img {
	border: 0;
}

#encabezado {
	width: 775px;
	padding-bottom: 5px;
	border-bottom: #561e86 3px solid;
	margin-bottom: 5px;
}
#logo {
	margin-bottom: 6px;
	background-image: url(images/fondologo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#botones {
	height: 24px;
	background-color: #387000;
	font-weight: bold;
	font-size: 12pt;
	line-height: 24px;
}
#botones a {
	color: #fff;
	text-decoration: none;
}
#botones a:hover {
	color: #fcfb90;
	text-decoration: none;
}
#botones div{
	height: 24px;
	color: #fff;
	float: left;
	border-right: 5px #fff solid;
	padding: 0 4px;
}
#pie {
	clear: both;
	height: 65px;
	width: 775px;
	padding-top: 5px;
	border-top: #561e86 3px solid;
	margin-top: 5px;
}

.index_images {
	height: 267px;
	width: 775px;
}

.content {
	width: 775px;
}
