﻿.report-table td.alignCenter, .report-table th.alignCenter
{
    text-align: center;
}

#ico-2{
    background-color: #e5500b;
}

#ico-3{
    background-color: #01415b;
}

#date-generar
{
    color: red;
}

.titleBlue
{
    background-color: #b6d7e3 !important;
}

#leyenda{
	width: 100%;
	position:relative;
	margin-top: 20px;
	display: none;
}

.leyenda-item{
	display: none;
	vertical-align: top;
	margin: 5px 10px;
	width: 300px;
	height: 32px;
}

.color-item{
	width: 50px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: top;
}

.text-item{
	display: inline-block;
	width: 220px;
}

#color-R { background-color: #FE0002 }
#color-V { background-color: #008103; }
#color-C { background-color: #ffff99; }
#color-Y { background-color: #ffff00; }
#color-P { background-color: #FFA11C; }
#color-N { background-color: #FF5E00; }
#color-A { background-color: #0500FA; }
#color-M { background-color: #FC00FC; }
#color-L { background-color: #00FFFD; }
#color-E { background-color: #614126; }
#color-G { background-color: #CCCCCC; }

#content-alert-text ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.content-button-2 {
	position: absolute;
	padding-top: 12px;
	width: 230px;
	height: 240px;
	top: 155px;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 479px)
{
    #logo-ido
    {
        width: 40.625%;
        margin-left: 10px;
    }  
        
    /*#cod-version, #cplex{
		display: block !important;
		float: none !important;
	}*/
	
	#fecha-generacion{
		display: block;
	}

    .item-img{ font-size: 18px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #logo-ido
    {
        width: 40.625%;
        margin-left: 10px;
    }
      
        
    /*#cod-version, #cplex{
		display: block !important;
		float: none !important;
	}*/

    #content-filters{ padding: 0; }

    .item-img{ font-size: 18px; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    #logo-ido
    {
        width: 40.625%;
        margin-left: 10px;
    }
    
    .item-img{ font-size: 20px; }
    
    #data-top{
		float: left;
		width: 100%;
	}
	
	/*#cod-version{
		float: left;
	}*/

}