body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 h2 h3 {
	font-weight: bold;
}

h1 {
	font-size: 21px;
	color: #244;
	margin: 0px;
	padding: 5px 0 3px 0;
}

h2 {
	font-size: 18px;
	color: #C60;
	margin: 0px;
	padding: 5px 0px;
}

h3 {
	font-size: 14px;
	color: #A8C876;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px;
}

h4 {
	font-size: 12px;
	color: #A8C876;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 5px 0px;
}

p {
	margin: 0;
	padding: 5px 0 5px 6px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #C60;
}

a:visited {
	color: #C60;
}

a:hover {
	color: #C60;
	text-decoration: none;
}

a:active {
	color: #CCC;
	text-decoration: none;
}

/* HEADER DIV */
#header {
	width: 100%;
	height: 116px;
	background-image: url(../images/tile1.gif);
	background-repeat: repeat-x;
	margin: 0 0 2px 0;
}

/* MENU DIV */
#menu {
	background-color: #FFFFFF;
	float: left;
	width: 182px;
	margin: 0 0 24px 0;
}

/* CONTENT DIV */
#content {
	width: 525px;
	float: left;
	padding: 15px;
	margin: 0 0 24px 0;
}

#index-main {
	float: left;
	padding: 0 10px 0 0;
	width: 299px;
}

#index-right {
	float: left;
	padding: 0 0 0 15px;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C60;
}

#index-right p {
	font-size: 11px;
	color: #244;
	margin: 10px 0 16px 0;
	padding: 0;
}
#index-right a {
	font-size: 11px;
	color: #C30;
	font-weight: bold;
}

/* FOOTER DIV */
#footer {
	clear: left;
	width: 100%;
	height: 60px;
	background-image: url(../images/tile2.gif);
	background-repeat: repeat-x;
}

#footer img {
	display: block;
}

#footer .text {
	font-size: 11px;
	color: #224444;
	margin: 5px;
	padding: 5px;
}

/* Left Menu Navigation Style */
#navlist {
	width: 182px;
	margin: 0;
	padding: 0;
}
#navlist li {
	font-size: 11px;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #FFF;
	background-color: #ECECEC;
	list-style-type: none;
}
#navlist li a {
	display: block;
	padding: 4px 4px 4px 20px;
	color: #CC6600;
}
#navlist li a:link {
	text-decoration: none;
	color: #000;
}
#navlist li a:visited {
	text-decoration: none;
	color: #000;
}
#navlist li a:hover {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #000;
	background-color: #A8C876;
}
#navlist li a:active {
	text-decoration: none;
	color: #EBEBEB;
}
#navlist li.current {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
	color: #000;
	background-color: #A8C876;
}
/* END Left Menu Navigation Style */

ul.content-list {
	list-style-type: none;
	margin: 6px 15px;
	padding: 0;
}
li.content-list-item {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 18px;
	font-weight: bold;
}
div.arriba {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CC6600;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 11px;
}

/* Seccion de articulos */
img.img-acrobat {
	float: left;
	margin: 0px 8px 0px 0px;
}

img.img-articulo {
	float: right;
	margin: 0 0 0 8px; 
	border: 1px solid #CCCCCC;
	padding: 6px;
}

img.img-art-index {
	float: left;
	margin: 0 7px 2px 0;
	border: none;
}

img.banner {
	display: block;
	margin: 0 0 12px -5px;
	border: none;
}

div.ver-articulo {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CC6600;
	margin: 10px 0 20px 0;
	padding: 5px 0;
	font-size: 10px;
	clear: both;
}

img.pdf-icon {
	margin: 0 3px;
	vertical-align: middle;
}

form {
	background-color: #FCF6F0;
	padding: 8px;
	border: 1px solid #A8C876;
	font-size: 12px;
}
#t1 {
width: 600px;
height: 1000px;
}