/* 
    Document   : home
    Created on : Feb 28, 2013, 6:19:22 PM
    Author     : jhonny
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#containerHome{
    /*float: none;*/
    /*border:1px solid red;*/
    clear: left;
    /*margin: 0px auto;*/
    /*margin-bottom: -40px;*/
    /*padding-bottom: -10px;*/
    /*text-align: center;*/
        position: relative;
    /*top: -60px;*/
}
#dashboard{
    /*    background: green;*/
    /*border:1px solid green;*/
    /*height: 250px;*/
    max-width: 952px;
    margin:0px auto;
    padding: 0px auto;
    /*padding-left: 25px;*/
    
/*    text-align: center;*/
}
#aulaweb{
    /*    background: green;*/
    /*border:1px solid blue;*/
    float: left;
    display: block;
    z-index: 200;
/*    height: 200px;*/
/*    width: 25%;*/
}

.dashBoardSeparador{
    border:1px solid transparent;
    float: left;
    width: 75px;
}
#informacionHome{
    float: left;
    /*border:1px solid red;*/
    width: 100%;
    text-align: center;
    
}
#informacionHomeWrapper{
    /*float: left;*/
    
    /*border:1px solid green;*/
    max-width: 900px;
    margin: 0 auto;
    /*width: 100%;*/
}
#steps{
    float: left;
    /*width: 100%;*/
    /*border:1px solid blue;*/
    position: relative;
    top: -15px;
    text-align: center;
    z-index: 0;
    margin-bottom: -40px;
    padding-bottom: 0px;
}
#informacionHomeSeparador{
    border:1px solid transparent;
    float: left;
    width: 40px;
}
#corazoneshome{
    float: left;
    /*clear: left;*/
    /*width: 100%;*/
    /*border:1px solid blue;*/
    position: relative;
    top: 265px;
}

#tip1_focusblur .tip{
    font-family: Arial, Tahoma, Verdana;

}
#tip2_focusblur .tip{
    font-family: Arial, Tahoma, Verdana;

}
pre.tip
{
        margin: 0px;
        padding: 5px;
        font-size: 0.9em;	
}
pre.code
{
        margin: 0px;
        padding: 20px;
        border: solid 1px #CCC;
        font-size: 1.0em;
}
em 
{
    font-style: italic;
/*        font-size: 0.9em;
        color: #777777;*/
}
/*.bubbletip td.bt-content {
    background-color: #fff !important;
    vertical-align: middle !important;
}*/

.sf_admin_actions_block{
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif !important;
}