@charset "utf-8";
/* CSS Document */

#conten_general{
	width:950px;
	border:1px solid #000;
}
#conten_dyc{
	width:950px;
	height:300px;
	padding-top:25px;
}
#conten_comer {
	width:650px;
	height:auto;
	float:left;
	padding-left:25px;
	padding-right:25px;
}
#conten_marcas{
	display:inline-block;
	width:100px;
	height:800px;
}
#marca {
	width:60px;
	height:auto;
	border-bottom: 1px solid #666;
	border-left:none;
	border-right:none;
	border-top:none;
	padding-top:10px;
	padding-bottom:20px;
}
#marca:hover {
	width:95px;
	height:auto;
}
#marca_selec {
	width:200px;
	height:100px;
	height:auto;
	padding: 20px 0px 0px 0px;
	text-align:right;
}
#line {
	width:60px;
	border-bottom: 1px solid #666;
	padding-top:20px;
}
#titulo {
	width:650px;
	background:url(../comercializacion_files/icon_comer.png) no-repeat;
	height:60px;
	border-bottom: 1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:600;
	color:#717374;
	padding-top:15px;
}
#contacto {
	width:200px;
	height:233px;
	margin-top:75px;
	background-image:url(../images/contactanos.png);
	background-repeat:no-repeat;
	float:right;
	margin-right:-4px;
}

.mail_link_contener {
	margin-top:197px;
}

.marca {

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.marca img{
	margin:auto;
	display:block;

	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.marca:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

	
