/* documento css */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

.indice {
	margin-top:10px;
}
.indice ul {
	margin-top:0;
	margin-bottom: 10px;
	padding-top:0; padding-bottom:0;
}

.indice li {
	font-size: 90%;
	margin-bottom: 3px;
	margin-top:0;
	padding:0;
	line-height:1.2em;
}

.indice a {
	color: #C00;
	text-decoration: none;
}

.indice a:hover {
	text-decoration: underline;
}

div.dMarco {
	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #f5f5f5;
	
	width:480px;
	height: 300px;
	overflow: auto;
}

a:link, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 100%;
	font-weight: normal;
	color: white;
	padding: 0.3em;
	background-color: #C00;
	margin-bottom: 0px;
	text-align: center;
	margin:0;
}

/* TABLA STANDARD */
table.tStandard {
	border-collapse: collapse;
	border: none;
}

table.tStandard caption {
	background-color: #CC9999;
	font-size: 80%;
	font-weight: bold;
	color: #663333;
	padding: 5px 10px 5px 5px;
	text-align: left;
	width: 100%;
}

table.tStandard th {
	border-collapse: collapse;
	border-bottom: 1px solid #CC9999;
	padding: 5px 10px 5px 5px;
	font-size: 70%;
	color: #663333;
	background-color: #E3C2C2;
	text-align: left;
}
table.tStandard td {
	border-collapse: collapse;
	border: none;
	padding: 5px 10px 5px 10px;
	font-size: 70%;
	background-color: white;
	color: #333;
}

.subir {
	text-align:center;
}
.subir a {
	color:#693;
}