#main_wrapper .slotdiv{
    width: 952px;
}
#main_wrapper .slotdiv div {
    width: auto;
}
#main_wrapper .slotdiv div img {
    width: auto;
}

#agrupar {
	max-width: 950px;
	margin: 0px;
	padding: 0px;
	display:inline-block;
	text-align: center;
}

#agrupar {
	width: 100%; /*Ancho del contenedor*/
	margin: 0px auto; /*Auto= margen sup e inf*/
	text-align: center; /*text align es hereditaria por lo tanto debemos regresarla a su configuracion normal*/
}

#cabecera {
	padding: 0px;
}

#seccion {
	display:inline-block;
	width: 100%;
	margin: 0px;
}

#des_10, #des_20, #des_30 {
	width: 33%;
	margin: 0px;
	padding: 0px;
	display:inline-block;

}

#tit_01 {
	display:inline-block;
	width: 100%;
	margin-top: 10px;
}

#tit_02, #tit_03 {
	display:inline-block;
	width: 100%;
	margin-top: 40px;
}

#secc_des_1, #secc_des_2, #secc_des_3 {
    width: 33%;
	margin: 0px;
	padding: 0px;
	display:inline-block;
}
	
#secc_des_4, #secc_des_5, #secc_des_6 {
    width: 33%;
	margin: 0px;
	padding: 0px;
	display:inline-block;
}

#secc_des_7, #secc_des_8, #secc_des_9 {
    width: 33%;
	margin: 0px;
	padding: 0px;
	display:inline-block;
    margin-top: 20px;

}

#des_10 a img:hover  {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#des_20 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#des_30 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}



#secc_des_1 a img:hover {
    -webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_2 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_3 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_4 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_5 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_6 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_7 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_8 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}

#secc_des_9 a img:hover {
	-webkit-transform: scale(0.9);
	-moz-tran: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 1s ease;
}






