/*!
 * Lugonet (http://lugonet.com)
 * Css Lugonet Grid
 */
 
/*============== CONTENIDO GENERAL =================*/
.lugonet-1 {
    width: 8.33%;
}
.lugonet-2 {
    width: 16.66%;
}
.lugonet-3 {
    width: 25%;
}
.lugonet-4 {
    width: 30.19%;
}
.lugonet-5 {
    width: 44.8%;
}
.lugonet-6 {
    width: 50%;
}
.lugonet-7 {
    width: 55.2%;
}
.lugonet-8 {
    width: 69.8%;
}
.lugonet-9 {
    width: 75%;
}
.lugonet-10 {
    width: 83.3%;
}
.lugonet-12 {
    width: 100%;
}
.lugonet-1, .lugonet-2, .lugonet-3, .lugonet-4, .lugonet-5, .lugonet-6, .lugonet-7, .lugonet-8, .lugonet-9, .lugonet-10, .lugonet-12{
	float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*============== ESPECIALES =================*/
.right{
	    text-align: right;
}
.center{
	text-align:center;
}
.noborder{
	padding-left:0px;
	padding-right:0px;
}
.lugonet-img{
	display: block;
   
    height: auto;
	    padding-bottom: 10px;
}

/*============== GRID RESPONSIVE =================*/

@media screen and (max-width : 707px){

.lugonet-1, .lugonet-2, .lugonet-3, .lugonet-4, .lugonet-5, .lugonet-6, .lugonet-7, .lugonet-8, .lugonet-9, .lugonet-10, .lugonet-12{
	width:100%;
}
.lugonet-img{
	width:100%;}
	
}
	