/*Documento CSS*/

#menu{
	letter-spacing:3px;
	font-size:0.9em;
}

#menu a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover{
	color: #fff;
}

.titulos {
	color: #000;
	margin:0px;
	padding-top:10px;
}

#contenidos{
	
}

#txt{
cursor:auto;
float:right;
width:320px;
padding:10px;
*padding:15px;
text-align:justify;
}

#txt-scroll{
cursor:auto;
float:right;
width:320px;
height:280px;
*height:270px;
padding:10px;
*padding:15px;
text-align:justify;
overflow-y:scroll;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/

}

