/* 
    Document   : elemento
    Created on : 13-mar-2013, 18:52:33
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#tituloElemento{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}


#imagenElemento{
    text-align: center;
    margin: 15px 0px;
}
#imagenElemento img{
    border-radius: 10px 0;
    overflow: hidden;
    box-shadow: 0 0 10px black;
}

#textoElemento{
    width: 730px;
    line-height: 25px;
    text-align: justify;
    margin-top: 20px;
    padding: 10px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-indent: 30px;
}

#textoElemento p{
    margin: 5px 0px;
}

#textoElemento ul li{
list-style-type: none;
}

.botonVolver{
    width: 750px;
    text-align: center;
    margin: 20px 0px;
    font-size: 16px;
    line-height: 30px;
}

.botonVolver a{
    color: black;
}