body
{
    padding: 0px;
    margin: 0px;
    font-family: "sans serif",serif,"Verdana";
}

header
{
    width: 700px;
    margin: auto;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

nav
{
    width: 700px;
    margin: auto;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

nav div#canalesSelectorDiv
{
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}
nav div#dateSelectorDiv
{
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}


section#ContendorPpal
{
    width: 740px;
    margin: auto;
    position: relative;  
    margin-top: 10px;
}



section div#resumenBusqueda
{
    position: relative;
    text-align: center;
}

section div#nextBackButtons
{
    position: relative;
    margin-top: 10px;
}

section div#cuerpoRespuesta
{
    position: relative;
    margin-top: 10px;
    font-size: 12px;
}

ul#reponseList
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#reponseList li
{
    border-top: 1px solid #000066;
    border-left: 1px solid #000066;
    border-right: 1px solid #000066;
}

ul#reponseList li:first-child
{
    boder-top: 1px solid #000066;
    boder-left: 1px solid #000066;
    boder-right: 1px solid #000066;
    background-color: #F1E8B1;
    height: 60px;
}

ul#reponseList li:first-child div
{
    border-left: 1px solid #000066;
    background-color: #F1E8B1;
    height: 50px;
    padding-top: 10px;
}

ul#reponseList li:first-child div:last-child
{
    height: 0px;
    padding-top: 0px;
    border: none;
}

ul#reponseList li:first-child div:first-child
{
    border-left: none;
}

div.firstBlock
{
    width: 178px !important;
}

div.tituloBuscador
{
    width: 139px;
    position: relative;
    float: left;
    text-align: center;
    height: 60px;
}

div.channelBox
{
    position: relative;
    float: left;
    width: 178px;
}

div.channelBox div
{
    padding-left: 5px;
    padding-top: 5px;
}

div.channelProgramBox
{
    position: relative;
    float: left;
    width: 560px;
}

div.programBox
{
    position: relative;
    float: left;
    height: 60px;
    border-left: 1px solid #000066;
}

div.programBox div
{
    padding-left: 5px;
    padding-top: 5px;
}


a#nextButton
{
    float: right;
}


a#backButton
{
    float: left;
}

/*

    Tabla de programas

*/

div#cuerpoTablaRespuesta table
{
    border: 1px solid #000066;
}

div#cuerpoTablaRespuesta table tr
{
    border-bottom: 1px solid #000066;
}

div#cuerpoTablaRespuesta table td
{
    border-left: 1px solid #000066;
    border-top: 1px solid #000066;
    min-width: 400px;
    height: 30px;
    padding-left: 10px;
}

div#cuerpoTablaRespuesta table td:first-child
{
    border-left: none;
    min-width: 200px;
    padding-left: none;
}


/*

    Tabla de la página de detalle

*/

div#cuerpoTablaRespuesta table
{
    
}