﻿body
{
 
}

/************************************************
----------------- GRIDVIEW GENERAL---------------
************************************************/
.paginacion
{
    text-align: left;
    padding-right: 9px;
}
.paginacion a:link
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #CC6600;
    text-decoration: none;
}
.paginacion a:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #CC6600;
    text-decoration: none;
}
.paginacion a:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
.paginacion .PaginaActual
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
}

.tablaGrid
{
    padding: 2px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    border: 0px solid #FFFFFF;
    border-collapse: collapse;
}
.tablaGrid th
{
    border-bottom: solid 1px #036;
    border-top: solid 1px #036;
    padding-left: 2px;
    background-color: #CCCCCC;
    color: #425625;
    text-align: left;
    font-size: 12px;
}

.tablaGrid th a:link, .tablaGrid th a:visited
{
    color: #425625 !important;
    margin: 0;
    text-decoration: none;
}


.tablaGrid th a:hover
{
    color: #666 !important;
    margin: 0;
    text-decoration: none;
}
.tablaGrid td
{
    border: solid 1px #ccc;
    padding-left: 2px;
    font-family: Arial;
    font-size: 11px;
}
.tablaGrid td a:link, .tablaGrid td a:visited
{
    color: #425625 !important;
    text-decoration: none;
    margin: 0;
}

.tablaGrid td a:hover
{
    text-decoration: underline;
}

.tablaGrid .filaimpar td
{
    background-color: #EFEFEF;
}



.columna-roja
{
    background: #C2736D;
    color: #fff;
}


/************************************************
----------------- GRIDVIEW TINVITO ---------------
************************************************/



.barra-bottom-botones
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.barra-bottom-botones a
{
    display: inline-block;
    color: #FF6600;
    font-size: 18px;
    padding-bottom: 10px;
}

/*Noticias*/

.editor-noticia
{
    width: 150px;
    display: block;
    float: right;
}

.titulo-noticia
{
    text-align: center;
}

.resumen-noticia
{
    width: 480px;
    height: 100px;
}


.scroll
{
    overflow: scroll;
}

.titulo
{
    color: #6E6E6E;
}

.descripcion-noticia
{
    text-align: justify;
    font-size: 13px;
    color: #6E6E6E;
    padding: 2px;
}

.item-noticia
{
    background-color: #fff;
    padding: 2px;
    width: 180px;
    margin: 0 auto;
}

.item-noticia h1
{
    font-size: 21px;
    color: #6E6E6E;
    border-bottom: dashed 1px #6E6E6E;
    margin-bottom: 5px;
    background: transparent url('../../images/news.png') no-repeat left bottom;
    height: 45px;
    text-align: center;
}

.fecha-noticia
{
    text-align: right;
    margin-top: 5px;
    font-style: italic;
    color: #BBBBBB;
    font-size: 12px;
}

.n-titulo
{
    text-align: left;
    margin-bottom: 10px;
    border-bottom: solid 1px #6E6E6E;
}

.n-fecha
{
    margin-top: 10px;
    text-align: right;
    border-bottom: dashed 1px #BBBBBB;
    padding: 10px;
    font-size: 10px;
}

.n-cuerpo
{
    text-align: justify;
    padding: 5px;
    font-size:15px;
}

.n-item
{
    padding: 5px;
    margin-bottom: 1px;
}


.imagen-noticia
{
    float: right;
    padding: 5px;
    margin-left: 10px;
}

#imagen-noticia-principal
{
 text-align:center;
 padding:10px;    
}

.n-resumen
{
    font-style: italic;
}

.n-titulo-p
{
    font-size: 8px;
}

#lista-noticia
{
    height: 100%;
    width: 100%;
}

.no-noticia
{
    text-align: center;
    background-image: url('../../images/noticias.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 128px;
    background-color: White;
    width: 150px;
    margin: 0 auto;
}

.no-noticia span
{
    display: none;
}

.no-noticia a
{
    color: White;
    display: block;
    height: 100%;
    width: 150px;
}

.tb-dominio
{
    padding: 1px;
    width: 150px;
}


.boton-atras
{
    text-align:right;
    margin-top:10px;
}

.lista-info li
{
    list-style-type: square;
    list-style-position: inside;
    padding:10px;
    margin-top:5px;
    margin-bottom:5px;
    
}






