html{
height: 100%;
}

body {
background-color: #3889dc;
background-image: url(imagenes/fondo1.jpg);
background-repeat: repeat-x;
background-position: bottom right;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 75%;
height: 100%;
margin-bottom: 0px;
background-attachment: fixed;

}

#contenido{

background-color: #ffffff;
padding-left: 0px; padding-right: 0px;
width: 750px;
margin: 0 auto;
text-align: left;
font-size: 1em;
}

.contenidoindex{
width: 600px;
height: 400px;
background-color: #ffffff;
border: 2px solid #ffffff;
padding-left: 0px;
padding-right: 0px;
margin: 0 auto;
font-size: 1em;
text-align: right;
background-image: url(imagenesindex/1.jpg);
background-repeat: no-repeat; 
}




#codigo{
padding-left: 0px; padding-right: 0px; padding-top: 5px;
width: 750px;
margin: 0 auto;
text-align: right;
}


.divcodigo{
float: right;
padding-left: 20px;
}


.divlogo1{
float:left; padding-left: 0px; width: 350px;
}

.divlogo2{
float:right; padding-left: 0px; padding-top: 5px; padding-right: 5px; text-align: right; width: 370px;
}


img{
border: 0px solid ;
}

ul{
list-style-type: square;
}

li{
font-weight: bold; color: #7e7e7e;
}


h1{
font-size: 1.2em;
color: #7f7f7f; font-family: arial, verdana, times, "trebuchet ms";
margin-bottom: 5px; text-align: right; padding-right: 5px;
}

.lista{
float: left;
padding-left: 10px;
text-align: left;
}

.celda1{
border: 1px solid #ffffff; 
background-color: #5593e0; 
color: #ffffff; 
padding-left: 15px; padding-right: 15px; 
padding-top: 2px; padding-bottom: 2px;
text-align: center; font-weight: bold; 
font-size: 1em; 
float:right;
}

.remarcado{
font-weight: bold;
}

.centrado{
text-align: center;
}

.separacion{
clear: both;
}

a:link {
text-decoration:none; color: #7e7e7e;
}
a:visited {
text-decoration:none; color: #7e7e7e;
}
a:hover {
text-decoration:underline; color: #0000ff;
}
a:active {
text-decoration:none; color: #7e7e7e;
}

a.enlacetitulo:link {
text-decoration:underline; color: #5d6da7; font-weight: bold;
}
a.enlacetitulo:visited {
text-decoration:underline; color:  #5d6da7; font-weight: bold;
}
a.enlacetitulo:hover {
text-decoration: none; color: #5d6da7; font-weight: bold;
}
a.enlacetitulo:active {
text-decoration:underline; color: #5d6da7; font-weight: bold;
}


a.menu:link {
text-decoration:none; color: #fffeab; font-weight: bold;
}
a.menu:visited {
text-decoration:none; color:  #fffeab; font-weight: bold;
}
a.menu:hover {
text-decoration: none; color: #f6ab10; font-weight: bold;
}
a.menu:active {
text-decoration:none; color: #fffeab; font-weight: bold;
}

