/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}




/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Affenbits
   ========================================================================== */
/*
* Logo
*/
#logo{
    margin:81px 0 0 0;
}
/*
* Menu top
*/
.menu-top{

    list-style: none;
    margin:0;
}
.menu-top li{
    float:left;
    list-style: none;
    margin:0 2px 0 2px;
}
.menu-top li.opt-normal a{
    color:#000;
    display:block;
    padding: 81px 8px 8px 8px;
    text-decoration: none;
}
.menu-top li.opt-normal a:hover{
    background: #b3b3b3;
    color:#fff;
}
.menu-top li.opt-active a{
    background:#b3b3b3;
    color:#fff;
    display:block;
    padding: 81px 8px 8px 8px;
    text-decoration: none;
}
/*
*   Elementos
*/
/* persona */
#cont-persona{text-align: right; position:relative; width:254px; height:554px; margin:45px 0 0 0;}
#persona{z-index:9999; position:absolute; left:60px; bottom:0;}
/* layouts sections */
#cont-inicio{
    float:left;
    position:relative;
}
#cont-inicio-l{
    float:left;
    width:340px;
    margin:0 20px 0 0;

}
#cont-inicio-r{
    float:left;
    margin:5px 0 0 10px;
    height:570px;
    width:490px;
    letter-spacing: 1px;
}
/* layout bio */
#cont-bio{
    margin:30px auto;
    width:630px;
}
.cont-bio-blk{
    margin:15px 0;
    width:485px;
}
/*
* elements tools
*/

/* block-empty */
.block-empty{
    height:350px;
    width:490px;
}
.blck-shadown {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

#cont-citas{
    margin-top:35px;
}
.cita-imgs{
    margin:0;
    padding:0;
    list-style: none;
}
.cita-imgs li {
    float:left;
    margin:0 2px;
    list-style: none;

    padding:0;
}
.blck-citas{
    margin-top:15px;
}
.blck-cita{
    margin-top:25px;
    margin-bottom:25px;
}
/* layout obra  */
#hint-legend {position: absolute; bottom: -15px; left: 420px;}
#cont-obra{width:785px; height:390px; padding:10px; margin:35px auto 0 auto; position:relative; z-index:0;}
#cont-years{width:690px; position:absolute; top:360px; z-index:999; left:230px;}
#cont-years ul{margin:0; padding:0; list-style: none;}
#cont-years ul li{float:left; margin:0 10px; padding:0; list-style: none; position:relative;}
#cont-years a{padding-left:35px;}
#cont-years a.year-normal{text-decoration:none; color:#bababa;}
#cont-years a.year-normal:hover{color:#808080;}
#cont-years a.year-active{text-decoration:none; color:#808080;}
.bg-year{background:#ccc; height:50px; width:165px; position:absolute; bottom:18px; z-index:-50;}
.navigation{display:none;}
/* layout exposiciones  */
#cont-expo{
    margin-top:35px;
}
.align-right{
    text-align: right;
}
#expo{
    margin-right:65px;
}
.c-expo-first{
    float:left;
    margin:0 0 30px 0;
    width:100%;
}
.c-expo{
    float:left;
    margin:30px 0;
    width:100%;
}
.c-expo-year{
    float:left;
    margin:0 20px 0 0;
}
.c-expo-titles{
    float:left;
    width:500px;
}
.c-titles{
    margin:0;
    padding:0;
}
/* layout cont-videos */
#cont-videos{
    margin-top:35px;
}
#cont-video-gallery{
    margin:0 auto;
    width:700px;
}


#ytvideo,
#ytvideo2 {
    float: left;
    margin-right:10px;
}


#ytvideo2{
    /*
    background: #f3f3f3;
    */
    padding: 10px;
    float: left;
    border: 1px solid #989898;
    margin-bottom:15px;
}

#cont-video-gallery ul {
    float: left;
    margin: 0 0 45px 0;
    padding: 0 25px 0 25px;
    width: 580px;
}

#cont-video-gallery ul li {
    list-style-type: none;
    display:block;
    float: left;
    width: 150px;
    height:85px;
    margin: 5px 15px;
    padding:5px;
    border: 1px solid #989898;

}

#cont-video-gallery ul li img {
    height:85px;
    width: 150px;
    float: left;
}

#cont-video-gallery ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
    background: #e6e6e6;
}


/* layout pub  */
#cont-pub{
    margin-top:35px;
}
#c-pubs{
    float:left;
    width:550px;
    margin:0 0 0 210px;
}
.c-blck-pub{
    float:left;
    margin:20px 0;
}
.c-blck-pub-h{
    float:left;
    width:500px;
}
.c-blck-pub-b{
    float:left;
    margin:10px 0 0 10px;
}
.c-blck-pub-b a{
    color:#000;
    text-decoration: underline;

}
.c-blck-pub-r{
    float:left;
}
.c-blck-pub-img{
	width:99px;
	height:128px;
    float:left;
}
.c-blck-pub-info{
    float:left;
    width:390px;
    margin:0 0 0 20px;
}
.c-blck-pub-info-h{
    float:left;
    width:430px;
}
.c-blck-pub-info-d{
    float:left;
}
.c-blck-pub-download {display: block; clear: both;}


/* ==|== slides ========================================
   css for slider
   ========================================================================== */

/*
	Slideshow
*/

#slides {
    position:absolute;
    top:15px;
    left:4px;
    z-index:100;

}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:695px;
    min-height:419px;
    overflow:hidden;
    position:relative;
    display:none;

}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
    width:695px;
    height:390px;
    display:block;
    margin:0 auto;
}
#sdescription{
    background:#F2F2F2;

    width: 100%;
    margin:20px auto;
    text-align: center;
    padding:5px;
}
.slides_container div.slide a img {
    display:block;
    margin:0 auto;
    border:10px solid #F2F2F2;
}

/*
.slides_container a {
    width:570px;
    height:270px;
    display:block;
}

.slides_container a img {
    display:block;
}
*/

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
    position:absolute;
    top:177px;
    left:-39px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}
#slides .prev {
    left:-70px;
}
#slides .next {
    left:725px;
}

/*
	Pagination
*/

.spagination {
    margin:26px auto 0;
    width:100px;
}

.spagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.spagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(../img/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.spagination li.current a {
    background-position:0 -12px;
}

.caption {
    z-index:500;
    position:absolute;
    bottom:-35px;
    bottom:0;
    left:0;
    height:30px;
    padding:5px 20px 0 20px;
    background:#000;
    background:rgba(0,0,0,.5);
    width:540px;
    font-size:1.3em;
    line-height:1.33;
    color:#fff;
    border-top:1px solid #000;
    text-shadow:none;
}









/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { 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: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

.justify{
text-align:justify;
}
/*
* Layout: Contact
*/
.form-header{width: 500px; margin: 0 0 0 55px;}
.form-content{width: 500px; margin: 5px 0 0 55px;}
#form-contact{font-family: "AlégreSansRegular";}
.form-blck{margin: 5px 0; width: 500px; float: left;}
.form-blck-submit{margin: 15px 0; width: 480px; float: left; text-align: right;}
#form-contact label{font-size: 21px; line-height: 25pt; width: 470px; color: #000;}
#form-contact input[type="text"]{width: 470px; font-size: 16px; height: 29px;}
#form-contact textarea{width: 470px; font-size: 16px; line-height: 25pt; color: #000;}
#form-contact input[type="submit"]{padding: 5px 30px; background: #bababa; color: #fff; font-family: "AlégreSansRegular"; font-size: 21px; line-height: 25pt; border: none; box-shadow: none;}

