body{
	color: rgb(255, 255, 255); 
	background-color: rgb(153, 102, 51); 
	text-align: center;
}

table.enlaces{
	font-family: "Courier New", Courier, monospace;
	width: 100%;
	margin-top: 24px;
}

.enlaces A
{
    font-weight: bold;
    font-size: 10pt;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 2px;
    text-align: justify;
	 text-transform: lowercase;
}
.enlaces A:link
{
   font-weight: bold;
    color: #000000;
 	 font-family    : "Courier New", Courier, monospace;
    background-color: transparent;
    text-align: justify;
    text-decoration: none
}
.enlaces A:active{
    font-weight: bold;
    width: auto;
    color: #DCB590;
    background-color: transparent;
    text-align: justify;
    text-decoration: underline;
}
.enlaces A:visited{
	  font-weight: bold;
    width: auto;
    color: #000000;
    background-color: transparent;
    text-align: justify;
    text-decoration: none
}
.enlaces A:hover{   
    font-weight: bold;
    width: auto;
    color: #DCB590;
    background-color: transparent;
    text-align: justify;
    text-decoration: underline;
}

.cabezal{
	font-family: Book Antiqua,Palatino Linotype,Palatino,serif;
}

h3{
	color: #ffffff;
	font-family: Book Antiqua,Palatino Linotype,Palatino,serif;
	font-size: 18pt;
}
.autores{
	padding-top: 48px; 
	padding-bottom: 48px; 
	font-family: Book Antiqua,Palatino Linotype,Palatino,serif; 
	width: 50%; 
	vertical-align: top;
	line-height: 1.4em;
	color: #000000;
}

.autores A
{
	color: #ffffff;
	text-decoration: none;
}
.autores A:link
{

    color: #ffffff;
	text-decoration: none;
 	 
}
.autores A:active{
   
    color: #DCB590;
    text-decoration: none;
}
.autores A:visited{
	 
    width: auto;
    color: #ffffff;
    text-decoration: none
}
.autores A:hover{   
    color: #DCB590;
    text-decoration: underline;
}

.base{
	font-family: Book Antiqua,Palatino Linotype,Palatino,serif; 
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0.5em;
}