/*General*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 100%;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}

A:link {
	font-family: "Century Gothic";
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}

A:visited {
	font-family: "Century Gothic";
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}

A:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	text-decoration: underline;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.quote{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}



/* Contenido */
#contenedor {
	height: 450px;
	text-align: center;
	overflow: hidden;
}

#contenedor2 {
	height: 450px;
	margin-right: 510px;
	margin-left: 0px;
	z-index: -1;
	text-align: center;
	overflow: hidden;
}
#margensuperior {
	height: 15px;
	font-family: "Century Gothic";
	text-align: left;
	padding-left: 100px;
	color: #FFFFFF;
	font-size: 13px;
	width: 100%;
	z-index: 1;
}
#zoomify {
	height: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#zoomifyizquierda {
	height: 450px;
	margin-right: 510px;
	margin-left: 0px;
	z-index: -1;
	text-align: center;
	overflow: hidden;
}
.textoremarcado{
	font-family: "Century Gothic";
	font-size: 13px;
	background-color: #FF0000;
	margin-top: 13px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 5px;
	position: relative;
}

#texto2 {
	font-family: "Century Gothic";
	text-align: justify;
	color: #FFFFFF;
	font-size: 13px;
	width: 500px;
	position: absolute;
	margin-right: 0px;
	top: 18px;
	overflow: hidden;
	height: 450px;
	padding-right: 0px;
	right: 0px;
	float: right;
	z-index: -50;
}


/* Portadas */

#motioncontainer {
	height: 115px;
	top: 0px;
	border: 0;
	left: auto;
	right: auto;
	position: relative;
	margin: 0px;
	width: auto;
	padding: 0px;
}

#statusdiv {
background-color: #FFFFFF;
border: 1px solid gray;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#nav {
	height: 15px;
	font-family: "Century Gothic";
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
	position: relative;
	top: 0px;
	width: auto;
}
.nav {
	padding-left: 100px;
}

#arriba {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#abajo {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#subir {
	position: absolute;
	z-index: 2;
	height: 120px;
	width: 500px;
	top: 15px;
	right: 0px;
}
#bajar {
	position: absolute;
	z-index: 2;
	height: 120px;
	width: 500px;
	bottom: 0px;
	right: 0px;
}

li:before {  
    content: "-  ";  
  }
  
li {
    list-style-image:none;  
    list-style-position:outside;  
    list-style-type:none;  
}
