/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* tablas
*********************************/
table {
    width:100%;
    border: solid 1px lightgrey; 
    border-collapse: collapse;
}


th {
    background-color:#e3e3e3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.42857143;
    color: #333; 
    padding: 1em; 
    border: solid 1px lightgrey; 
    text-align: center;         
}

td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.42857143;
    color: #333;
    border: solid 1px lightgrey; 
    padding: 1em;     
}