/* 
    Estilos pagina no encontrada para convocatorias no existentes
    Created on : Oct 28, 2015, 2:34:53 PM
    Author     : francisco
*/

html{
    height: 100%;
    min-height: 100%;
}

body{
    height: 100%;
    min-height: 100%;
}

div#contenedor{
    height: auto;
    /*min-height: 100%;*/
}

h1{
    margin-top:25px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    display: block;
    width: 100%;
}

div#contenedor p{
    font-size:20px;
    text-align:center;
    margin-top:55px;
    clear: both;
}

div.listado_canales{
    margin: 40px 0 40px 0;
    overflow: hidden;
}
