html, body{
background: #dcd2bd url(imagenes/fondo-640x480.jpg) no-repeat;
margin: 0px;
overflow-x: hidden;
}

/* TEXTO */

#texto{
width: 583px;
float: left;
font: 14px Georgia, Times New Roman, Times, serif;
color: #604d25;
text-align: justify;
padding: 20px;
}
#texto a:link, #texto a:visited, #texto a:active{
font: 14px Georgia, Times New Roman, Times, serif; text-decoration: none; font-weight: bold; color: #604d25}
#texto a:hover{
font: 14px Georgia, Times New Roman, Times, serif; text-decoration: none; color: #604d25}

.h1{
font-family: Georgia, Times New Roman, Times, serif;
color: #f29400;
font-size: 24px;
font-weight: bold;
}

.h2{
font-family: Georgia, Times New Roman, Times, serif;
color: #f29400;
font-size: 18px;
font-weight: bold;
}

/* LINEA */

hr{
height: 1px;
background-color: #b3a16c;
border: 0;
color: #b3a16c;
}