/* 
    Document   : categoria
    Created on : 13-mar-2013, 16:39:45
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

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

#introCategoria{
    width: 400px;
    margin: 15px 200px;
    font-style: italic;
}


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

#textoCategoria{
    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;
}

#contenidoCategoria1{
    width: 750px;
}

.itemElementoCategoria{
    text-align: center;
    float: left;
    margin: 15px 5px;
    
   overflow: hidden;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
   padding: 5px 5px;
   
   cursor: pointer;
}

.itemElementoCategoria1{
    width:167px;
    height: 140px;
}
.itemElementoCategoria1:hover{
    background-color: rgba(244,132,132,0.50);
}

.itemElementoCategoria2{
    width: 230px;
    height: 160px;
}
.itemElementoCategoria2:hover{
    background-color: rgba(229,229,89,0.50);
}

.itemElementoCategoria3{
    width:167px;
    height: 140px;
}
.itemElementoCategoria3:hover{
    background-color: rgba(115,181,118,0.50);
}

.itemElementoCategoria4{
    width: 230px;
    height: 140px;
}
.itemElementoCategoria4:hover{
    background-color: rgba(112,158,224,0.50);
}

.itemElementoCategoria img{
/*    border: 1px solid #F48484;*/
    border: 1px solid #666;
}

.tituloElemento{
    margin: 5px 0px 10px 0px;
    font-weight: bold;
    color: black;
    height: 50px;
    width: 100%;
}

.textoElemento{
    text-align: center;
    margin: 5px;
    color: black;
    font-size: 18px;
}

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

.botonVolver a{
    color: black;
}