@charset "utf-8";
/* CSS Document */

/*** GENERALES ***/

html {height:100%}

@font-face {
    font-family: 'ifc_wildrodeobold';
    src: url('ifc_wildrodeo_bold_2-webfont.eot');
    src: url('ifc_wildrodeo_bold_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifc_wildrodeo_bold_2-webfont.woff2') format('woff2'),
         url('ifc_wildrodeo_bold_2-webfont.woff') format('woff'),
         url('ifc_wildrodeo_bold_2-webfont.ttf') format('truetype'),
         url('ifc_wildrodeo_bold_2-webfont.svg#ifc_wildrodeobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rio_ororegular';
    src: url('Rio Oro-webfont.eot');
    src: url('Rio Oro-webfont.eot?#iefix') format('embedded-opentype'),
         url('Rio Oro-webfont.woff2') format('woff2'),
         url('Rio Oro-webfont.woff') format('woff'),
         url('Rio Oro-webfont.ttf') format('truetype'),
         url('Rio Oro-webfont.svg#rio_ororegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #f4f0e9;
	height:100%;
	font: 14px Arial, Helvetica, sans-serif;
}
.wrapper {
	width:960px;
	margin: 0 auto;
	position:relative;
}
#container {
	min-height:100%;
	position:relative;
}
section {
	min-height:400px;
}
div.clear {
	clear:both;
	height:70px;
}
strong {
	font-weight:bold;
	color:#463016
}
h2 {
	font: 26px 'ifc_wildrodeobold', Arial, Helvetica, sans-serif;
	color: #463016;	
	margin-bottom: 15px;
}
p {margin-bottom:10px}
.arial {font-family:Arial, Helvetica, sans-serif; font-weight:bold}

/* HEADER */

header {
	height:165px;
	background: url(../images/bg-header.jpg) repeat-x center top;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	min-width:960px;
}
img#logo {
	margin-top:15px;
	float:left;
}
img.bt-redes {
	float: right;
	margin-top:37px;
	margin-left:5px;
}
img.bt-redes.fb {
	margin-left:15px;
}
header p {
	font: 18px 'ifc_wildrodeobold', Arial, Helvetica, sans-serif;
	color: #463016;	
	float: right;
	text-align: right;
	margin-top:42px;
}
nav#menu-principal {
	background: url(../images/bg-menu.png) repeat-x;	
	height: 40px;
	top: 125px;
	position:absolute;
	width:100%;
	min-width:960px;
}

nav#menu-principal ul li {
	float:left;
	margin-left:118px;
}
nav#menu-principal ul li a {
	font: 26px 'ifc_wildrodeobold', Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	line-height:45px;
}
nav#menu-principal ul li a:hover, nav#menu-principal ul li a.active {color:#ffc92f;}

/* FOOTER */

footer {
	width:100%;
	min-width:960px;
	height:40px;
	background: url(../images/bg-menu.png) repeat-x;	
	position: absolute;
	bottom:0;
}
footer p {
	text-align:center;
	font-size:12px;
	color:#FFF;
	line-height:40px;
	margin-bottom:0;
}

/*** HOME ***/

p#description {
	display:block;
	width:959px;
	height:55px;
	margin: 0 auto 30px;
	background: url(../images/bg-menu.png) repeat-x;
	background-size:contain;
	font: 18px/22px 'ifc_wildrodeobold', Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	padding-top: 5px;
}
#table-home h2 {text-align:center; margin: 10px; 0}
#table-home p {text-align:justify}

/*** INTERIORES ***/

div#col-wide {
	margin-top:30px;
}
table.contacto td {
	padding: 5px;
}
input#bt-enviar {
	font-weight: bold;
	display:block;
	color:#FFF;
	background: url(../images/bg-menu.png) repeat-x;
	padding: 5px 15px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
/* PRODUCTOS */
nav#submenu {
	float: left;
	width: 215px;
	margin-top: 30px;
}
nav#submenu ul li a, li.sub a {
	background: url(../images/bt-submenu.png) no-repeat;
	display: block;
	height: 46px;
	width: 215px;
	margin-bottom:10px;
	font: 22px/44px 'ifc_wildrodeobold', Arial, Helvetica, sans-serif;
	color:#463016;
	text-decoration:none;
	text-indent:18px;
}
nav#submenu ul li a:hover, nav#submenu ul li a.active {
	background: url(../images/bt-submenu-on.png) no-repeat;
	color:#ffc92f;
}
div#col-right {
	float:right;
	width:723px;
	margin-top:30px;
}
div.producto-tn {
	width:216px;
	float:left;
	margin: 0 0 25px 25px;
}
div.producto-tn img {margin-bottom:10px}
div#col-right a {
	color:#463016;
	font-size:12px;
	font-weight:bold;
}
img.producto {
	margin: 0 25px;
	float: left;
}
p.colores img, p.pieles img {
	margin-right:2px;
	margin-top:2px;
}
li.sub a {
	font-family: 'rio_ororegular';
	font-size: 16px!important;
	text-transform:uppercase;
	line-height:40px;
}
h2.nombre-prod {
	font-family: 'rio_ororegular';
	text-transform:uppercase;
}