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

* {
	margin:0;
	padding:0;
}

/* Font */
@font-face {
 font-family: "ProximaNova";
 src: url(../type/ProximaNova-Semibold.otf) format("opentype");
}
/* END Font */

/* General */
body {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #333;
	min-width:960px
}
p {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px 0;
}
h1 {
	font-family: "ProximaNova";
	font-size: 40px;
	line-height: 55px;
}
h2 {
	font-family: "ProximaNova";
	font-size: 30px;
	line-height: 55px;
}
h4 {
	font-family: "ProximaNova";
	font-size: 22px;
	line-height: 55px;
}
a {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
.divider_hr {
	clear:both;
	display:block;
	width:100%;
	margin-bottom:20px;
	padding-top:5px;
	border-bottom:1px solid #f1f5f7;
}
.divider_pad {
	clear:both;
	display:block;
	width:100%;
}
.container_12 {
	margin-left:auto;
	margin-right:auto;
	width:960px
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
/* END General */

/* body */

#bg {
	background:  #FFF url(../img/bg-gral.png) top repeat-x;
}
/* END body */

/* header */
#header {
	height: 90px;
	padding: 15px 0 6px 0;
}
.logo {
	background: url(../img/logo-main-2013-2.png) no-repeat;
	float: left;
	margin-top: 25px;
}
.logo span {
	display: none;
}
.logo a {
	display: block;
	height: 37px;
	width: 300px;
}
.menu_main {
	font-size: 13px;
	font-family: "ProximaNova";
	text-transform: uppercase;
}
ul.menu_main {
	list-style: none;
	float: right;
	width: auto;
}
.menu_main li {
	display: block;
	float: left;
	padding: 40px 0 30px 15px;
}
.menu_main a {
	color: #666;
	text-decoration: none;
}
.menu_main a:hover {
	color: #333;
	text-decoration: none;
}
/* END header */

/* index slider */
#wrap_slider {
	height: 400px;
}
/* END index slider */

/* middle logos */
#middle_logos {
	background: url(../img/bg-middle-logos.png) repeat-x top;
	height: 128px;
}
.middle_logos {
	padding: 25px 0;
}
#middle_logos h1 {
	float: left;
	text-align: center;
}
#middle_logos span {
	display: none;
}
#middle_logos h1 a {
	display: block;
	width: 480px;
	height: 78px;
}
#middle_logos h1 a.rosh_logo {
	background: url(../img/logo-rosh-equipos-2013.png) no-repeat center;
}
#middle_logos h1 a.metaljet_logo {
	background: url(../img/logo-metaljet-gray.png) no-repeat center;
}
#middle_logos h1 a.roshco_logo {
	background: url(../img/logo-rosh-cadenas.png) no-repeat center;
}
/* END middle logos */

/* footer */
#footer {
	background: url(../img/bg-footer.png) repeat-x #000 bottom;
	border-bottom: 1px solid #343538;
	border-top:  1px solid #343538;
	color: #646464;
	font-size: 11px;
	min-height: 100px;
	line-height: 20px;
}
#footer p {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
}
#footer h3 {
 font-family: font-family: "ProximaNova";
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
}
#footer li {
	list-style: none;
	display: block;
	background: url(../img/bullet.gif) no-repeat left;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #333;
	margin: 5px 0;
}
#footer li.adress {
	background: url(../img/icon-adress.png) no-repeat left;
	padding-left: 30px;
}
#footer li.phone {
	background: url(../img/icon-phone.png) no-repeat left;
	padding-left: 30px;
}
#footer li.email {
	background: url(../img/icon-email.png) no-repeat left;
	padding-left: 30px;
}
#footer li.contacto {
	background: url(../img/icon-contact.png) no-repeat left;
	padding-left: 30px;
}
#footer a {
	color: #646464;
	text-decoration: none;
}
#footer a:hover {
	color:#0065e1;
}
.footer_cont {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}
.footer-bottom {
	padding: 18px 0;
	display: block;
	color: #d5d5d5;
	line-height: normal;
}
.footer-1 {
	display: block;
	width: 180px;
	float: left;
	margin-right: 20px;
}
.footer-2 {
	display: block;
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 30px;
}
.footer-3 {
	display: block;
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 30px;
}
.footer-4 {
	display: block;
	width: 300px;
	float: right;
	margin-left: 20px;
}
/* END footer */
