@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */


html,
body {
  min-height: 100%;
}

body {
		/*font: 14px "madras", "Century Gothic", 'madras', ‘MS Sans Serif’, Geneva, sans-serif;*/
                font-family: 'Source Sans Pro', sans-serif;
                font-size:/*14px*/16px;
                color: #000;
		background:#edded2
 }


/* #Typography
================================================== */


@font-face {
    font-family: 'madras';
    src: url('fonts/madrasextralight-webfont.eot');
    src: url('fonts/madrasextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/madrasextralight-webfont.woff2') format('woff2'),
         url('fonts/madrasextralight-webfont.woff') format('woff'),
         url('fonts/madrasextralight-webfont.ttf') format('truetype'),
         url('fonts/madrasextralight-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aku';
    src: url('fonts/aku__kamu-webfont.eot');
    src: url('fonts/aku__kamu-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aku__kamu-webfont.woff2') format('woff2'),
         url('fonts/aku__kamu-webfont.woff') format('woff'),
         url('fonts/aku__kamu-webfont.ttf') format('truetype'),
         url('fonts/aku__kamu-webfont.svg#aku__kamuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



	h1, h2, h3, h4, h5, h6 {
		color: #000;
		/*font-family: 'madras';*/font-family: 'Droid Sans', sans-serif; 
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 35px; line-height: 35px; margin:35px 0; text-transform: capitalize; font-family: 'aku'; float:left; width:100%; clear:both}
	h2 { font-size: 20px; line-height: 20px; margin:0 ; }
	h3 { font-size: 14px; line-height: 14px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; letter-spacing:.2em; line-height:1.2em }
	p img { margin: 0; float:left }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

        article {letter-spacing:.2em; line-height:1.2em}
        article li {letter-spacing:.2em; line-height:1.2em; margin-bottom:20px}
	em { font-style: italic; }
	strong, b { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #000; text-decoration: none; outline: 0; transition: all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in; cursor:pointer}
	a:hover, a:focus { color: #999; }
	input[type="submit"], input[type="buttom"] {transition: all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in; cursor:pointer}
	p a, p a:visited { line-height: inherit; }



/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	


/* #Buttons & forms
================================================== */

	  

	input[type="submit"]{
		clear:both
		}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

label {/*font-family: 'madras';*/font-family: 'Source Sans Pro', sans-serif; font-size:13px; text-indent:.3em; width:100%; float:left; margin:10px 0}






/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


div.jqueryslidemenu { min-height:45px}
.jqueryslidemenu{
font-weight:700;
z-index:9999;
float:left;
width:100%;
position:relative}

.jqueryslidemenu img { margin:0; padding:0}

.jqueryslidemenu ul{
margin:0 auto;
padding: 0;
text-align:center;
/*list-style-type: none;
display:block
height:20px;*/
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline-block;
margin:0;
padding:0;
/*float: left;*/}

/*Top level menu link items style*/
.jqueryslidemenu ul li a, .jqueryslidemenu ul li span{
/*display: block;*/
padding:15px 7px;
/*font-family: 'madras';
font-weight:700;
text-transform:uppercase;*/
letter-spacing:.1em;
font-family: 'Droid Sans', sans-serif;
font-size:15px;
line-height:15px;
height:15px;
color: #000;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:hover{
	color: #1f2113;
}

/*.jqueryslidemenu ul li:last-child { padding:0; float:right}	*/
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:url(../../img/arpillera.jpg);
text-align:left;
border:1px solid #1f2113; border-top:none;
border-radius:0 5px 5px 0; -webkit-border-radius:0 0 5px 5px;
width:auto;
min-width:200px;
/*z-index:99999;*/
}

.jqueryslidemenu ul li:nth-child(4) ul {width:600px}
.jqueryslidemenu ul li:nth-child(4) ul li ul {z-index:99999}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	position:absolute;
	top:0;
	border:1px solid #1f2113; 
	border-left:none;
	border-radius:0 5px 5px 0;
	 -webkit-border-radius:0 5px 5px 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a, .jqueryslidemenu ul li ul li span{
width: 180px; /*width of sub menus*/
padding:5px;
font-size:14px;
margin: 0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 20px;
right:10px;
/*display:none*/
}

.rightarrowclass{
position: absolute;
top: 20px;
right: 10px;
/*display:none**/
padding-left:0; float:right
}


div.head2 .jqueryslidemenu {min-height:27px; width:auto}
div.head2 .jqueryslidemenu ul {text-align:left; }
div.head2 .jqueryslidemenu ul li a{
/*padding:8px 10px;
font-size:13px;
line-height:13px;
height:13px;
*/
padding:8px 12px;
font-size:16px;
line-height:16px;
height:16px;}
div.head2 .jqueryslidemenu ul li:first-child a { padding-left:0;}
div.head2 .jqueryslidemenu ul li ul li:first-child a { padding:5px 10px;}
div.head2 .jqueryslidemenu ul li ul{top:35px !important;}
div.head2 .jqueryslidemenu ul li ul li ul{top:0 !important;}

li.buscador ul {
	 padding:10px;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0 0.438em 0; line-height: 1.125em; cursor: pointer; }
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; /*-webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff;*/ }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both; }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:14px;

}
/* Button */
.slicknav_btn {
    margin:0;
    text-decoration:none;	
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000; color:000; 
}
.slicknav_menu {
	background: url(../../img/arpillera.jpg);
    padding:5px 2%;
	width:96%;
	z-index:99999	
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
	text-transform:uppercase;
    color:#000;
	font-weight: bold;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    color:#999;
}
.slicknav_nav a:hover{
    color: #999;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu {
	display:none;
}