/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#grid {
    background-image:url(../images/grid.png);
    height:100%;
    z-index:1000;
    position: absolute;
    width: 100%;
}


/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

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

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0;  }

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; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
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; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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

@font-face {
    font-family: 'BBCondensed';
    src: url('../fonts/blockbe-condensed-webfont.eot');
    src: url('../fonts/blockbe-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blockbe-condensed-webfont.woff') format('woff'),
         url('../fonts/blockbe-condensed-webfont.ttf') format('truetype'),
         url('../fonts/blockbe-condensed-webfont.svg#BlockBertholdCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BBRegular';
    src: url('../fonts/blockbe-regular-webfont.eot');
    src: url('../fonts/blockbe-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blockbe-regular-webfont.woff') format('woff'),
         url('../fonts/blockbe-regular-webfont.ttf') format('truetype'),
         url('../fonts/blockbe-regular-webfont.svg#BlockBertholdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

nav {font-family: 'BBRegular', Arial, sans-serif; text-transform: uppercase; font-style: normal; width: 760px; padding: 12px 0px 30px 0px; margin-left: 30px }
nav ul { position: relative; }
nav ul li { float: left; padding-right: 20px; font-size: 16px; }
nav ul li a, nav ul li a:visited, nav ul li a:active { color:#888; text-decoration: none; }
nav ul li.active a{ color: #000; }
nav ul li a:hover { text-decoration: none; }
nav ul li.lang  { position: absolute; right: 0px; font-size: 10px; }


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; 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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a {
    color:#131313;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}
body {
    font-family:"Times New Roman", Times, serif;
    font-style:italic;
    font-size: 12px;
    line-height:17px;
    background-color:#D9D9D9;
    padding:0px;
    margin:0;
    text-align:center;
    background-image:url(../images/fondo.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    color:#000;
}
.congreso #contenedor_head_es {
    width: 100%;
    margin: 0px 0px 0px 0px; 
    text-align: left; 
    padding:0px;
    min-height:302px;
    background-image:url(../images/es/fondo_head.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-width:1000px;
}
.congreso #contenedor_head_en {
    width: 100%;
    margin: 0px 0px 0px 0px; 
    text-align: left; 
    padding:0px;
    min-height:302px;
    background-image:url(../images/en/fondo_head.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-width:1000px;
}
.congreso #contenedor_head_pt {
    width: 100%;
    margin: 0px 0px 0px 0px; 
    text-align: left; 
    padding:0px;
    min-height:302px;
    background-image:url(../images/pt/fondo_head.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-width:1000px;
}
.congreso #contenedor_web{
    width:1000px;
    margin:0 auto;/* los m�rgenes autom�ticos (conjuntamente con un ancho) centran la p�gina */
    text-align:left;/* esto anula text-align: center en el elemento body. */
}
.congreso #contenedor_web #col_izq{
    width:150px;
    float:left;
    text-align:right;
    margin:10px 30px 10px 57px;
    min-height:500px;
    color:#4d4d4d;
    cursor:default;
}
.congreso #contenedor_web #col_izq h2{
    color:#a2a2a2;
    font-size:12px;
    margin:0;
    cursor:default;
}
.congreso #contenedor_web #col_cen{
    width:800px;
    text-align:left;
    margin:0px 30px 10px 227px;
}
.congreso #contenedor_web #col_cen #menu_es {
    background-image:url(../images/es/fondo_menu.jpg);
    background-repeat:no-repeat;
    min-height:30px;
    width:800px;	
}
.congreso #contenedor_web #col_cen #menu_en {
    background-image:url(../images/en/fondo_menu.jpg);
    background-repeat:no-repeat;
    min-height:30px;
    width:800px;	
}
.congreso #contenedor_web #col_cen #menu_pt {
    background-image:url(../images/pt/fondo_menu.jpg);
    background-repeat:no-repeat;
    min-height:30px;
    width:800px;	
}
.congreso #contenedor_web #col_cen #menu_es #submenu {
    padding:4px 0px 10px 33px;
    color:#4d4d4d;
    cursor:default;
}

