/*
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.
*/
/* 
    Created on : 06-09-2016, 16:58:11
    Author     : juanabe
*/

.txtalert {
  color: red;
}
.centrarDiv {
    margin: 0 auto;
    text-align: center;
/*   left: 50%;
   margin-left:-146px;*/
}

.manita {
    cursor: pointer;
}

.manita:hover {
  outline: 0;
  color: red;
  text-decoration: none;

}

.oculto {
    display: none;

}

.datefecha {
    color: #2E3842; 
    padding: 0 0.3em;
}

.tiempo {
    color: #2E3842; 
    padding: 0 0.3em;
}

.numero {
    color: #2E3842; 
    padding: 0 0.3em;
    text-align: center;
    font-family: sans-serif;
    font-family: 'Nunito', sans-serif;
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
    line-height: normal
}
/*
iframe { 
    display:block; 
    width:100%; 
    border:none; 
}
*/


/* estilos para gráficos  */
svg {
	border: 1px solid #aaa;
	display: block;
	margin: auto;
}

.grf-1 {
	width: 900px;
	height: 600px;
}


