/* 
    Document   : documentos
    Created on : 22-abr-2009, 9:50:49
    Author     : Jose Luis
    Description:
        Purpose of the stylesheet follows.
*/



#listadoCategoriasDescargas{
    margin-left:2em;
    margin-right:3em;
}

#listadoCategoriasDescargas h1{
    color:#E3CA80;
    font-size:1.5em;
    font-weight:bolder;
    margin-left:0.7em;
 }

.elemCat{
    margin:1em 2em 0 1em;
}

.elemCat a, .elemCat a:link, .elemCat a:visited {
    color:#634C08;
    font-weight: bold;
    text-decoration:none;
    font-size: 1em;
}
.elemCat a:hover, .elemCat a:active {
    text-decoration: underline;
}

.imagenDescargas {
    background-image:url(imagenes/Folder.png);
    background-repeat:no-repeat;
    float:left;
    height:2.5em;
    width:2.5em;
    margin-right: 1em;
}

.limpiarCapa{
    clear:left;
}

.imagenDescargasArchivos{
    background-image:url(imagenes/Download.png);
    background-repeat:no-repeat;
    float:left;
    height:2.5em;
    width:2.5em;
}

.BotonVolver{
	background-image:url(imagenes/botonVolver.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	color:#FFFFFF;
	padding:0.29em 1.2em 0.4em 1.8em;
	font-size:0.8em;
	font-weight:bold;
    margin-right:3em;
}

.BotonVolver a:link, .BotonVolver a:hover, .BotonVolver a:focus, .BotonVolver a:visited{
	color:#FFFFFF;
}

.descripcionAlbum {
    font-size: 0.9em;
    /*color: #573D02;*/
    color:#FFFFCC;
    margin-top: 1em;
}
