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

#conten_general{
	width:950px;
	border:1px solid #000;
}
#conten_dyc{
	width:950px;
	height:320px;
	padding-top:25px;
}
#conten_maqui {
	width:650px;
	height:auto;
	float:left;
	padding-left:25px;
	padding-right:25px;
}
#conten_marcas{
	width:210px;
	height:730px;
}
#marca {
	width:200px;
	height:56px;
	border-bottom: 1px solid #666;
	border-left:none;
	border-right:none;
	border-top:none;
	padding: 10px 10px 20px 0px;
}
#marca:hover {
	width:230px;
	height:64px;
}

#manita{
	width:140px;
	height:140px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #999;
	margin:5px;
}
#line {
	width:60px;
	border-bottom: 1px solid #666;
	padding-top:20px;
}
#titulo {
	width:650px;
	background:url(../maquilas_files/icon_maqui.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;
}
#cabecita {
	display:inline-block;
	width:50%;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	height:20px;
	font-size:16px;
	color:#fff;
	padding-top:3px;
	margin-top:20px;
	float:inherit;
}

#celditas {
	display:block;
	width:50%;
	background-color:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #666;
	float:left;
}
#celditas .A, #celditas .B, #celditas .C{
	display:inline-block;
	margin-left:10%;
}
#spacio {
	height:200px;
}
#subtem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#039;
	padding: 5px 0 5px 0;
	background-color:#CCC;
}


.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);
}
.maquinas_contener {
	width:600px;
	height:100px;
	float:right;
	vertical-align:bottom;
}
.scroll {
	height:800px;
	overflow:scroll;
	overflow:hidden;
}


