/*-- General ----------------------------------------------------------*/
body
{
    background-color:black;
}

#contenedor
{
    width:100%;
    margin:.5em auto .5em auto;
    text-align: center;
    border:0px solid white;
}

/*-- Div Algara -----------------------------------------------------*/
#contenedor #algara
{
    display:inline;
    color:white;
    letter-spacing: 3pt;
    font: 3em 'Times New Roman',Times,serif;
    font-style: italic;
    font-weight: bold;
    vertical-align:bottom;
    width:100%;
}

/*-- Tabla Presentacion -----------------------------------------------------*/
#contenedor #presentacion
{
    border:2px solid #999;
    background-color: #FFF;
    width:855px;
    margin:0 auto 0 auto;
}

#contenedor #presentacion #imagenes
{
    width:100%
}

#contenedor #presentacion #imagenes tr
{
    height:135px;
}

#contenedor #presentacion #imagenes img
{
    width: 150px;
    height: 110px;
    border: 2px solid #FF9966;
    margin: 5px;
}

#contenedor #presentacion #imagenes #fotos
{
    width:100%;
    height:100%; 
    border:none;
    background-image: url('../Images/Fotos/Portada/Florida3.jpg');
    background-color: #FFF;
}

#contenedor #presentacion #imagenes #fotos #anos
{
    text-align:right;
    color:#000;
    font: 1.2em 'Times New Roman',Times,serif;
    letter-spacing: 3pt;
    font-style: italic;
    font-weight: bold;
}

#contenedor #presentacion #imagenes #fotos #contador
{
    border: none;
    width: 50px;
    height: 10px;
}

#contenedor #presentacion #imagenes #fotos #escudo
{
    border:none;
}


/*-- Tabla Datos -----------------------------------------------------*/
#contenedor #datos
{
    margin: .5em auto .5em auto;
    width:80%;
    border:none;
}

#contenedor #datos tr
{
    color:white;
}

#contenedor #datos #info
{
    width:72%;
    border:none;
    text-align:center;
}

#contenedor #datos #entrar,
#contenedor #datos #sartu
{
    width:14%;
    border:none;
    text-align:center;
}

#contenedor #datos #entrar a,
#contenedor #datos #sartu a
{
    font-size:30px;
}

#contenedor #datos #info a,
#contenedor #datos #entrar a,
#contenedor #datos #sartu a
{
    color:#FFF;
    font-weight: bold;
    text-decoration:none;
}

#contenedor #datos #info a:hover,
#contenedor #datos #entrar a:hover,
#contenedor #datos #sartu a:hover
{
    color: #FF9966;
}

