/* 
    Document   : tooltip
    Created on : 30/09/2011, 12:45:37 PM
    Author     : jcaceres
    Description:
        Purpose of the stylesheet follows.
*/

/* 
*/
.tooltip 
{
    background:url(../../../../imagen/default/themes/png/tooltip.png);
    width: 300px;
    padding-top: 170px;
    z-index: 10101;
    background-repeat: no-repeat;
    
}
.tooltip div.img
{
    position:absolute;
    left: 20px;
    top:20px;
     height: 40px;
}
.tooltip div.titulo
{
    color: #036;
    position:absolute;
    left: 70px;
    top:15px;
    width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.tooltip div.descripcion
{
    color: #036;
    position:absolute;
    left: 20px;
    top:70px;
    width: 235px;
    font-size: 13px;
    
}

.tooltip.bottom {
	background:url(../../../../imagen/default/themes/png/tooltip.png);
        z-index: 10001;
        background-repeat: no-repeat;
}