/***********************************************/
/* Poemas.css                                  */
/* Para usar con plantilla Poemas.dwt          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif; /*	padding-right: 10%;
	padding-left: 10%; */
/*	padding: 0px 40% 10% 10%; */
	margin-left: 10%;
	margin-right: 10%;
}

a:link, a:visited, a:hover {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
/* font-family: Verdana, Arial, sans-serif; */
 font-size: 130%;
 color: #666633;
}

h2{
 font-size: 110%;
 color: #666633;
}

h3{
 font-size: 120%;
 color: #666633;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFCC;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	background: White;
	padding: 3% 5% 5% 5%;
	/*	float: left; */
/*
	width: auto;
	margin: 0 0 0 0;
*/
}


/************* #estilos al pie ***************/

#PiePagina{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: Gray;
	background-color: #FFFFFF;
	padding: 3% 5% 5% 5%;
	margin-top: 3px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************** #estilos para el texto **************/

.intro {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left : 5%;
	margin-right : 5%;
}
.poesialarga {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-indent: 30pt;
/*	height: 0%;*/
	margin: 0px;
}
.normal {
	text-indent: 5%;
	text-align: justify; /*	margin-left : 10%;
	margin-right : 10%; */
	font: medium "Times New Roman", Georgia, Times, serif;
}
.sombrerogrande {
	font-size: small;
	text-align: right;
	margin-right : 10%;
	margin-left : 10%;
}
.sombrero {
	font-size: small;
	text-align: right;
	padding-left: 200px;
	;
	font-style: italic;
	margin-right : 10%;
}
.biblio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-right : 5%;
	margin-left : 10%;
	text-align: justify;
	list-style-position: inside;
	list-style-type: disc;
	text-indent : -5%;
}
.notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	text-indent: -0.4cm;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: .5cm;
}

