/*
 * Theme Name: Tierra
 * template: twentyfourteen
 * Description: Twenty Fourteen child theme
 * Author: Tamara Conforti y Ana Turrillo
 * 
 */


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}



/*
 * -------------------------- LAYOUT --------------------------
 */
body{
	margin: 0;
	font-family: Montserrat, arial, sans-serif;
	background: #faf8f9;
	color: #333;
}
body.home{
	background: #fff;
}
#wrapper{
	margin: 0 auto;
	width: 1200px;
	background: #fff;
}
#section-wrapper{}
#section-header{}
#content{
	padding: 0 80px;
	width: 1040px;
	overflow: hidden;
}

.post-item, .post-content{
	padding: 40px 0;
	overflow: hidden;
}
.post-content{}
.col-left{
	float: left;
	width: 680px;
	margin-right: 40px;
}
.col-left p{
	margin: 7px 0;
}
.col-right{
	float: left;
	width: 320px;
}
.col-right img{
	float: right;
	max-width: 320px;
}

h1{}
h1, h1.section{
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	padding: 24px 80px;
	margin: 0;
	background: #E3E1E1;
	border-bottom: 3px solid #cc6600;
	text-transform: uppercase;
}
h1.section a{
	color: #fff;
	text-decoration: none;
}
h2{
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 24px;
	line-height:22px;
}
.single h2{
	margin-top: 0;
}
h3{}
p{
	font-size: 13px;
	line-height: 18px;
}
a{
	color: #cc6600;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* CONTENT */
h2.post-title{
	margin:0;
	padding:0;
}
h2.post-title a{
	text-decoration: none;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.subcategory > h2{
	color: #cc6600;
}
.entrytext p{
	font-weight: 400;
}
.datos{
	color: #666;
	margin: 7px 0;
	font-size: 13px;
	line-height: 18px;
}
.datos.descargar, .datos.descargar a{
	float: left;
	width: 64px;
	height: 85px;
	overflow: hidden;
	background: url("images/download.png") no-repeat scroll 0 0 / 50px auto transparent;
	cursor: pointer;
}
.ver-mas{
	text-decoration: none;
	background: url('images/flecha-noticias.png') no-repeat 120px 2px scroll transparent;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-top: 20px;
}
.en-US .ver-mas{
	background: url("images/flecha-noticias.png") no-repeat scroll 87px 2px transparent;
}
.ver-mas2 a{
	background: url('images/flecha2.jpg') scroll 0 0 transparent;
}
.not-found{
	text-align: center;
	margin: 50px 0 70px 0;
}
.publ_date{
	font-size: 10px;
	color: #cc6600;
}
/* SUBSECCION */
#sub-section{
	overflow: hidden;
	padding: 40px 0 23px 0;
	border-bottom: 1px solid #d2d2d2;
}

#sub-section ul{
	padding: 0;
	margin: 0;
}
#sub-section ul li{
	list-style: none;
	float: left;
	margin-right: 20px; 
}
#sub-section ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	font-size: 17px;
}
#sub-section li.current-menu-item a{
	color: #cc6600;
}

/* RECURSOS */
.file-size{
	border-bottom: 1px solid #cc6600;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.file-size span{
	color: #cc6600;
	font-weight: 700;
}

/* PUBLICACIONES */
.publicaciones .ver-mas{
	background: url('images/flecha2.png') scroll 0 0 transparent;
}
.category-conferencias .parentCatName, .category-revistas-2 .parentCatName{
	display: none;
}
#sub-section ul#publicaciones li.current-post-parent a{
	color: #cc6600;
}

/* PROYECTOS */
.proyectos .datos{
	margin: 0;
}

/* OFERTA LABORAL */
.oferta-laboral .datos a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	min-width: 320px;
}
.subcategory-tit{
	font-size: 26px;
	text-decoration: underline;
}


/* QUIENES SOMOS */
.quienes-somos #content{
	padding: 0 0 0 80px;
	width: 1220px;
}
.quienes-somos .post-item{
	width: 200px;
	float: left;
	margin-right: 80px;
	padding: 0;
	min-height: 300px;
	overflow: hidden;
}
.quienes-somos .subcategory{
	width: 100%;
	overflow: hidden;
}
.quienes-somos .subcategory > h2{
	color: #333333;
	margin: 40px 0 20px;
}
.quienes-somos h3, .quienes-somos p{
	margin: 0;
	text-align: center;
	color: #4d4d4d;
	line-height: 23px;
}
.quienes-somos h3 a{
	color: #4d4d4d;
	text-decoration: none;
}
.quienes-somos .nombre{
	font-size: 13px;
	text-transform: uppercase;
}
.quienes-somos .posicion, .quienes-somos .mail{
	font-size: 12px;
}
.quienes-somos img.imagen-perfil{
	height: auto;
    min-height: 200px;
    min-width: 200px;
}
.quienes-somos div.perfil-wrapper{
	width: 200px;
	height: 200px;
	overflow: hidden;
}
/* PERFIL */
.perfil-posicion{
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4d4d4d;
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: 700;
}
p.perfil-sec{
	font-size: 18px;
	line-height: 23px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
.perfil-sec-cont{
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
}
.perfil-sec-cont ul{
	margin: 10px 0;
	padding: 0 0 0 14px;
}
.perfil-sec-cont ul li{}
img.attachment-perfil-img{
	float: left;
	height: 240px;
	max-height: 240px;
	max-width: 320px;
	width: auto;
}
.perfil-data{
	float: left;
	color: #808080;
	font-weight: 400;
}
.perfil-data span{
	font-variant: small-caps;
}
/* PAGINA PERSONAL */
.pagina-personal #content{
	overflow: hidden;
	padding: 0 280px;
	width: 640px;
}

