i.icono-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 45px;
}

i.icono-light {
    border: transparent;
    background-color: rgba(0,0,0,0.05);
}
i.icono-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
i.icono-transparent, .icono-bordered, .icono-rounded, .icono-color, .icono-light, .icono-dark {
    color: #444;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    border: 1px solid #555;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    margin: 4px 8px 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i.icono-hover:hover {
	background-color:#179BD7;
	border-color:#179BD7;
}
i.icono-cableado{
	background-image: url("../images/ico_cableado1.png");
	background-repeat: no-repeat;
}
i.icono-comunicacion{
	background-image: url("../images/ico_comunica1.png");
	background-repeat: no-repeat;
}
i.icono-redes{
	background-image: url("../images/ico_redes1.png");
	background-repeat: no-repeat;
}
i.icono-rayo{
	background-image: url("../images/ico_rayo1.png");
	background-repeat: no-repeat;
}
i.icono-enchufe{
	background-image: url("../images/ico_enchufe1.png");
	background-repeat: no-repeat;
}
i.icono-naves{
	background-image: url("../images/ico_naves2.png");
	background-repeat: no-repeat;
	background-color:#179BD7;
	border-color:#179BD7;
}
i.icono-oficinas{
	background-image: url("../images/ico_oficinas2.png");
	background-repeat: no-repeat;
	background-color:#179BD7;
	border-color:#179BD7;
}
i.icono-viviendas{
	background-image: url("../images/ico_viviendas2.png");
	background-repeat: no-repeat;
	background-color:#179BD7;
	border-color:#179BD7;
}
i.icono-cableado:hover{
	background-image: url("../images/ico_cableado2.png");
	background-repeat: no-repeat;
}
i.icono-comunicacion:hover{
	background-image: url("../images/ico_comunica2.png");
	background-repeat: no-repeat;
}
i.icono-redes:hover{
	background-image: url("../images/ico_redes2.png");
	background-repeat: no-repeat;
}
i.icono-rayo:hover{
	background-image: url("../images/ico_rayo2.png");
	background-repeat: no-repeat;
}
i.icono-enchufe:hover{
	background-image: url("../images/ico_enchufe2.png");
	background-repeat: no-repeat;
}
h1.limpio{
	font-size: inherit;
    margin: 0px;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    display: contents;}
	
h2.limpio{
	font-size: inherit;
    margin: 0px;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    display: contents;}
	
.size18{font-size:18px!important;}
.size21{font-size:21px!important;}
.size25{font-size:25px!important;}
.size30{font-size:30px!important;}