/* CSS Document */
body
{
	text-align:center;

	background-color:#bd0000;
/*	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

#contenedor
{
	width: 760px;
	height: 100%;

	margin: 0 auto;
	padding: 0px;
	
	text-align: left;
	
	/* border:0px dashed #CCC; */
	/*background:#efefef;*/
	
	overflow:hidden;
	background-image:url(../imagenes/complementos.gif);
	background-repeat:repeat-y;
	
}

#cabecera
{	
	width:760px;
	height: 125px;

	text-align:left;

	border-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #999999;

	background-color: #000000;
}

#menuderecho
{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	
	color:#666666;
	
	text-align:right;
		
	width: 150px;
	
	float: left; 

	margin: 0px;
	padding: 0px;
	border: 0px;
	
	background-color: #dddddd;
}

#pie
{
	width: 760px;
	
	clear: both;
	
	color: #666666;
	text-align: center;
	
	background-color: #ffffff;
}

#complemento
{
	display: inline;

	width: 600px;
	
	float:left;
	
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;

	padding: 0;
	padding-bottom: 15px;
	
	text-align: left;
}

#complemento img
{
	width: 600px;
}


#complemento #indice
{
	float:left;
	
	width: 319px;
		
	font-family:"Lucida Sans Unicode", sans-serif;
	
	color:#000;
	
	text-align:right;
	
	margin-top: 100px;
	margin-left: 0px;
	padding: 30px 20px 30px 10px;
	
	
	border-right: 1px solid #dddddd;	
	
}


#complemento #titulo
{
	float:right;
	width: 230px;	
	
	font-family:"Lucida Sans Unicode", sans-serif;
	
	color:#0023ff;
	
	text-align:right;
	
	
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	border:0;
	
	text-align:left;
}

#complemento #poema
{
	float:left;
	
	width: 270px;
	
	font-family:"Lucida Sans Unicode", sans-serif;
	font-weight:normal;
	
	text-align:left;
	
	margin:5px 10px 0px 0px;
	padding-left:5px;
	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#ddd;
}

#complemento #titulo h1
{
	font-size: 40px;	
	padding-right: 20px;
}


#complemento #titulo h3
{
	font-size: 24px;
	font-weight:normal;
	
	padding-right: 20px;	
	letter-spacing:1px;
	
}

#complemento #poema h5
{
	font-size: 12px;
	font-weight:normal;
}

#complemento dl
{
	font-size: 12px;
	font-weight:normal;
	
	margin:0px;
	
	padding-top:5px;
	
}

#complemento dt
{
	font-size: 13px;
	font-weight:bold;
	letter-spacing:-1px;

	
	color:#cc0003;
	
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:25px;
	padding-bottom:5px;
}

#complemento dd
{
	font-size: 11px;
	font-weight:normal;
	
	color:#4f5166;
	
	margin:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:0px;
}
#complemento #indice dl dd .listaenlace
{
	color:#4f5166;
	
	font-size: 11px;
	font-weight:normal;	
}
#complemento #indice dl dd .listaenlace:hover
{
	color:#b90000;
	
	font-size: 11px;
	font-weight:normal;	
}
#complemento .nombre
{
	color:#aaaaaa;	
}

#pie
{
	width: 760px;
	
	clear: both;
	
	font-family:"Lucida Sans Unicode",Sans;
	font-size:10px;
	
	color: #fff;
	text-align: center;
	
	margin: 0 auto;
	padding: 3px 0px;
	
	background-color:#000;
}

#pie a:link
{
	color: #aaa;
	text-decoration:none;
}
#pie a:visited
{
	color: #aaa;
	text-decoration:none;
}
#pie a:hover
{
	color: #fff;
	text-decoration:underline;
}

#pie a:active
{
	color: #aaa;
	text-decoration:none;
}

#complemento a:link
{
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#aaa;
	
	margin:0px;
	padding-left:0px;
	
	text-decoration:none;
}
#complemento a:visited
{
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#aaa;
	
	margin:0px;
	padding-left:0px;
	
	text-decoration:none;
}
#complemento a:hover
{
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#b90000;
	
	margin:0px;
	padding-left:0px;
	
	text-decoration:underline;
}

#complemento a:active
{
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#aaa;
	
	margin:0px;
	padding-left:10px;
	
	text-decoration:none;
}

h4
{
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#4f5166;
	
	margin:0px;
	padding-left:0px;
}



