/*  
Theme Name: Comder
Theme URI: https://www.comder.cl
Description: Tema para Comder	
Version: 1
Author: 2litros > design technologies
Author URI: https://2litros.cl/
*/

@import url("reset.css");

body {
	color: #212121;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 140%;
	font-size: 14px;
	background: #fff repeat-y center 0;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: justify;
	color: #212121;
	font-size: 14px;
	line-height: 140%;
}

a {
	color: #706f6f;
	text-decoration: none;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 110%;
	font-weight: 300;
	font-style: normal;
}
td {
	padding: 8px;
}

/* ------ cajas ------ */

.wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	width: 100%;
	padding-bottom: 30px;	
}

#content {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

#footer {
	width: 100%;
	float: left;
	z-index: 50;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b7b7b7;
}

#footer_menu {
	background-color: #e6e6e6;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

#sidebar {
	width: 280px;
	float: right;
}

#sidebar_page {
	width: 260px;
	float: right;
	padding-left: 19px;
	border-left: 1px solid #acacac;
}

/* ------ header ------ */

#ingles {
	width: 400px;
	float: right;
	border-right: 10px solid #e66527;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#ingles p {
	margin: 0;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#ingles a {
	
}

#logo {
	width: 50%;
	float: left;
	margin-bottom: 12px;
	margin-top: 12px;
}

#nav {
	float: left;
	width: 100%;
	background-color: #e66527;
	border-bottom: 1px solid #e8e8e8;

}

#nav ul {
	float: left;
	width: 100%;
}

#nav ul li {
}

#nav ul li a {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 12px 10px;
	background: url(images/linea.png) no-repeat right center;
}

#nav ul li:last-child a {
	background-image: none;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	color: #000000;
	border-top-color: #222;
}


#nav ul li a:hover {
	color: #000000;
	border-top-color: #0daeeb;
}

/* ------ iconos links ------ */

#page p a[href$=".pdf"] {
  background: url(images/pdf.jpg) no-repeat left center;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}


#page p a[href$=".xls"] {
  	background: url(images/xls.jpg) no-repeat left center;
  	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

/* ------ slider ------ */

#slider {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	height: 400px;
}

.flexslider {
	position: relative;
}

.flexslider :focus {
	outline-color: rgb(101, 175, 255);
	outline-color: rgba(101, 175, 255, 0.55);
	top: 20px;
	left: 30px;
	z-index: 2;
}

.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	margin: 0;
	z-index: 1000;
}

.flexslider {
	margin: 0;
	padding: 0;
	text-align: center;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider {
	position: relative;
	zoom: 1;
	text-align: center;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides li {
	height: 400px;
	background-position: center center;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides > li:focus {
	outline-offset: -5px;
}

.flex-container {
	zoom: 1;
	position: relative;
}

.flex-control-nav {
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 25px;
	height: 25px;
	display: block;
	background: url(images/control_btn.png) no-repeat;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}

.flex-control-nav li a:hover, .flex-control-nav li a:focus {
	background-position: 0 -25px;
	text-decoration: none;
	-moz-outline-radius: 14px;
}

.flex-control-nav li a.flex-active, .flex-control-nav li a.active {
	background-position: 0 -50px;
	cursor: default;
}

/* ------ home_content ------ */

#home {
	float: left;
	width: 600px;
}

#home ul {
	padding-left: 30px;
}

#home ul li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e66527;
}

#home h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #212121;
	border-left: 9px solid #e66527;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* ------ page ------ */

.page {
	margin-top: 60px;
}

#page {
	float: left;
	width: 600px;
}

#page h1 {
	font-size: 30px;
	color: #212121;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
}

#page h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #212121;
	border-left: 9px solid #e66527;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#page h3 {
	font-weight: bold;
}

/* ------ single ------ */

.single {
	width: 100%;
	float: left;
	border-top: 1px solid #acacac;
	margin-bottom: 20px;
}

.single p {
	padding-left: 19px;
	font-size: 12px;
}

.single_info {
	width: 335px;
	float: left;
	padding-right: 15px;
}

.single_foto {
	float: right;
	width: 250px;
}

#page .single_info h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #212121;
	border-left: 9px solid #e66527;
	padding-left: 10px;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 8px;
	margin-top: 0;
}

