tr.border_bottom td {
    border-bottom: 1px solid black;
}

body {
    color: #CCC;
    background-color: #333;
    font-size:medium;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin: 0 auto;
    width: 100%;
    height:100%;
}

img {
    border: solid 0px black;
}

a {
    color: #FFF;
    text-decoration:none;
    border: solid 0px black;
}

a:hover {
    color: #C96;
    text-decoration:none;
    border: solid 0px black;
}

h1 {
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    margin:0;
}

html h1{
    position:relative;
    float:left;
    margin:-40px 0 0 0;
}

h2 {
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
}


h3{
	position:relative;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	width:98%;
	clear:both;
	padding:2px;
	margin: 0 0 30px 0;
	border-bottom:2px solid #ccc;
	color:#c96;
}

h4{
    font-size: large;
    font-weight: bold;
    display:block;
    clear:both;
}

.pergamino a {
	position: relative;
	display: block;
	background: url(/imagenes/pergamino_recto_mini.png) no-repeat center center;
	color: #000;
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
	width: 220px;
	height: 40px;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
}
