.widgetAlerta{
	background-color: #e9eef1;
	color: #00374A;
	width: 303px;
	height: 166px;
	display:flex;

	flex-direction: column;
	font-family: "Open Sans",sans-serif;
	
}
.encabeAlerta{	
	text-align: center;
	
}
.encabeAlerta a:link{
	color: #00374A;
	font-size: 20px;
	 text-decoration:none;
}
.buscaAlerta{
	padding: 5px;
	margin-bottom: 5px;
}
.buscaAlerta  input[type="text"]{
        
        padding: 7px;
        border: 0;
       	color: white;
        background-color: #00374A;
        font-size: 16px;
        width: 275px;

      
}
::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: white;
}
.Alerta{
	padding: 0px 10px 0 10px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.alerta{
	display: flex;
	flex-direction: column;
}
.AlertaTxt{
	font-size: 16px;
	font-weight: bold;
}

.listadoAlertas{
	display: flex;
	flex-direction: row;
}
.lAlerta{
	font-size: 14px;

}
.AlertaIco{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	
	
}
.AlertaIco img{
	margin-right: 5px;
}
.txtAlr{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;

}
.FechasTxt{
	font-size: 12px;
	text-align: right;
}
.errorMensajeTxt{
	font-size: 14px;
	
}
.errorTxt{
	font-size: 12px;
	
}
.selected .eac-item a{
	color: white;	
}
.eac-item a{
	color: #1D4B66;	
}
.eac-item a:link{
	text-decoration: none;
	
}
.buscaAlerta {
    padding: 5px;
    margin-bottom: 0 !important;
}
.AlertaIco img {
    margin-right: 5px;
    width: 37px;
}