
body{
	background-image: url(http://img.webme.com/pic/p/procssdesign/bg-1.jpg);
}

li.lista{
    margin-left: 235px;
    color: white;
}

h2.titulo{
    color: orange;
    margin-left: 235px;
    font-size: xx-large;
}

caption.titulotabla{
    font-size: xx-large;
    color: orange;
}

ol.indice{
	list-style-type: lower-norwegian;
    color: white;
    font-size: x-large;
}

h1.titulo{
    color: orange;
    margin-left: 560px;

}


p{
    color: white;
    font-size: large;
    margin-left: 235px;
    margin-right: 235px;
}

h1{
    color: white;
    margin-left: 235px;
}

nav{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;

}

a{
	
    float: left;

	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a:hover{
background-color: #FBBF00;

}
