/**
 * CSS
 * (c) 2007 Darío G. Ruellan / D²
 */

body {
	margin: 0;
}
body #loading {
	display: none;
}

#mainframe {
	z-index: 5;
	position: relative;
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}
#mainframe #mainmargin {
	margin: 10px;
}
#mainframe img {
	border: none;
}
#mainframe form {
	margin: 0;
	padding: 0; 
}
#mainframe a {
	font-weight: bold;
	text-decoration: none;
}
#mainframe .shadow {
	overflow: hidden;
	width: 100%;
	height: 5px;
}

/* header */

#header #cab {
	position: relative;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
#header #cab img {
	margin: 0;
}
#header .shadow {
	margin-bottom: 8px;
}

/* header:nav */

#header #nav {
	display: none;
}

/* column: right */

#column_right {
	display: none;
}

/* footer */

#footer {
	width: 100%;
	margin-left: auto;	/* centrado */
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid black;
}
#footer a {
	text-decoration: none;
}
#footer #d2 {
	float: left;
}
#footer #d2 img {
	vertical-align: top;
	margin-right: 6px;
}
#footer #footertext {
	display: none;
}
#footer .compatlogos {
	display: none;
}

/* maintext */

#maintext {
	width: 530px;
	padding: 0;
	margin: 0 0 5px 0;
}
#maintext .textbox {
	margin-left: 5px;
	margin-right: 5px;
	line-height: 140%;
}
#maintext .textbox p {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}
#maintext h1 {
	display: block;
	font-size: 16px;
	padding: 5px 5px 5px 8px;
	margin: 0 0 10px 0;
}
#maintext h3 {
	display: block;
	font-size: 14px;
	color: black;
	margin: 16px 0 8px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid gray;
}
#maintext h4 {
	display: block;
	font-size: 8pt;
	margin: 10px 0 8px 0;
}
#maintext a.mas {
	background-image: url(../images/icn_point_more.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 14px;
}
#maintext ul {
	margin-left: 16px;
}
#maintext .buttons {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid silver;
	border-top: 1px solid gray;
	background-image: url(../images/grd_shadow.gif);
	background-repeat: repeat-x;

}
#maintext .buttons a.jump_down { /* Botones */
	background-image: url(../images/icn_down.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 20px;
}
#mainframe #footlist {
	position: relative;
	overflow: hidden;
	display: none;
}