.congreso #contenedor_web #col_cen  #submenu a {
    font-size: 14px;
}

.congreso #contenedor_web #col_cen #menu_en #submenu{
    padding:4px 0px 10px 33px;
    color:#4d4d4d;
    cursor:default;

}
.congreso #contenedor_web #col_cen #menu_pt #submenu{
    padding:4px 0px 10px 33px;
    color:#4d4d4d;
    cursor:default;

}
.congreso #contenedor_web #col_cen #contenido{
    min-height:100px;
    width:730px;
    padding: 0px 30px 10px 30px;


}
.congreso #contenedor_web #col_cen #contenido .una_columna{
    width:740px;
}
.congreso #contenedor_web #col_cen #contenido .una_columna .titulo{

}
.congreso #contenedor_web #col_cen #contenido .una_columna .imagen{
    background-color:#FFFFFF;
    color:#b6bcb9;
    padding:3px 10px 10px 10px;
    font-size:13px;
}
.congreso #contenedor_web #col_cen #contenido .una_columna .texto{
    background-color:#0B2014;
    color:#b6bcb9;
    padding:0px 22px;
    font-size:13px;
}
.congreso #contenedor_web #col_cen #contenido .una_columna .texto_auspiciantes{
    background-color:#FFFFFF;
    color:#b6bcb9;
    padding:10px 20px 10px 20px;
    font-size:13px;
}

.congreso #contenedor_web #col_cen #contenido .una_columna .texto ul{
    margin:0px;
    padding:22px 10px;
}
.congreso #contenedor_web #col_cen #contenido .una_columna .texto li{
    padding:5px 0px;
    margin:0px;
}

/* COLUMNA IZQUIERDA */
.congreso #contenedor_web #col_cen #contenido .columna_izquierda{
    width:365px;
    float:left;
}
.congreso #contenedor_web #col_cen #contenido .columna_izquierda .titulo{

}
.congreso #contenedor_web #col_cen #contenido .columna_izquierda .imagen{

    padding: 0px 10px;
}

.congreso #contenedor_web #col_cen #contenido .columna_izquierda .texto{
    background-color:#FFFFFF;
    color:#666;
    padding:10px 30px 30px 30px;
    font-size:12px;
    line-height:15px;
}
/* COLUMNA DERECHA */
.congreso #contenedor_web #col_cen #contenido .columna_derecha{
    width:365px;
    margin-left:375px;
}
.congreso #contenedor_web #col_cen #contenido .columna_derecha .titulo{

}
.congreso #contenedor_web #col_cen #contenido .columna_derecha .imagen{
    background-color:#003317;
    padding: 0px 10px;
}
.congreso #contenedor_web #col_cen #contenido .columna_derecha .texto{
    background-color:#FFFFFF;
    color:#666;
    padding:10px 30px 30px 30px;
    font-size:12px;
    line-height:15px;
}
.congreso #contenedor_web #col_cen #pie {
    clear:both;
    padding-bottom:50px;
    padding-top:20px;
    padding-right:20px;
    text-align:right;
}

.item {
    padding:10px;
    background-color:#CCC;
    color:#333;
    border-bottom:1px dotted #999;
    margin-bottom:10px;
}
.imagen_auspiciante {
    padding: 0px 10px 0px 0px;
    width:75px;
}
.texto_auspiciante {
    padding: 10px 0px 0px 0px;
    vertical-align:top;
    width:100%;
}
.texto_contacto {
    background-color:#FFF;
    color:#666;
    padding:10px 22px 22px 22px;
}

.mendoza-about-author {
    width: 65%;
    float: left;
}
.mendoza-about-author.second {
    width: 35%;
}

#frm-inscripciones input[type="text"], #frm-inscripciones select {
    border: solid 1px #DDD;
}

#frm-inscripciones textarea {
    width: 100%;
    height: 80px;
}

#frm-inscripciones td {
    padding: 5px;
}

#frm-inscripciones input.error {
    border: dotted 1px red;
}

#frm-inscripciones label.error {
    font-size: 10px;
    color: red;
    display: block;
    font-style: normal;
}

