BODY {
	margin:15px auto;
	text-align:center;
	background:white;
}

* {
	font-family:Arial;
	font-size:10pt;
}

#CON {
	width:600px;
	height:100%;
	margin:auto;
}

#TOP {
	padding:25px;
	border-top:5px solid #BEBEBE;
	border-bottom:5px solid #BEBEBE;
	background:url("../img/fondo.png") white 0px -15px;
}

#PIE {
	clear:both;
	border-top:2px solid #BEBEBE;
	border-bottom:2px solid #BEBEBE;
	background:url("../img/minioff.png") white no-repeat 470px 0;
}

#IND {
	float:left;
	width:200px;
	text-align:left;
	background:#FAFAFA;
}

#TXT {
	text-align:center;
	background:white;
}

A {
	text-decoration:none;
	color:black;
}

A:hover {
	color:#C8C8C8;
}

H5 {
	font-size:18px;
	font-family:Georgia;
	margin:0;
}

.indice H3 {
	margin:0;
	padding:3px;
	text-transform:uppercase;
	font-size:10pt;
	color:gray;
	cursor:pointer;
}

.indice DIV {
	padding:1px;
	padding-left:15px;
	background:url("../img/fch.png") no-repeat 7px 7px;
}

.color {
	background:#FFDAC2;
}

.txt {
	padding:5px;
}

.tbold {
	font-weight:bold;
}

.titalic {
	font-style:italic;
}

.tsup {
	border-bottom:1px dashed black;
}