/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

body { background: #ffffff url(../images/gradiente.png) repeat-x; font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; font-size: 1em; padding-top: 10px; }
h1 { color: #CC6600; margin: 0 0 4px; font-size: 1.2em; margin-left: 10px; }
h1 a { color: #CC6600; text-decoration: none; }
/*h1 { color: #fff; font-size: 1.2em; }*/
img { border: none; }
p { color: #666; font-size: 0.9em; margin-top: 0; margin-bottom: 1em; }
.intro { margin-left: 20px; }
a { color: #2080D0; }
a:hover { text-decoration: none; }

#contenedor { width: 99%; max-width: 1000px; margin: 0 auto; }
#container-2, #container-3, #container-4 , #container-5 { margin: 1em 0 0; }

#cabecera { background: url(../images/sergio_iglesias.png) no-repeat 5px center; padding-top: 10px; padding-left: 50px; height: 60px; }

.login  { background: #444; color: #666; padding: 20px 20px; margin-bottom: 15px; clear: both; }
.acceso { background: #fff; padding: 10px; }
.descargar { float: right; font-size: 0.8em; color: #666; margin-right: 10px; }
.descargar ul { margin: 0 10px 10px 0; padding:0; list-style: none; }
.descargar li { display: inline; margin-left: 4px; }
.accesibilidad a { background: url(../images/accesibilidad.gif) no-repeat left center; padding-left: 20px; }
.pdf a { background: url(../images/pdf.gif) no-repeat left center; padding-left: 20px; }
.print a { background: url(../images/imprimir.gif) no-repeat left center; padding-left: 20px; }
.inicio a { background: url(../images/inicio.gif) no-repeat left center; padding-left: 20px; }
.contacto a { background: url(../images/contacto.gif) no-repeat left center; padding-left: 20px; }
.fecha { background: url(../images/fecha.gif) no-repeat left center; padding-left: 20px; color: #2080D0; }
.aviso { background: #FFFCC0; margin: 0 auto 10px!important; padding: 10px 10px 1px; text-align: left; margin-bottom: 2px; }

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
	font-size: 0.7em;
}
#container { font-size: 0.8em; }
#container-2 .ui-tabs-nav, #container-3 .ui-tabs-nav, #container-4 .ui-tabs-nav , #container-5 .ui-tabs-nav { font-size: 0.9em;}
#container-2 .ui-tabs-panel, #container-3 .ui-tabs-panel, #container-4 .ui-tabs-panel, #container-5 .ui-tabs-panel { font-size: 1em; }
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: #737373 url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
	background-color: #fff;
    color: #444;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
	background-color: #fff;
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	background-color: #fff;
    background-position: 100% -150px;
	color: #666;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	background-color: #fff;
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-panel {
    border-top: 1px solid #444;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	font-size: 0.8em;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

dl {margin-bottom: 20px;}
dt { margin-top: 20px; border-left: 2px solid #CC6600; padding-left: 10px; }
dd { padding: 8px 10px 8px 20px; border-bottom: 1px dotted #ccc; }

li small { margin: 6px 0; display: block; border-left: 2px solid #CC6600; padding-left: 10px; }
blockquote { background: url(../images/quote.gif) no-repeat; display: block; padding-left: 28px; margin-left: 10px; }
acronym {cursor: help;}
li { margin: 8px 0; }

.doble { clear: both; margin-top: 2em; }
.doblei { float: left; width: 45%; margin-right: 2em; border-right: 1px solid #ccc; padding-right: 2em; }
.dobled { float: left; width: 45%; }

.h2 { font: normal 1.6em Tahoma,sans-serif; margin-bottom: 4px; margin-top: 0; color: #CC6600; }
.h3 { font-size: 1.2em; border-bottom: 1px solid #ccc; padding-bottom: 4px; font-weight: bold; }
.h4 { font-size: 1em; font-weight: bold; color: #505869; padding-bottom: 4px; border-bottom: 1px solid #8D9CBA; }
.h5 { font-size: 1em; font-weight: bold; color: #8D9CBA; }
.h3 span, .h4 span , .h5 span { font-weight: normal; color: #666; }

.code { background: #E2E6EE; border-left: 6px solid #8D9CBA;	color: #666; display: block; font: normal 1em Tahoma,sans-serif; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px; white-space: pre; }
.blockquote { background: #E2E6EE; border-left: 6px solid #8D9CBA; padding: 8px 10px 1px; margin-bottom: 12px; }

.limpiar {clear: both;}
.left {float: left;}
.right {float: right;}
.ileft {float: left; margin-right: 1em;}
.der {text-align: right;}
.center {text-align: center;}

.teclas { list-style: none; padding-left: 0; margin-left: 2em; margin-top: 10px; }
.teclas li { padding: 4px 4px 10px 4px; margin-bottom: 6px; display: block; }
.tecla { float: left; display: block; width: 12px; background: #DFDFD4; border-left: 2px solid #70706A;  border-right: 4px solid #70706A; border-top: 1px solid #70706A; border-bottom: 5px solid #70706A; padding: 2px 4px; margin-top: -4px; margin-right: 4px; color: #666!important; font-weight: bold; text-transform: uppercase; text-align: center; font-family: Verdana, Arial;
}
.descr { color: #D98C40; font-size: 0.9em; margin-bottom: 6px; }

/* para formulario */
.formulario  { background: #8D9CBA; color: #666; padding: 10px; margin-bottom: 1em; }
.form { background: #E2E6EE; padding: 10px; }
.label { background: #8D9CBA; color: #fff; padding: 10px; }
.textarea { background: #FBFBFE; margin: 1em auto; height: 200px; padding: 10px 10px 15px 10px; }
textarea { width: 100%; height: 200px; border: none; background: #FBFBFE; color: #505869; }
.enviar { background: #8D9CBA; width: 25%; margin: 0 auto; text-align: center; padding: 5px; }
#boton { background: #8D9CBA; width: 100%; border: none; cursor: pointer; color: #fff; font-weight: bold; }
#boton:hover, #boton:focus { color: #444; }

.ok { color: green; }
.ko { color: red; }