/*global*/

body {
  margin: 0;
  background-color: #000000;
}

h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #990033;
}

h1 a {
    color: #990033;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;
	text-align: center;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000099;
}



img {
  border: 0pt none;
}


/*Layout*/


#contenedor {
  width: 750px;
  margin: auto;
  background-image:url(images/background_filmstrip.jpg);
  background-repeat: repeat-y;
}

#menu {
  width: 750px;
  margin: auto;
  background-color: #000000;
}


#contenido {
  width: 500px;
  margin: auto;
}


.text_prosa {
	font-family: Calibri, arial, sans-serif;
	font-size: 1em;
	color: #003366;
	text-align: justify;
}
.autor_titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990033;
	text-align: right;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.autor_index {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	color: #006600;
	text-align: right;
}
.autor_index_left {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #006600;
	text-align: left;
}
.text_poesia {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	color: #000099;
	text-align: left;
}
.titulo_poesia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;
	text-align: left;
}

.breadcrumbs {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	color: #D8D800;
}

.breadcrumbs a {
  color: #D8D800;
}


/*pantalla del menu*/

#pantalla {
  width: 750px;
  height: 597px;
  margin: auto;
}


