* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../imagen/fondo.jpg") top center no-repeat fixed;
	font: normal 10pt/14pt verdana, arial,sans-serif;
	color: #000;
}
a, a:visited {
	text-decoration: underline;
	color: #003AE8;	
}
a img {
	border:0;
}
a:hover {
	color: #D26E0C;
	}
#header {
	width: 710px;
	height: 100px;
	background: url("../imagen/cabecera.jpg") top center no-repeat;
	margin:2px;
}
#header1 {
	width: 710px;
	height: 100px;
	background: url("../imagen/cabecera1.jpg") top center no-repeat;
	margin:2px;
}
#header2 {
	width: 710px;
	height: 100px;
	background: url("../imagen/cabecera2.jpg") top center no-repeat;
	margin:2px;
}
#container {
	width: 710px;
	background: transparent;
	margin: 5px auto;
	text-align: left;
}
#horizontal {
	background: url("../imagen/horizontal.gif") top center no-repeat;
	width: 710px;
	height: 20px;
	margin: 2px;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px 0 5px 0;
}
#horizontal a img {
	border:0;
	margin: 0px;
	padding: 0px;
}
#horizontal a {
	color: #0633B0;
	margin: 0px 0px 0px 4px;
	padding: 4px 2px 4px 2px;
	text-decoration: underline;
}
a.actual {
	background: #FAAE74;
	padding: 4px 2px 4px 2px;
	text-decoration: underline;
}
#horizontal a:hover {
	background: #FAAE74;
	color: #D26E0C;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}
#right-column {
	width: 130px;
	float: right;
	padding: 1px;
	margin: 50px 0 0 0;
}
#menu {
	width: 130px;
	float: right;
	padding: 1px;
}
a.botactual {
	display:block;
	background: #FAAE74;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color:#F37618;
	padding: 4px 0px 4px 15px;
}
a.bot {
	display:block;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color:#0131A7;
	padding: 5px 0px 5px 15px;;
}
a.bot:hover {
	background: #FCE0C5;
	text-decoration:none;
	color:#D26E0C;
}
h1{
	font-size: 17pt;
	font-weight: bold;
	color: #0633B0;
	margin-bottom: 15px;
	padding: 20px;
}
h2{
	font-size: 14pt;
	font-weight: bold;
	color: #0633B0;
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../imagen/h2bg.gif) top left repeat-y;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding: 2px;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding: 2px;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-left: 20px;
	background: url(../imagen/bolita.jpg) top left no-repeat;
}
ul {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-left: 25px;
	padding: 20px;
}
.izq {
	float: left;
	border:0;
	margin: 0 50px 0 0;
}
.der{
	float: right;
	border:0;
}
.center{
	margin: 0 0 0 100px;
	border:0;
}
#content {
	float: left;
	width: 550px;
	margin: 50px 0 0 4px;
}
p {
	font-size: 11pt;
	margin-bottom: 20px;
	padding-left: 14px;
	background: url(../imagen/articlebg.gif) top left repeat-y;
}
#footer {
	font-size: 7pt;
	color: #0633B0;
	clear: both;
	margin-left: 120px;
	height: 20px;
	padding: 4px;
}