
* {
    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(images/fondo_rayas3.gif);
    background-repeat: repeat;
    font-family: 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: 900px;
    height: 500px;
    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(images/home.jpg);
    margin: 0 auto;
    text-align: left;
}

#indice_main {
    position: relative;
    top: 160px;
    left: 40px;
    width: 250px;
    border: 0px solid #000;
    line-height: 130%;
}

#indice_main li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	background-color:#a9a9ca;
	margin-bottom:10px;
	padding:3px;
}


#indice_main li:hover {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	background-color:#6c6c9e;
	margin-bottom:10px;
	padding:3px;
}


#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: #fff;
    padding-left: 10px;
    border-left: 10px solid #fff;
}

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: 200px;
    left: 30px;
    color: #000000;
    z-index: 0;
    font-size: 80%;
    padding: 2px;
}

div.volver a:hover {
    background-color: #fff;
    color: #006699;
}

.indice {
    position: relative;
    top: 130px;
    left: 60px;
    color: #ffffff;
    z-index: 2;
    padding: 0px;
    margin: 0px;
    width: 500px;
    border: 0px solid #fff;
    font-size: 16px;
}

.lista1 {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 80%;

}

.lista1 li {
    list-style-type: none;
    padding: 4px;
    padding-right: 10px;

}

.lista1 li a {
    background-color: none;
    border-bottom: 0px dotted #fff;
padding: 1px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
    left: -40px;
color:#003366;

}

.lista1 li a:hover {
    background-color: #C6BDE8;
    border-bottom: 0px dotted #fff;
    position: relative;
    left: -40px;
}




