body{
/*	background-color: gray; */
	padding:0px;
	margin:0px;
        width: 150px;
}

p{
	color:#fff;
	text-align:center;
}



BODY {
	padding: 0px;        
}

#tituloOtrasNoticias3, .tituloOtrasNoticias {
    font-weight: bold;
    color: #034174;
    text-align: center;  
    font-size: 14px;
    border-bottom: 1px solid #034174;
    margin-bottom: 3px;
    
    display: block;
}

#frameOcupacion {
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;    
    background-color: #E5E4E2;
    padding: 5px;
    padding-top: 0px;
    border-radius: 6px;    
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);  
    border: 1px solid gray;    
}


.fechaOcupacion {
    font-weight: bold;
}

.filaOcupacion {
    border-bottom: 1px solid white;   
    padding-bottom: 5px;
}


.tituloOcupacion {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;     
}

.tituloOcupacion a {
    color: #034174;
    font-size: 9px;
    text-decoration: none;   
}

.tituloOcupacion a:hover {
    background-color:rgb(231,231,231);
    color: #ff7f00;
}

.horaOcupacion {
    
}

table {
    /*background-color: #aaa; */
}
tbody {
    background-color: #ddd;
    height: 300px;
    overflow: auto;
}
td {
    padding: 3px 10px;
}

thead > tr, tbody {
    display:block;
overflow-y: scroll;
} 


.flechamarilla {
    color: #FF8000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.enlace {
    color: blue;
}

.enlace:hover {
    color: #ff7f00;
}
