/* CSS reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, 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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* Basic style */

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* Web fonts */ 

@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('museo_slab_500italic-webfont.eot?') format('eot'),
         url('museo_slab_500italic-webfont.woff') format('woff'),
         url('museo_slab_500italic-webfont.ttf') format('truetype'),
         url('museo_slab_500italic-webfont.svg#webfont9sbbZBWk') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuseoSlab500';
    src: url('museo_slab_500-webfont.eot?') format('eot'),
         url('museo_slab_500-webfont.woff') format('woff'),
         url('museo_slab_500-webfont.ttf') format('truetype'),
         url('museo_slab_500-webfont.svg#webfontVYgEiyyw') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Editable styles */

body {
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	background:url(../img/bg.png) top left repeat-x;
}

h2,h3,h4,h5,h6 {
	font-family:"MuseoSlab500",Arial, Helvetica, sans-serif;
}

.wrapper{
	margin:auto;
	width:960px;
}

#header-container{
	height:130px;
	margin-bottom:40px;
}

article h2, article h3{
	margin:30px 0 15px 0;
}

#title, h2, h3{
	font-weight:normal;	
}

#title{
	height:55px;
	color:#5ba9d6;
	padding-top:35px;
	background: url(../img/contextos-home_02.png) 0 0 no-repeat;
}

#title span{
	display:none;
}

article header h2{
	padding-top:20px;
	font-size: 22px;
	color:#2683c7;
}

h2 strong{
	color:#76BEF3;
	font-weight:normal;
}

h3{
	font-size: 16px;
}

nav{
	display:block;
	margin-top:25px;
	padding:10px 0;
	border:1px solid #a6d4e9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: rgb(250,251,253);
	background: -moz-linear-gradient(top, rgba(250,251,253,1) 0%, rgba(243,248,249,1) 18%, rgba(202,222,234,1) 85%, rgba(195,220,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,251,253,1)), color-stop(18%,rgba(243,248,249,1)), color-stop(85%,rgba(202,222,234,1)), color-stop(100%,rgba(195,220,230,1)));
	background: -webkit-linear-gradient(top, rgba(250,251,253,1) 0%,rgba(243,248,249,1) 18%,rgba(202,222,234,1) 85%,rgba(195,220,230,1) 100%);
	background: -o-linear-gradient(top, rgba(250,251,253,1) 0%,rgba(243,248,249,1) 18%,rgba(202,222,234,1) 85%,rgba(195,220,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,251,253,1) 0%,rgba(243,248,249,1) 18%,rgba(202,222,234,1) 85%,rgba(195,220,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfd', endColorstr='#c3dce6',GradientType=0 );
	background: linear-gradient(top, rgba(250,251,253,1) 0%,rgba(243,248,249,1) 18%,rgba(202,222,234,1) 85%,rgba(195,220,230,1) 100%);	
	-webkit-box-shadow:0 4px 4px -4px #AAA;
	   -moz-box-shadow:0 4px 4px -4px #AAA;
	        box-shadow:0 4px 4px -4px #AAA;	
	font:1em 'MuseoSlab500', Arial, sans-serif;		
}

nav ul, nav ul li{
	display:inline;
	padding:11px 0 12px 0;
}

nav li.current{
	background: rgb(0,173,208);
	background: -moz-linear-gradient(top, rgba(0,173,208,1) 0%, rgba(38,131,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,173,208,1)), color-stop(100%,rgba(38,131,199,1)));
	background: -webkit-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	background: -o-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00add0', endColorstr='#2683c7',GradientType=0 );
	background: linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	border-radius:4px;
}

nav li.current a{color:#fff;}

nav a, nav a:visited{
	padding:0px 20px;
	color:#3e3e3e;
	text-decoration:none;
}

nav a:hover{
	color:#2683c7;
}

aside{
	color:#363636;
	padding:20px;
	float:right;
	width:250px;
	background-color:#dfebff;
	border:5px solid #f1f6fe;
	margin-bottom:50px;
	-webkit-box-shadow:0 0px 40px -10px #AAA;
	   -moz-box-shadow:0 0px 40px -10px #AAA;
	        box-shadow:0 0px 40px -10px #AAA;	
}

nav.breadcrumb{
	display:block;
	width:620px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0.6) 99%, rgba(255,255,255,0.61) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.61)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.6) 99%,rgba(255,255,255,0.61) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.6) 99%,rgba(255,255,255,0.61) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.6) 99%,rgba(255,255,255,0.61) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9cffffff',GradientType=0 );
background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.6) 99%,rgba(255,255,255,0.61) 100%);
	border:none;
	padding:5px 10px;
}

#main nav.breadcrumb li{
	padding:0 5px;
	font-size:.9em;
	font-weight:bold;
	color:#2ea5c1;
}

#main nav.breadcrumb li:before{
	content:"\00bb";
	font-size:1.2em;
	padding-right:5px;
	color:#999;
}

#main nav.breadcrumb li a{
	padding:0;
	margin:0;
	font-weight:normal;
}


#main p, #main li{
	margin:1.2em 0;
	font:14px/26px Helvetica, Helvetica Neue, Arial;
	width:600px;
	text-shadow:none;
}

#main li{
	line-height:22px;
}