/*
 * -------------------------- MENU PRINCIPAL --------------------------
 */
nav#menu{
	width: 1200px;
	overflow: hidden;
	padding-bottom: 40px;
}
ul#menu-principal{
	margin: 0 auto;
	padding: 0;
	width: 1111px;
	overflow: hidden;
	float: left;
}
ul#menu-principal li{
	float: left;
	font-size: 16px;
	line-height: 45px;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0 35px;
}
ul#menu-principal li a{
	text-decoration: none;
	color: #333333;
}
#search{
	float: left;
	width: 50px;
	height: 50px;
	background:url("images/lupa.jpg") no-repeat scroll 50% 50% transparent;
}
#lang{
	background: none repeat scroll 0 0 #333;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	float: left;
	height: 25px;
	margin-top: 12px;
	width: 26px;
}
#lang a{
	color: #fff;
	display: block;
	font-size: 9px;
	height: 25px;
	line-height: 26px;
	text-decoration: none;
}

ul#menu-principal li ul.sub-menu{
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
ul#menu-principal li ul.sub-menu li{
	float: none;
	padding: 0 4px;
	text-align: left;
}


/*
 * -------------------------- HOME --------------------------
 */
header{
	width: 100%;
	text-align: center;
}
#logo{
	width: 315px;
	margin: 0 auto;
	margin: 40px 0 10px;
}

.home #section-wrapper{
	min-height: 539px;
	overflow: hidden;
	background: url('images/bg.jpg') no-repeat 0 0 scroll transparent;
	background-size:100%; 
}
.home #section-wrapper p{
	line-height: 48px;
	width: 100%;
	margin: 165px auto 0;
	text-align: center;
	color: #FFF;
	font-size: 33px;
	font-weight: 400px;
	text-shadow: 1px 2px 3px #000;
}

.home .site-content{
	width: 100%;
	overflow: hidden;
}
.home div#footer-logos{
	margin: 80px auto 45px;
}
.home #section-wrapper .caption p{
	font-size: 12px;
	line-height: 13px;
	margin: 80px 0;
}

/*
 * -------------------------- SEARCH --------------------------
 */
.search-form{
	margin: 80px 0;
	color: #808080;
	font-weight: 400;
	font-size: 23px;
	text-transform: uppercase;
}
.search-results{
	font-weight: 400;
	font-size: 17px;
}
.search-query{
	font-weight: 700;
	font-size: 18px;
}
input#buscar{
	color: #808080;
	font-family: Montserrat,arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	height: 40px;
	padding:0 0 0 10px;
	border: 1px solid #eee;
}
input#boton-buscar{
	font-family: Montserrat,arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	height: 42px;
	background: none repeat scroll 0 0 #e3e1e1;
	border: 1px solid #eee;
	color: #808080;
	cursor: pointer;
}
p.not-found{
	margin-top: 80px;	
}


/*
 * -------------------------- FOOTER --------------------------
 */
footer{
	background: #ffffff;
	overflow: hidden;
	width: 100%;
}
nav#menu-footer{
	width: 100%;
	overflow: hidden;
}
ul#menu-footer{
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
ul#menu-footer li{
	list-style-type: none;
	display: inline-block;
}
ul#menu-footer li a{
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
}
ul#menu-footer li span{
	font-size: 9px;
	margin: 0 9px;
	float: left;
	padding-top: 6px;
}
ul#menu-footer li:first-child span{
	display: none;
}
ul#menu-footer li.menu-item-has-children > a{
	display: none;
}
ul#menu-footer li.menu-item-has-children ul{
	display: inline;
	padding:0;
	margin: 0;
}
.bottom-logos{
	
}
div#footer-logos{
	width: 400px;
	margin: 20px auto 45px;
	overflow: hidden;
}

div#footer-logos a{
	display: block;
}
#tierra-logo{
	float: left;
}
#mar-logo{
	float: right;
}
#colophon{
	width: 100%;
}
#colophon .textwidget{
	font-size: 9px;
	line-height: 16px;
	margin: 30px auto 60px;
	text-align: center;
	text-transform: uppercase;
	color: #818181;
	font-weight: 400;
}
#colophon .textwidget span{
	font-weight: 700;
	color: #333;
}



