/*
*   Generics.css
*   Estilos genéricos (clases únicamente).
*
*/

/*  Clases ----------------- 
*   Ejemplo: #id a.class <-- Class 
*/
.importante2
{
    font-weight: bolder;
}
.radioSupDerecha2
{
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
}
.radioSupIzquierda2
{
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}
.radioInfDerecha2
{
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}
.radioInfIzquierda2
{
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}
.contenido_cuerpos
{
   
}
.textJustificado2
{
    text-align: justify;
    font-size: 11px;
}
.textoCentro2
{
    text-align: center;
}
.textoIzquierda2
{
    text-align: left;
}
.textoDerecha2
{
    text-align: right;
}
.textoMedio2
{
    vertical-align: middle;
    
}
.tamanio
{
    
    font-size: 11px;
    
}
.espacio
{
    height: 7px;
    
}
.oculto2
{
    display: none;
}
.clickable2
{
    cursor: pointer;
}
.closure2.close
{
    background: url(/images/iconos/expandir.png) center center no-repeat;
}
.closure2.open
{
    background: url(/images/iconos/contract.png) center center no-repeat;
}
.chain2
{
    background: url(/images/iconos/link2.png) no-repeat left center;
    padding-left:20px;
}
.link2
{
    background: url(/images/iconos/link.png) no-repeat left center;
    padding-left:15px;
}