#main article h2{
	padding-bottom:10px;
	font-weight:bolder;
}

#main article h2 strong{
	color:#999;
	font:italic 1em/120% "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#main article h3{
	background:url(../img/contextos-home_20.png) 15px 2px no-repeat;
	margin:0.5em 0;
	padding:0 0 0 50px;
	font-size:bold 1.2em/180% "MuseoSlab500", Arial, Helvetica, sans-serif;
	color:#485152;
	}
	
#main article h3 a{text-decoration:none;color:#485152;}
#main article h3 a:hover{text-decoration:none;color:#333;}

#main article h3.comite{background:url(../img/contextos-home-comite.png) 15px 0px no-repeat;}
#main article h3.articulo{background:url(../img/contextos-home_20.png) 15px 2px no-repeat;}
#main article h3.editorial{background:url(../img/contextos-home_24.png) 15px 2px no-repeat;}
	
#main article h4.autor{
	margin:0;
	padding:0 0 0 50px;	
	font:bold 1em/150% Arial, Helvetica, sans-serif;
	color:#2ea5c1;
	}
	
#main article h4.autor-icono{
	background:url(../img/contextos-home_20.png) 5px 0 no-repeat;
	padding:0 0 0 30px;
	color:#666;
	letter-spacing:-1px;
}	

#main article p.resumen{
	margin:0.8em 0;
	padding:0 0 0 50px;
	font:0.9em/150% Arial, Helvetica, sans-serif;
	color:#666;
}

#main article p.resumen a{
	text-decoration:none;
	color:#666;
}

#main article p.resumen a:hover{
	color:#444;
}

#main article hr {
	border:0;
	border-bottom:1px dashed #aaa;
}

#main .meta-datos {
	margin:20px 10px;
}

#main .meta-datos li {
	margin:0;
	padding:0 25px;
	list-style-type:none;
	font-size:0.9em;
	color:#666;
}

#main .meta-datos li a {color:#666;}
#main .meta-datos li a:hover {color:#333}


#main .meta-datos li.mail {background:url(../img/email.png) 0 4px no-repeat;}
#main .meta-datos li.lugar {background:url(../img/pin-map.png) 0 4px no-repeat;}

article header{	
	margin-bottom:50px;
	padding-bottom:30px;
	width:640px;
}

article header.articulos{	
	padding-left:30px;
	width:580px;	
}

aside h4 {
	margin:0 0;
	padding-top:40px;
	font:normal 20px "MuseoSlab500", Helvetica, Helvetica Neue, Arial;	
	color:#2f8aab;
}

#main aside p {
	font:12px/18px Helvetica, Helvetica Neue, Arial;
	margin:12px 0;
	width:200px;
	text-shadow:none;	
	color:#555;
}

a.btn{
	text-decoration:none;
	color:#222;
	display: inline-block;
	background: url(../img/btn.bg.png) repeat-x 0px 0px;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));	
	padding:2px 10px 3px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

a.btn:hover	{
	background: rgb(0,173,208);
	background: -moz-linear-gradient(top, rgba(0,173,208,1) 0%, rgba(38,131,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,173,208,1)), color-stop(100%,rgba(38,131,199,1)));
	background: -webkit-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	background: -o-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00add0', endColorstr='#2683c7',GradientType=0 );
	background: linear-gradient(top, rgba(0,173,208,1) 0%,rgba(38,131,199,1) 100%);	
	color: #ffffff;
}

#contactform{
    text-align: left;
}

#contact_name, #contact_mailfrom, #contact_subject {
    width: 390px;
		height:25px;
		margin:10px 0;
		padding:2px 5px;
		background:#fefefe;
		border:1px solid #ccc;
		border-radius:4px;
		box-shadow:0 0 0 2px #eee inset;
		color:#999;
}

#contact_text {
    width: 390px;
    height: 120px;
		margin:10px 0;
		padding:2px 5px;
		background:#fefefe;
		border:1px solid #ccc;
		border-radius:4px;
		box-shadow:0 0 0 2px #eee inset;
		color:#999;		
}

#sendmail {
    width: 400px;
    color: #fff;
    margin-top: 10px;
		padding:5px;
		font-size:1.3em;
		border:1px solid #2286C7;
		border-radius:4px;
		background: rgb(135,224,253);
		background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1)));
		background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
		background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
		background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
		background: linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);}


#footer-container{
	background-color:#dfebff;
	padding:40px 0;
	border-top:20px solid #a6d4e9;
	margin-top:50px;
	-webkit-box-shadow:0 -40px 40px -40px #AAA;
	   -moz-box-shadow:0 -40px 40px -40px #AAA;
	        box-shadow:0 -40px 40px -40px #AAA;
}

#footer-container ul li{
	padding:5px 20px;
	display:inline;
}

#footer-container ul li a{
	text-decoration:none;
}

#footer-container footer{
	color:#a6d4e9;
}

#footer-container footer p{
	margin:20px 50px;
	font-size:0.85em;
	color:#777;
}

#footer-container .credits a{
	float:right;
	margin:0 50px 20px 0;
	font-size:10px;
	color:#aaa;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-container .credits a:hover{
	color:#777;
}

.ribbon {
	position:relative;
	float:right;
	top:-55px;
	left:-30px;
}


#jquery-test{
	top:45px;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}