﻿/* ESTILOS DE PÁGINA ASPX */

/*  Estilos para la Portada (act-portada.aspx) */

    div.act-destacado{width:130px;height:60px;cursor:hand;
        background-color:#4d79b6; margin:15px;}
    div.act-destacado table{width:100%; height:100%;
        font-size:12px;color:white;}
    div.act-destacado td{padding:3px; text-align:center;}
    
    div.enlaceportada{z-index:2;width:150px;
        font-size:10px; text-align:center;}
    
    div#portadabase{position:relative;top:0px;left:0px;width:100%;height:500px;
        font-size:12px;color:gray;}
    div#portadabase div#tituloactualidad{position:absolute;top:160px;left:0px;width:120px;}
    div#portadabase iframe#contenidoactualidad{position:absolute;top:40px;left:120px;width:650px;height:300px;
        border:1px solid;}
    div#portadabase div#titulohistorial{position:absolute;top:410px;left:0px;width:120px;}
    div#portadabase iframe#contenidohistorial{position:absolute;top:360px;left:120px;width:650px;height:125px;
        border:1px solid;}

/*  Estilos para Noticias (act-noticias-registros.aspx y act-noticias-detalles.aspx) */
    table.act-noticias {width:100%;}
    table.act-noticias td {
        font-size:13px; text-align:left;}
    table.act-noticias a {color:black;}
    table.act-noticias a:hover {color:red;}
    table.act-noticias td.fecha {
        background-color:#A1C6F3;
        font-size:12px;color:white; text-align:center;}
    table.act-noticias td img{width:140px;}
    
    table.act-noticiasdetalles {width:100%;font-family:Tahoma;font-size:8pt;}
    table.act-noticiasdetalles td.itemframe {
        background-color:#A1C6F3;
        font-family:Verdana;font-size:11px;color:white; text-align:center;}

        
/*  Estilos para Historial Web (act-historialweb.aspx, act-web-registros.aspx y act-web-detalles.aspx) */
    iframe#historial {width:100%; height: 430px;
        margin:20px;
        border:1px solid;}

    table.act-web {width:100%;}
    table.act-web td {
        border-bottom:solid 1px #A1C6F3;
        font-size:13px;}
    table.act-web a {color:black;}
    table.act-web a:hover {color:red;}
    table.act-web td.fecha{width:100px;
        background-color:#A1C6F3;
        font-size:12px;color:white; text-align:center;}
    table.act-web td.enlaceinferior {
        border:none;
        padding:10px;
        text-align:right;}
        
