﻿.spTotalReg {
    color: #CC0000;
    float: right;
}
.tblGen {
    width: 100%;
}
.tblGrid {
    width: 100%;
}
.tdCabCelda {
    /*border-bottom: 1px solid #666;*/
    background-color: #CCC;
    line-height: 30px;
    padding: 0 5px;
    white-space: nowrap;
}
.tdCabCelda:hover {
    box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
    background-color: #FBFEEA;
}
.aCabCelda {
    display: block;
    font-weight: 300 !important;
    color: #333 !important;
}
.GridItem {
    background-color: #F8F8F8;
    border-bottom: 1px solid #E5E5E5;
}
.GridAlter {
    background-color: #EEE;
    border-bottom: 1px solid #E5E5E5;
}
.GridItem:hover, .GridAlter:hover {
    background-color: #FFFFCC;
}

.fotoIzqListado {
    width: 130px;
    float: left;
}
.fotoIzqListado img{
    border: 1px solid #DBDBDC;
    background-color: #FFF;
    padding: 10px;
    margin: 10px;
}
.noticiaListado {
    clear:both;
    padding-bottom: 30px;
    /*height: 150px;*/
}
.noticiaTitulo {
    margin: 15px 0 5px 0;
}
.noticiaTitulo a{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.tdCelda {
	background: url(../img/fondo_noticia_listado.png) repeat-x center bottom;
}
