.portlet-borderless.pronosticos-widget-portlet #icoSrcProno{
width: 80px;
}

.widgetProno{
	background-color: #1D4B66;
	color: white;
	width: 303px;
	height: 253px;
	display:flex;

	flex-direction: column;
	font-family: "Open Sans",sans-serif;
	
}
.encabeProno{	
	text-align: center;
	padding: 5px;
}

.encabeProno a{
	color: white;
	font-size: 20px;
	 text-decoration:none;
}

.encabeProno a:hover{
        color: white;
        font-size: 20px;
         text-decoration:none;
}

.buscaProno{
	padding: 5px;
	margin-bottom: 5px;
}
.buscaProno  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;
}
.prono{
	padding: 0px 10px 0 10px; 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
}
.lProno{
	font-size: 16px;
	margin-top: 5px;
}
.pronoIco{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.selected .eac-item a{
	color: white;	
}
.eac-item a{
	color: #1D4B66;	
}
.eac-item a:link{
	text-decoration: none;
	
}
#icoSrcProno{
	width: 75px;
}