@import url(http://fonts.googleapis.com/css?family=Rajdhani:300,500,700);

body {
    background-color: #727272;
    font-family: Rajdhani, sans-serif;
}

#main {
    background-color: #f0efef;
    position: relative;
    margin: 0 auto;
    width: 840px;
    height: 1500px;
}

h1 {
    font-size: 20pt
}

p {
    line-height: 16pt;
}

a {
    text-decoration: none;
}

header.top {
    background-color: #433b3b;
    height: 50px;
    position: relative;
}

.top .logo {
    float: left;
    padding: 14px;
    font-size: 24pt;
    color: #00c1c9;
}

.top nav {
    height: 50px;
    position: relative;
}

nav ul {
    float: right;
    font-variant: small-caps;
}

nav ul li {
    float: left;
    padding: 0 10px 0 10px;
}

nav ul li.destacado {
    background-color: #c6ea00;
    margin-left: 8px;
    padding: 0 16px 0 16px;
}

nav ul li a {
    color: #f0efef;
    text-decoration: none;
    font-size: 18pt;
    line-height: 50px;
}

nav ul li#actualidad a {
    color: #fd6100;
}

nav ul li#documentales a {
    color: #00c1c9;
}

nav ul li#vida a {
    color: #f80057;
}

nav ul li#deporte a {
    color: #c6ea00;
}

nav ul li.destacado a {
    font-weight: bold;
    color: #000000;
}

nav ul li#actualidad:hover {
    background-color: #fd6100;
}

nav ul li#documentales:hover {
    background-color: #00c1c9;
}

nav ul li#deporte:hover {
    background-color: #c6ea00;
}

nav ul li#vida:hover {
    background-color: #f80057;
}

nav ul li#actualidad a:hover, li#documentales a:hover, li#peliculas a:hover, li#vida a:hover, li#deporte a:hover {
    color: #000000;
    font-weight: 700;
}

.content header {
    border-bottom: 1px solid #a0be00;
}

.video header {
    height: 40px;
    padding: 0 14px 7px 14px;
}

.video header p {
    line-height: 50px;
    font-size: 18pt;
    color: #433b3b;
}

.video header p.programa-actual {
    float: left;
}

.content {
    padding: 0 12px 0 12px;
}

.content a {
    color: #e35700;
    font-weight: 700;
}

.video header p.horario {
    float: right;
    font-size: 14pt;
    color: #727272;
    line-height: 52px;
}

.video .contenido{
    text-align: center;
    padding: 20px;
    padding-bottom: 40px;
}

.proximos-programas {
    padding: 0 10px 0 10px;
}

.proximos-programas header {
    height: 40px;
}

.proximos-programas header p {
    font-variant: small-caps;
    font-size: 20pt;
    float: left;
}

.proximos-programas header p.ver-programacion {
    float: right;
}

.proximos-programas header a {
    color: #a0be00;
}

.proximos-programas .contenido {
    height: 250px;
    padding: 18px 0 0 0;
    clear: both;
    display: inline-flex;
}

.programa {
    width: 240px; height: 250px;
    padding: 0 12px 0 12px;
    font-size: 20pt;
    line-height: 24pt;
    border-right: 1px solid #a5a5a5;
    float: left;
}

.prog-documentales a {
    color: #00c1c9;
}

.prog-vida a {
    color: #c90046;
}

.programa:last-child{
    border: 0px;
}

.programa .imagen {
    width: 240px; height: 120px;
    background-color: #a5a5a5;
}

.programa .info {
    padding: 12px 0 12px 0;
}

.programa .info h1 {
    font-weight: 700;
    color: #e35700;
}

.programa .info .blurb {
    color: #433b3b;
    font-size: 12pt;
    line-height: 16pt;
    position: relative; top: 4px;
}

.novedades {
    width: 480px;
    padding: 12px;
    float: left;
}

.novedades header {
    height: 40px;
}

.novedades header h1 a {
    color: #433b3b;
}

.novedades .contenido {
    padding: 8px 0 0 0;
}

.novedades .contenido .noticia-deporte, .noticia-documentales, .noticia-actualidad, .noticia-vida {
    height: 150px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid #a5a5a5;
}

.novedades .contenido .noticia-deporte a {
    color: #a0be00;
}

.novedades .contenido .noticia-documentales a {
    color: #00c1c9;
}

.novedades .contenido .noticia-actualidad a {
    color: #e35700;
}

.novedades .contenido .noticia-vida a {
    color: #c90046;
}

.novedades .contenido h2 {
    font-size: 14pt;
    padding: 10px 0 10px 0;
}

.novedades .contenido h2 a {
}

.novedades .contenido .imagen {
    width: 120px; height: 90px;
    float: left;
    background-color: #a5a5a5;
}

.novedades .contenido .texto {
    width: 340px;
    float: right;
    padding-right: 
}

.novedades .contenido .texto .leer-mas {
    line-height: 22pt;
}

.mas-programas {
    float: right;
    padding: 24px;
    width: 240px;
}

.mas-programas a {
    font-size: 20pt;
    color: #f0efef;
    font-weight: 500;
}

.mas-programas .actualidad, .documentales, .deporte, .vida {
    width: 100%; height: 120px;
    text-align: center;
    position: relative; top: 12px;
    margin-bottom: 12px;
}

.mas-programas .actualidad {
    background-color: #e35700;
}

.mas-programas .documentales {
    background-color: #00c1c9;
}

.mas-programas .deporte {
    background-color: #a0be00;
}

.mas-programas .vida {
    background-color: #c90046;
}

.mas-programas p {
    position: relative; top: 50px;
}

footer {
    background-color: #433b3b;
    height: 200px;
    clear: both;
    color: #f0efef;
    padding: 24px;
    line-height: 16pt;
}

footer ul {
    width: 240px;
    float: left;
}

footer h2 {
    font-size: 18pt;
    margin-bottom: 16px;
}

footer h3 {
    font-size: 14pt;
    line-height: 18pt;
}

footer a {
    color: #f0efef;
    font-weight: 300;
}

footer a:hover {
    color: #c6ea00;
}

footer li:first-child {
    margin-top: 6px;
}
