/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 200%;
	text-align: justify;
}


div#contenido{
	width: 1024px;
	height: 1024px;
	position: relative;
	margin: 0px auto;
}
#pagIzquierda {
	position:absolute;
	left:73px;
	top:79px;
	width:238px;
	height:404px;
	z-index:3;
}
#flechas {
	position:absolute;
	left:454px;
	top:497px;
	width:52px;
	height:20px;
	z-index:21;
	visibility: visible;
}
#objeto1 {
	position:absolute;
	left:650px;
	top:69px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: visible;
}
#objeto2 {
	position:absolute;
	left:650px;
	top:70px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: hidden;
}
#objeto3 {
	position:absolute;
	left:650px;
	top:70px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: hidden;
}
#objeto4 {
	position:absolute;
	left:650px;
	top:70px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: hidden;
}
#objeto5 {
	position:absolute;
	left:650px;
	top:70px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: hidden;
}
#objeto6 {
	position:absolute;
	left:650px;
	top:70px;
	width:374px;
	height:511px;
	z-index:0;
	visibility: hidden;
}
.centrado {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1024px;
	margin-left: -512px;
	height: 591px;
	margin-top: -295px;
	z-index:20;
	visibility: visible;
}
.titulo{
	font-size: 20px;
	color: #000000;
	text-align: center;
}
.destacado{
	font-size: 15px;
	font-weight: bold;
}
.negrita{
	font-weight: bold;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.autor{
	font-size: 15px;
	font-style: italic;
}