/* *** F O N T   F A M I L I E S  *** */

@font-face {
    font-family: 'CoreIconsRegular';
    src: url('fonts/coreicons-webfont.eot');
    src: url('fonts/coreicons-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coreicons-webfont.woff') format('woff'),
         url('fonts/coreicons-webfont.ttf') format('truetype'),
         url('fonts/coreicons-webfont.svg#coreiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}

.call_us .ico,
.ico,
.shortcode_iconbox .ico span {
    font-family: 'CoreIconsRegular';
}



/* ***  F O N T   S E T T I N G S  *** */

p, td, div,
blockquote p { 
	font-size:15px; 
	line-height:18px;
	text-align:justify;
}

header .top_line .call_us,
header .top_line .slogan {
	line-height:14px;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	text-decoration:none!important;
	padding:0;
	color:#D48022 !important;
}

header nav > ul > li > a,
.page_title_block .breadcrumbs a,
.page_title_block .breadcrumbs span,
.shortcode_accordion_item_title, 
.shortcode_toggles_item_title,
.shortcode_tab_item_title,
.btn_small,
.btn_normal,
.btn_large,
.sitemap_list li a,
.sitemap_list li,
.filter_navigation ul li ul li a,
.feedback_go,
.feedback_reset,
.promo_button,
.price_item_btn a,
.shortcode_button,
.filter_navigation ul li ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.pagerblock li a,
.blogpost_date-block,
.blogpost_date-block a,
.demo_panel .panel_title,
header .tag_line .call_us,
header .tag_line .slogan,
a.menu_toggler {  
	font-family:'Open Sans', sans-serif!important;
}

* { 
	font-family:Arial, Helvetica, sans-serif;
	color:#464d52;
}

input, button, select, textarea {
	font-family:Arial, Helvetica, sans-serif!important;
}

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family:'Open Sans', sans-serif!important;
}

h1, h1 span, h1 a {
	font-size:70px;
	line-height:72px;
}
h2, h2 span, h2 a {
	font-size:35px;
	line-height:37px;
}
h3, h3 span, h3 a {
	font-size:30px;
	line-height:32px;
}
h4, h4 span, h4 a {
	font-size:24px;
	line-height:26px;
}
h5, h5 span, h5 a {
	font-size:16px;
	line-height:18px;
}
h6, h6 span, h6 a {
	font-size:14px;
	line-height:16px;
}

@media only screen and (max-width: 760px) {
	
	h1, h1 span, h1 a {
		font-size:35px;
		line-height:37px;
	}
	h2, h2 span, h2 a {
		font-size:30px;
		line-height:32px;
	}
	h3, h3 span, h3 a {
		font-size:26px;
		line-height:28px;
	}
	h4, h4 span, h4 a {
		font-size:20px;
		line-height:22px;
	}
	h5, h5 span, h5 a {
		font-size:16px;
		line-height:18px;
	}
	h6, h6 span, h6 a {
		font-size:14px;
		line-height:16px;
	}
}


/* ***  C O L O R   O P T I O N S  *** */

header ul.menu > li > a {
	color:#63666a;
}


/** Botones**/

.btn-principal {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #163446;
  *background-color: #051a25;
  background-image: -moz-linear-gradient(top, #163446, #051a25);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#163446), to(#051a25));
  background-image: -webkit-linear-gradient(top, #163446, #051a25);
  background-image: -o-linear-gradient(top, #163446, #051a25);
  background-image: linear-gradient(to bottom, #163446, #051a25);
  background-repeat: repeat-x;
  border-color: #051a25 #051a25 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-principal:hover,
.btn-principal:active,
.btn-principal.active,
.btn-principal.disabled,
.btn-principal[disabled] {
  color: #ffffff;
  background-color: #051a25;
  *background-color: #003bb3;
}

.btn-principal:active,
.btn-principal.active {
  background-color: #003399 \9;
}