p.leer a {
	color: #e66527;
	padding: 8px 14px;
	border: 1px solid #e66527;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-size: 12px;
}

/* ------ sidebar ------ */

#sidebar h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#news {
	
}

#news p a {
	color: #e66527;
	padding: 8px 14px;
	border: 1px solid #e66527;
}

#news p
 {
	margin-top: 20px;
}

#comder {
	width: 100%;
	margin-top: 20px;
	float: left;
	border-top: 1px solid #acacac;
	padding-top: 16px;
}

#comder p {
	font-size: 17px;
	line-height: 140%;
	text-align: left;
}

#sidebar_page ul {
	width: 100%;
	float: left;
	font-size: 11px;
	padding-top: 16px;
}

#sidebar_page ul li {
	margin-bottom: 16px;
}

#sidebar_page ul li a {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #323232;
}

#sidebar_page ul li.current_page_item a {
	color: #e66527;
}

#sidebar_page ul.children {
	margin-top: 16px;
	margin-left: 16px;
	padding-top: 0px;
}

/* ------ alinacion ------ */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ------ contacto ------ */
#gform_1 .button {
	width: 200px;
	background-color: #e66527;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#gform_1 input {
	border: 1px solid #ccc;
}
#gform_1 textarea {
	border: 1px solid #ccc;
}

/* ------ footer ------ */

#footer_menu ul {
	width: 130px;
	float: left;
	padding-right: 10px;
	color: #212121;
	font-size: 11px;
}

#footer_menu ul li {
	margin-bottom: 6px;
}

#footer_menu h3 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 42px;
}

#footer_menu h3 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
}

#footer_menu a {
	font-weight: normal;
	font-style: normal;
}

#footer p {
	text-align: center;
	margin-bottom: 2px;
	color: #000;
	font-size: 12px;
}

#footer a {
	font-weight: normal;
	font-style: normal;
}

#menu_mobile {
	display: none;
	visibility: hidden
}
#mobile.box {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 766px) {

	.wrap {
		width: 94%;
		margin: 0 auto;
	}
	
	#logo {
		margin-bottom: 6px;
	}
	
	#logo img {
		width: 100%;
		height: auto;
	}
	#slider {
		height: 140px;
	}
	.flexslider .slides li {
		height: 140px;
		background-position: center center;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#home {
		width: 100%;
	}
	#home img {
		width: 100%;
		height: auto;
	}
	#sidebar {
		width: 100%;
		float: left;
		margin-top: 40px;
		padding-top: 30px;
		border-top: 5px solid #e66527;
	}
	
	#footer_menu ul {
		width: 100%;
		padding-right: 0;
	}
	#footer_menu h3 {
		margin-top: 20px;
		margin-bottom: 10px;
		height: inherit;
	}
	#footer p {
		font-size: 11px;
	}
	#content {
		padding-bottom: 30px;
	}
	#sidebar_page {
		width: 90%;
		float: left;
		margin-top: 20px;
		padding-top: 10px;
		border-top: 5px solid #e66527;
		border-left: none;
		padding-left: 0px;
	}
	#page {
		width: 100%;
	}
	#page img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#gform_1 input {
		width: 96%;
	}
	#gform_1 textarea {
		width: 96%;
	}
	#nav {
		display: none;
		visibility: hidden;
	}
	#menu_mobile {
		visibility: visible;
		display: block;
		float: right;
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 0;
	}
	#mobile {
		width: 100%;
	}
	#mobile.box {
		display: none;
		width: 100%;
		float: left;
		margin-top: 16px;
		margin-bottom: 0px;
		margin-bottom: 8px;
	}
	#mobile ul {
		width: 100%;
		float: left;
	}
	
	#mobile ul li{
		width: 100%;
		float: left;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}
	
	#mobile ul li a {
		color: #000;
		text-transform: uppercase;
		border-bottom: 2px solid #ccc;
	}
	
	#menu_mobile h3 {
		width: 30px;
		height: 30px;
		margin-right: 20px;
		float: right;
		background-image: url(images/baseline-negro.svg);
	}
	.page {
		margin-top: 0px;
	}
	#header {
		padding-bottom: 10px;
		margin-bottom: 16px;
		border-bottom: 2px solid #e66527;
	}
	#sidebar_page ul li {
		margin-bottom: 8px;
	}

}
