@charset "utf-8";
/* CSS Oxford Press - Estilos específicos de CNN */

/********************************* Colores  ****************************/
.color-predominante{color: #7dcdee;}

/********************************* Bloques constitutivos ****************************/
/* Cabecera */
.cabecera .nav-2{background: #7dcdee url(../imgs/bg_nav2.gif) repeat-x left top; color: #FFF;}
.cabecera .cierre-nav-2{background: url(../imgs/cierre_nav2.gif) repeat-x left top; height: 2px;}
.cabecera .nav-2 .accesos-rapidos a{display: block; background: url(../imgs/bt_accesos_rapidos.png) no-repeat; height: 27px; width: 27px; float: left;}


/********************************* Pie de página ****************************/
.pie-de-pagina{background: #7dcdee url(../imgs/bg_pie_pagina.gif) repeat-x left top; color: #FFF;}
.pie-de-pagina .cierre{background: #a8b6ee; height: 1px;}

/********************************* Ventana Flotante ****************************/
.ventana-flotante .top{background: #7dcdee url(../imgs/bg_pie_pagina.gif) repeat-x left top; color: #FFF;}
.ventana-flotante .top .nav a{background: url(../imgs/bt_ventana_flotante.gif) no-repeat;}

/* UI Dialog */


.ui-dialog-titlebar{
    background: #7dcdee url("../imgs/bg_pie_pagina.gif") repeat-x left top;
    color: #FFFFFF;
}
.ui-icon-closethick{
    background: url("../imgs/bt_ventana_flotante.png") no-repeat 100% 0;
}
.ui-maximizar{
    background: url("../imgs/bt_ventana_flotante.png") no-repeat -44px 0;
}
.ui-minimizar{
    background: url("../imgs/bt_ventana_flotante.png") no-repeat -22px top;
}
.ui-restaurar{
    background: url("../imgs/bt_ventana_flotante.png") no-repeat left top;
}

.ui-icon-closethick:hover{background-position: right bottom;}
.ui-maximizar:hover{background-position: -44px bottom;}
.ui-minimizar:hover{background-position: -22px bottom;}
.ui-restaurar:hover{background-position: left bottom;}

.ui-desc{
    background: #fff;
}

.contenido-central .col-central .contenido .libro-html .lista-desordenada li { color: #7dcdee; }
.contenido-central .col-central .contenido .libro-html .lista-desordenada li span{ color: #000000; }
.contenido-central .col-central .contenido .libro-html table  td { padding-left:10px; padding-right:10px; }