/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus
{
    outline: 0;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

a img, iframe
{
    border: none;
}

ol, ul
{
    list-style: none;
}

input, textarea, select, button
{
    font-size: 100%;
    font-family: inherit;
}

select
{
    margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol
{
    margin-left: 2em;
}

/* ---------------------------------------------------	*/

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    font: 14px Arial, Helvetica, sans-serif;
    background: #FFF100;
}

strong
{
    font-weight: bold;
}

a
{
    color: #69F;
}

a:hover
{
    color: #E20C18;
}

#barra
{
    padding: 5px;
    background: #000;
}
#barra a
{
    text-decoration: none;
    color: #FFF;
}
#barra a:hover
{
    color: #FFF100;
}

#pagina
{
    width: 100%;
    padding-bottom: 20px;
    background: #FFF url(../img/bgcabeza.gif) top repeat-x;
}

#cabeza
{
    width: 100%;
    height: 110px;
    background: url(../img/cabeza.png) center top no-repeat;
}
#cabeza h1
{
    display: none;
}

#cuerpo
{
    width: 620px;
    overflow: hidden;
    margin: 0 auto;
}

#intro
{
    font-size: 16px;
}
#intro .req
{
    padding-right: 10px;
    background: url(../img/req.gif) 100% 4px no-repeat;
}

h2
{
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #FFF100;
    color: #000;
}

#notas
{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    border-top: 3px solid #E20C18;
    font-size: 11px;
    background: #F6F6F6;
    color: #666; /*border*/
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#notas ul
{
    display: inline;
    float: left;
    width: 290px;
    margin: 10px;
}
#notas li
{
    margin: 5px 0;
    padding-left: 10px;
    list-style-position: outside;
    background: url(../img/bull.gif) 0 3px no-repeat;
}

#pie
{
    background: url(../img/bgpie.gif) repeat-x;
}
#pie h6
{
    width: 140px;
    height: 52px;
    margin: 0 auto;
    background: url(../img/logo.png) center no-repeat;
}
#pie h6 a
{
    display: block;
    width: 100%;
    height: 100%;
}
#pie span
{
    display: none;
}

/*==PASOS==*/
ol#pasos
{
    width: 460px;
    margin: 0 auto;
}
ol#pasos li
{
    font-size: 14px;
    padding-left: 80px;
}

#p1
{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
    background: url(../img/n1.gif) 0 0 no-repeat;
}

#p2
{
    overflow: hidden;
    margin-top: 20px;
    background: url(../img/n2.gif) 0 0 no-repeat;
}

#bt-ejemplo, #bt-doc
{
    display: block;
    float: left;
    width: 170px;
    height: 50px;
    margin: 10px 10px 0 0;
    text-indent: -9999px;
    background: url(../img/btns.png) no-repeat;
}

#bt-doc
{
    background-position: -170px 0;
}

#bt-ejemplo:hover
{
    background-position: 0 -50px;
}

#bt-doc:hover
{
    background-position: -170px -50px;
}

#bt-form
{
    display: block;
    float: left;
    width: 170px;
    height: 50px;
    margin: 10px 10px 0 0;
    text-indent: -9999px;
    background: url(../img/btns.png) -340px 0 no-repeat;
}
#bt-form:hover
{
    background-position: -340px -50px;
}

/*==FORMULARIO==*/
#cuerpo form
{
    margin-top: 10px;
    border-top: 3px solid #E20C18;
}
#cuerpo fieldset
{
    padding: 8px 0;
    border-bottom: 1px solid #CCC;
}
#cuerpo fieldset div
{
    width: 100%;
    overflow: hidden;
    padding: 3px 0;
}

#cuerpo fieldset label
{
    display: block;
    float: left;
    width: 190px;
    margin-right: 10px;
    padding: 5px 10px 0 0;
    text-align: right;
    background: url(../img/req.gif) 100% 10px no-repeat;
}

fieldset#datos
{
    padding-top: 10px;
}

#datos input
{
    width: 380px;
    padding: 5px;
    border: 1px solid #FFDD00;
    font: 14px "Courier New" , Courier, monospace;
    background: #FFFCBF;
}

#lugar select
{
    width: 300px;
    padding: 5px;
    border: 1px solid #FFDD00;
    background: #FFFCBF;
    line-height: normal;
}

#datos input:hover, #lugar select:hover
{
    background: #FFF;
}
#datos input:focus, #lugar select:focus
{
    background: #FFF;
    border-color: #000;
}

#archivo input.file
{
    width: 380px;
    font: 12px "Courier New" , Courier, monospace;
}

fieldset#envio
{
    border: none;
}
#envio input.submit
{
    width: 100px;
    padding: 5px;
    margin-left: 210px;
    border: 1px solid #000;
    font-size: 14px;
    background: #000;
    color: #FFF;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#envio input.submit:hover
{
    color: #FFF100;
}
#envio input.submit-disable
{
    border: 1px solid #999;
    background: #999;
}
#envio input.submit-disable:hover
{
    color: #FFF;
}

.error
{
    padding: 8px 5px 9px 40px;
    background: #E20C18 url(../img/error.png) 5px 0 no-repeat;
    color: #FFF;
}

/*==CONFIRMACION==*/
h3
{
    font-size: 30px;
    padding: 10px;
    background: #F0F0F0;
}

#contacto
{
    display: inline;
    float: left;
    width: 290px;
    padding-left: 10px;
    margin-right: 20px;
}
#contacto p
{
    margin: 10px 0;
}

#telefonos
{
    padding-top: 15px;
    border-top: 1px solid #CCC;
    font-size: 12px;
    color: #666;
}

#pedido
{
    display: inline;
    float: left;
    width: 300px;
    padding-bottom: 30px;
    border-top: 1px dashed #666;
    font-size: 12px;
    background: #F0F0F0;
}
#pedido dd
{
    padding: 10px;
    border-bottom: 1px dashed #666;
}
#pedido dd:last
{
    border-bottom: none;
}

/*==Clases==*/
.hidden
{
    display: none;
}

.check input
{
    width: 20px !important;
    float: left !important;
    background: #FFF !important;
    border: none !important;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
}

