/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

body {
   /* background-image: url("../img/fondo.png"); */ 
   padding-bottom: 50px;
}

#logo-centro {
    width: 90px;
}

#imagenLogo{
    width: 90px;
}


#foto{
    width: 60px;
    height: 80px;
}
.foto{
    width: 60px;
    height: 80px;
}
.fotoListado{
    height: 27px;
    width: 20px;
    right: 50px;
}

#espacioImagen{
    float: top;
    
    
}
.celda-limitada{
     overflow: hidden;
     text-overflow: ellipsis;  
   /* white-space: pre;*/
}
.celda-limitada:hover{
    overflow: visible;
   /* white-space: pre;*/
}
.textareaConIntro{
    white-space:pre-line;
}
.textoGrande{
    display:  none;
}
.envoltura:hover .textoGrande{
    display: block;
}
