*
{
    padding:0px;
    margin:0px;
}

body
{
    font-family: Oxygen, Verdana;
}

/* ID's' */

#main-header
{
    color: #000;
}

#main-wrapper
{
    background-image: -moz-linear-gradient(top, #FFFFFF, #D3D3D3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #D3D3D3));
    backgroind-color: #D3D3D3;
}

#main-nav
{
   
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

#main-footer
{
    background-color: #D3D3D3;
    text-align: center;
    height: 40px;
    padding-top: 30px;
}

#main-wrapper #content
{
    min-height:250px;
    background: url(bg.png) right bottom no-repeat;
}

/* HTML */

.pregunta ul
{
    margin-left:40px;
    margin-top:30px;
    list-style: none;
}


.pregunta ul li a
{
    text-decoration: none;
    color:#000;
    font-size:20px;
}

.pregunta ul li
{
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left:30px;
    height:30px;
    margin-bottom:5px;
    padding-top:5px;
    margin-right: 30px;
}

.pregunta ul li:hover
{
    background: #B21700;
}

.pregunta ul li:hover a
{
    color:#fff;
}

.pregunta ul li a
{
    display: block;
}

#resultados p
{
    margin-top:20px;
}

#main-footer a
{
    margin-bottom:10px;
    
}
#main-wrapper #bienvenida h2
{
    text-align: center;
    margin-top:30px;
}

#main-header h1
{
    text-align: center;
    margin-top:10px;
}

/* Class */

.main-container
{
    width:97%;
    padding:10px;
    overflow: hidden;
}

.left
{
    float:left;
}
.right
{
    float:right;
}

.thoughtbot {
}

.thoughtbot {
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    border: 1px solid #951100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 12px 10px 14px 10px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

.thoughtbot:hover
{
    background-image: -moz-linear-gradient(center top , #F27668 0%, #C63929 50%, #B51700 50%, #891100 100%);
}

.oculto
{
    display:none;
}

table#resultados
{
    margin-top:20px;
    width:97%;
    background-image: -moz-linear-gradient(top, #FFFFFF, #efefef);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #efefef));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:3px solid #9f9f9f;
    padding:10px;
    margin-bottom: 40px;
}

table#resultados th
{
    text-align: left;
}