/* CSS Document */
.logo {
    width: 15%;
    text-align: center;
}
.logo img {
    max-width: 126px;
    max-height: 112px;
    cursor: pointer;
}

.foto {
    width: 20%;
    //height: 110px;
    //line-height: 175px;
    text-align: center;
    vertical-align: bottom;
}
.foto img {
    max-width: 162px;
    max-height: 110px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    
}
.foto img:hover {
    border-color: red;
}
.letra {
    padding: 0 10px;
    text-align: justify;
}
.abajo {
    text-align: right;
}
table {
    width: 100%;
    padding: 15px 20px 25px 20px;
    border-bottom: 1px solid #CCCCCC;
}

.arandelas td {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    padding: 4px 10px;
}
.contenido td {
    padding-bottom: 10px;
}
#salida {
    margin-bottom: 15px;
}

#irarriba{
    background-image:url(../images/sprite-icons.png);
    background-position:-15px -15px;
    width:14px;
    height:14px;
    font-size:0;
    position:absolute;
}
/* Forma al texto */
.nombre a{
    color:#3172AA;
    font: bold 12px Verdana;
    text-decoration: none;
}
.nombre:hover {
    text-decoration:underline;
}

.gris{
    color:rgb(245, 17, 17);
}

#pages{
    text-align:center;
    width:100%;
    border: 0px;
    padding:5px 0px 5px 0px;
    font-size: 1.4em;
}
#subtitulo {
    font-size: 1.4em;
}
div.central {
text-align: center;
}
/* distribución de la página */
.col-a {
    width: 15.9%;
    float: left;
}

.col-b {
    float: right;
    width: 82.9%;
}
