body {
	font: 80% Verdana, sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
#all {
	text-align: left;
	margin: 0 auto;
	width: 750px; /* Add 754px, hack IE5? */
	border: 1px solid #755353;
	position: relative;
	background: white url(../img/allBG.gif) repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 .5em 0;
	color: #745252;
}
h1 {
	border-style: solid;
	border-color: #aa9696;
	border-width: 0 0 1px 1px;
	padding: 3px 10px;
	font-size: 1.4em;
}
h1 .subtitle {
	font-size: .8em;
	font-style: italic;
}
h2 {
	font-size: 1.3em;
	text-decoration: underline;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6 {
	font-size: 1em;
}

p {
	margin: .5em 0;
	line-height: 140%;
}

b { font-weight: normal; }

a img { border: none; }
a {
	text-decoration: none;
}
a.title {
	font-weight: bold;
	color: #8a1f1f !important;
}
a.title:hover {
	background-color: transparent;
}
a:visited {
	color: blue;
}

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}


/* Listas */
#content ul, ol {
	margin: 1.5em 0 1.5em 3em;
	padding: 0;
}
#content li {
	margin: .3em 0;
}
#content ul.menu li {
	margin: .8em;
	list-style-type: none;
}




#headerIMG {
	position: absolute;
	left: 0; top: 0;
}
#main {
	margin: 75px 0 0 153px; /* left matches header.gif height */
	font-size: .85em;
}
#content {
	min-height: 400px;
	height: 400px;
	margin-right: 1em;
	padding-bottom: 2em;
}
html>body #content {
	height: auto;
}
#content a:hover {
	text-decoration: underline;
	background-color: #ffffc4;
}

#footer {
	background-color: #fff;
	border-top: 1px solid #ab9696;
	color: #ab9696;
	padding: 2px 0 2px 1em;
	font-size: .85em;
}
#footer {
	background-color: #eadcdc;
}
#footMenu {
	margin-right: 1em;
	float: right;
}
#footer a, #footMenu a {
	color: #745252;
}
#footer a:hover, #footMenu a:hover {
	color: #000;
}


#copyright {
	font-size: .85em;
	margin: 1em;
}
#copyright, #copyright a { color: #777; }
#copyright a:hover { text-decoration: underline; }

/* Tables */
#content table {
	font-size: 100%;
	border-collapse: collapse;
}
table.data {
	border: 2px solid #b26d62;
	margin: 2em auto;
}
table.data th, table.data td {
	padding: 1px 3px;
	border: 1px solid #b26d62;
}
table.data th {
	background-color: #e1cccc;
	border-bottom-width: 2px;
}
table.data td {
}

table.layout {
	border-collapse: collapse;
	border: 0;
}
table.layout td {
	border: none;
	vertical-align: top; 
}


/* Desplegable */
.desplVisible {
	font-weight: bold;
	position: relative;
}
.desplVisible img { /* displayed with JS */
	position: absolute;
	top: 4px;
	left: 2px;
}
.desplOculto {
	margin-left: 5px;
	border-left: 1px solid #333;
	padding: .5em;
	background-color: #f3f3f3;
}
.desplOculto .minimizar {
	color: #999;
	cursor: pointer;
	margin-top: 1em;
	text-align: center;
}



.center { text-align: center; }
.right { text-align: right; }
.u { text-decoration: underline; }
.rel { position: relative }