
/*.overlay-itro {
	background-image: url(../images/webeyaotransparencia.png) !important;
    background-size:100%;
    background-attachment:fixed;
}

.overlay-itro {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 70%;
    height: 70%;
	background-image: url(../images/webeyaotransparencia.png) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
#tituloIcon{
    margin-bottom: 5px;
    background-color: black;
    opacity: 0.7;
}