body
{
    background: #fffcf0;
    color: #000;
    font-family: Georgia, Verdana, Arial, sans-serif; /*font-size: 0.8em;*/
    font-size: medium;
}

img
{
    border-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.4em;
}


h1
{
    font-size: 95%;
    font-style: normal;
    color: #000000;
    text-align: center;
}
.info_lista
{
    font-size: 90%;
    font-style: normal;
    color: #000000;
    list-style-type: disc;
}
.nombre
{
    font-size: 200%;
    font-style: normal;
    color: #FFFFFF;

}

#contenedor
{
    width: 80%;
    overflow: auto;
    margin-right: 20%;
    margin-left: 20%;
}

#tarjeta
{
    width: 15em;
    font-size: 100%;
    font-style: normal;
    color: #FFFFFF;
    float: left;
    background-color: #000066; /*	border-style: groove; 	border-color:red; */
    padding-left: 1em;
    padding-right: 0.5em;
    height: 32.2em
}

.botonHosting
{
    color: #008080;
    font-size: 75%;
    text-align: left;
}

#detalle
{
    width: 25em;
    font-size: 100%;
    font-style: normal;
    color: #FFFFFF;
    float: left;
    padding-left: 1em;
    height: 100%;
    padding-top: .5em;
}

.masinfo
{
    font-size: 2em;
    height: 1.75em;
    margin-left: 6em;
    vertical-align: middle;
}
.masinfo A:link
{
    text-decoration: underline;
    color: #FFFFFF;
}
.masinfo A:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}

.tema_fila
{
    height: 3.5em;
}
.tema_titulo
{
    height: 3.5em;
    width: 13.75em;
    font-size: 1em;
    float: left;
}


