/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/05/2014, 09:30:02 AM
    Author     : Programacion
*/
.div_numeros {   
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    color: #fff; 
    background-color: #79b7e7; 
    width: 35px; 
    height: 25px;
    float: left;
}
.div_numeros h2{
    margin: 0px;
}

.div_left_100{
    float: left;
    width: 100px;
    background: #0000ff;
}
.div_left_200{
    float: left;
    width: 200px;
    background: #006600;
}
.div_left_300{
    float: left;
    width: 306px;
   
    text-align: left;
   
}
.div_left_150{
    float: left;
    width: 150px;
    text-align: left;
    padding-left: 3px;
}



/*  de la tabla que genera el behavior */
.table tr th {
    background-color: #D8D8D8;    
}
.table tr th a {
   color: #585858; 
}

#content{
    padding-left: 0px;
    padding-right: 0px;
    
}


