
* {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:active {
    color: #FFFFFF;
    font-family: sans-serif;
    text-decoration: none;
}

a:hover {
    font-family: sans-serif;
    text-decoration: none;
}

body {
    line-height: 80%;
    background-image: url(../fondo_rayas3.gif);
    background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 940px;
}

h1.hidden {
    visibility: hidden;
}

h1.titulo {
    width:900px;
margin: 0 auto;
    height:20px;
padding-top:30px;
color:#7B2C33;
}

#main {
    width: 800px;
    height: 460px;
    border: 5px solid #fff;
    background-image: url('imgs_frames/indice.jpg');
    margin: 0 auto;
    text-align: left
}

#main_index {
    width: 900px;
    height: 500px;
    border: 5px solid #fff;
    background-image: url(../imgs_frames/home.jpg);
    margin: 0 auto;
    text-align: left;
}

#indice_main {
    position: relative;
    top: 160px;
    left: 40px;
    width: 250px;
    border: 0px solid #000;
    line-height: 230%;
}

#indice_main li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}


#indice_main .cursiva {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
	font-style: italic;
	color:#000033;
	padding-top:80px;
	
}

#indice_main li a, a:link, a:visited, a:active {
}

#indice_main li a:hover {
    color: #A9535B;
    padding-left: 100px;
    border-left: 10px solid #A9535B;
}

div.main_autores {
    position: relative;
    width: 770px;
    height: 442px;
    border: 10px solid #fff;
    margin: 10%;
    margin-top: 5%;
    clear: both;
    background-image: url(imgs_frames/fondo_autores.jpg);
}

div.volver {
    position: relative;
    top: 50px;
    color: #000000;
    z-index: 0;
    font-size: 80%;
    padding: 2px;
}

div.volver a:hover {
    background-color: #fff;
    color: #000;
}

.indice {
    padding-top: 100px;
    margin: 0px;
    border: 0px solid #fff;
	width:250px;
	float:right;
}

.lista1 {
    font-family: sans-serif;
    font-size:18px;
    line-height: 80%;

}

.lista1 li {
    list-style-type: none;
    padding: 4px;


}

.lista1 li a {
    border-bottom: 0px dotted #fff;
	padding: 2px;
	color:#fff;
	padding-left:10px;
	border-left:3px solid #fff;

}

.lista1 li a:hover {
	
	color:#000;
	    background-color: #fff;


}