@font-face{
    font-family:"futuramedium";
    src: url(../tipografias/FUTURAM.TTF) format('truetype');
    font-weight: normal;
    font-style: normal;
}

#marcascontiene{
	width:100%;
	height:auto;
}
#marcascentra{
	width:1030px;
	height:auto;
	margin:0 auto;
	padding-top:35px;
}

#marcasizq, #marcascen, #marcasder{
	width:290px;
	height:auto;
	float:left;
	cursor:pointer;

	font-family: 'futuramedium';
	font-size:20px;
	font-variant: normal;
	text-decoration: none;
	letter-spacing:0px;
	word-spacing:0px;
	line-height:25px;
	color:#000000;
}
#marcasizq:hover, #marcascen:hover, #marcasder:hover{
	color:#e72c2e;
}
#marcascen{
	padding-left:80px;
	padding-right:80px;
}

		/* todo esto va adentro de las 3 capas #marcasizq, #marcascen, #marcasder INICIO */
		#imagen1{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/insize_up.jpg) no-repeat center;
		}
		#imagen1:hover{
			background:url(../imagenes/marcas/insize_over.jpg) no-repeat center;
		}
		#imagen2{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/gagemaker_up.jpg) no-repeat center;
		}
		#imagen2:hover{
			background:url(../imagenes/marcas/gagemaker_over.jpg) no-repeat center;
		}
		#imagen3{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/qmt_up.jpg) no-repeat center;
		}
		#imagen3:hover{
			background:url(../imagenes/marcas/qmt_over.jpg) no-repeat center;
		}

		#imagen4{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/pmc_up.jpg) no-repeat center;
		}
		#imagen4:hover{
			background:url(../imagenes/marcas/pmc_over.jpg) no-repeat center;
		}

		#imagen5{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/sherwin_up.jpg) no-repeat center;
		}
		#imagen5:hover{
			background:url(../imagenes/marcas/sherwin_over.jpg) no-repeat center;
		}

		#imagen6{
			width:290px;
			height:380px;
			max-width:290px;
			cursor:pointer;
			background:url(../imagenes/marcas/pitape_up.jpg) no-repeat center;
		}
		#imagen6:hover{
			background:url(../imagenes/marcas/pitape_over.jpg) no-repeat center;
		}
		
		#texto{
			width:290px;
			height:auto;
			text-align:center;
			padding-top:30px;
		}
		
		/* todo esto va adentro de las 3 capas #marcasizq, #marcascen, #marcasder FIN */

@media screen and (max-width: 1048px){
#marcascentra{
	width:930px;
}
#marcascen{
	padding-left:30px;
	padding-right:30px;
}
}
@media screen and (max-width: 950px){
#marcascentra{
	width:100%;
}
#marcasizq, #marcascen, #marcasder{
	float:none;
	margin:0 auto;
}
#marcascen{
	padding-left:0px;
	padding-right:0px;
	padding-top:30px;
	padding-bottom:30px;
}
}