/*
Theme Name: Recursos
Theme URI: http://www.bitmap.pe/
Description: Theme exclusivo
Version: 1.0
*/

body {
	background: url('images/bg.png') 0 0 repeat;
	color: #666666;
	border-top: 5px solid #585858;
}

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

#wrapper {
	overflow: auto;
	padding-bottom: 100px;
}

#footer {
	background: #F7F7F7;
	position: relative;
	margin-top: -100px;
	height: 100px;
	clear: both;
}

#footer p {
	margin: 0;
}

.width {
	padding: 0 35px;
}

#top {
    background-color: #f3f3f3;
    border-bottom: 1px solid #a9a9a9;

}

#top ul {
	overflow: hidden;
	clear: both;
	margin: 0 0 -1px;
	border-left: 1px solid #a9a9a9;
}

#top li {
	float: left;
	border-right: 1px solid #a9a9a9;
	text-transform: uppercase;
}

#top li a {
	color: #333333;
	line-height: 45px;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}

#top li.active a {
	background: white;
}

input, textarea, select, option, body {
	font-size: 14px;
	font-family: Arial, ​Helvetica,​ sans-serif;
	font-style: normal;
	color: #666666;
	line-height: 1.35;
	font-weight: 400;
}

a {
	color: #004C8C;
}

a:hover {
	text-decoration: none;
}

strong {font-weight: bold;}
em {font-style: italic;}

html, body {height: 100%;}

h1,h2,h3,h4,h5,h6 {
	font-size: 2em;
	color: rgba(31, 31, 31, 0.99);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.2px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
}

h3,
h2 {
    font-size: 16px;
    line-height: 34px;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0; 
}

input[type="number"] {
	-moz-appearance: textfield;
}

select, input, textarea {
	border: 1px solid #dddddd;
	min-height: 35px;
	padding: 5px 7px;
	width: 100%;
}

.buttonnext,
input[type="submit"] {
	background: #004C8C;
	border-radius: 0;
	border: none;
	color: white;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	outline: medium none;
	padding: 9px 11px;
	width: auto;
	cursor: pointer;
	letter-spacing: -0.2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.buttonnext:hover,
input[type="submit"]:hover {
	background: #aaa;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
	color: #888888;
	font-size: 13px;
	padding: 8px 9px;
	border-radius: 0;
}

.bold {
	font-weight: bold;
}

.text-right {text-align: right}

.hide {display: none}
.show {display: block}

blockquote {
	font-size: italic;
	font-size: 16px;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	font-size: 13px;
}

p {
	margin-top: 10px;
}

#header .header {
	min-height: 100px;
}

#header .search {
	background: #e6e6e6;
	border-radius: 4px;
	left: 300px;
	padding: 4px;
	position: absolute;
	top: 80px;
	width: auto;
}

#header .search #s {
	float: left;
	width: 400px;
}

#header .search #searchsubmit {
	background: #74777A url('images/search.png') center center no-repeat;
	border: medium none;
	float: left;
	height: 36px;
	position: relative;
	text-indent: -9999em;
	width: 80px;
}

#menu ul {
	background: #efefef;
	height: 38px;
	overflow: hidden;
	padding: 7px 15px 0;
	width: 100%;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a {
	display: block;
	padding: 0 25px;
	line-height: 30px;
	color: #333;
	font-weight: 700;
}

#menu ul li.active a {
	background: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #64676b;
}

.left-corner, .right-corner {
	border-style: solid;
	display: block;
	position: absolute;
	height: 0;
	opacity: 0.58;
	top: 49px;
	width: 0;
}

.left-corner {
	border-color: rgba(0, 0, 0, 0) #888888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 0 9px 9px 0;
	float: left;
	left: 0;
}

.right-corner {
	border-color: #888888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 9px 9px 0 0;
	right: 0;
}

#home {
	height: 430px;
}

.control-label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.form-group {
	margin-top: 30px;
}

.block-left {
    background: none repeat scroll 0 0 #fcfcfc;
    border-right: 1px solid #e0e0e0;
    box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.03) inset, 0 2px 0 0 rgba(0, 0, 0, 0.03) inset;
    margin-right: -1px;
	float: left;
	width: 300px;
    bottom: 0;
    position: absolute;
    top: 0;
	min-height: 300px;
	padding: 25px;
}

#contacto ..block-left li {
	margin-bottom: 5px;
}

.block-right {
	float: right;
	width: 690px;
	padding: 25px;
}

#menu select {
	display: none;
}

.acf-map {
    margin-top: 10px !important;
}

.page {
	position: relative;
}

.wpcf7-form label {
	display: block;
	margin-bottom: -12px;
	margin-top: 15px;
}

.wpcf7-form label span {
	color: #ed1c1c;
}

.content {
	padding-top: 50px;
	clear: both;
	overflow: hidden;
	margin-bottom: -50px;
}

.content p {
	margin-bottom: 15px;
}

.content ol,
.content ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

.content ol li {
	list-style: decimal;
}

.control-group {
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}

.form-block {
	overflow: hidden;
	clear: both;
}

.float-left {
	float: left;
	width: 48.5%;
}

.float-right {
	float: right;
	width: 48.5%;
}

.border {
	height: 1px;
	background: #ddd;
	border: none;
	padding: 0;
	margin: 15px 0;
}

.tab-content {
	display: none;
}

.tab-content:first-child {
	display: block;
}

#tabs-container h2 {
	padding-top: 0;
}

#tabs-container .control-group {
	margin-bottom: 20px;
}

.buttonback {
	margin-right: 20px;
	text-decoration: underline;
}

#tabs-container .control-group p {
	color: red;
	font-size: 11px;
	margin: 3px 0 0;
}

.pagenavi {
	margin: 15px 0 10px;
	padding: 25px;
	clear: both;
	border-top : 1px solid #ddd;
}

.pagenavi a {
	padding: 6px 8px;
	margin: 3px;
	text-decoration: none;
	color: #fff;
	background-color: #444;
}

.pagenavi a:hover {
	background-color: #004C8C;
	color: white;
}

.pagenavi span.pages {
	padding: 6px 8px;
	margin: 0 3px 0 0;
	color: #fff;
	background-color: #444;
}

.pagenavi span.current {
	color: #074062;
	font-weight: bold;
	margin: 3px;
	padding: 6px 7px 5px;
}

.pagenavi span.expand {
	padding: 6px 7px 5px 7px;
	margin: 3px;
	color: #444;
	background-color: inherit;
}

@media only screen and (max-width: 767px) {

	.width {
		width: 420px;
	}
	
	.alignright,
	.alignleft,
	.float-left,
	.float-right {
		float: none;
		width : auto;
		margin: 0;
	}
	
	.form-block.form-horz .form-group .form-label {
		text-align: left;
		width: auto;
		padding-top: 0;
		float: none;
	}

	.form-block.form-horz .form-group .form-control {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 479px) {
	body.contact-us #wrapper > .width,
    .width {
        width: 290px;
    }
}