/*
    Document   : ZurbantesInfo.css
    Created on : 17-oct-2008, 11:26:00
    Author     : JMartinez
    Description: Hoja de estilos para las páginas de información

*/


body.Info {
    font-family: "trebuchet MS", Verdana, Sans-serif;
}


div.divInfo {
    width: 97%;
    margin: 0px auto;
    text-align: left;
    color: #3f3f3e;
}

div.MenuSuperior {
    width: 100%;
    clear: both;
    padding-bottom: 1em;
    height: 3em;
}

a.botonInfo div {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#a8c1de;
    color:#ffffff;
    cursor:pointer;
    font-weight:bold;
    margin-right:1em;
    padding:0.5em;
    position:relative;
    text-align:center;
    width:10em;
    float: left;
    margin-top: 1em;
}

a.botonInfo div.BotonInfoSeleccionado {
    background-color: #6284AB;
}

a.botonInfo div:hover {
    background-color: #6284AB;
    -moz-box-shadow: 5px 5px 5px #3f3f3e;
    -webkit-box-shadow: 5px 5px 5px #3f3f3e;
}

a.botonInfo:hover {
    text-decoration: none;
}

div.MenuSegundo {
    padding-left: 5em;
}

div.MenuSegundo span {
    padding-top:1em;
    padding-bottom:1em;
    padding-left:2em;
    padding-right:2em;
    bottom: 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#ffffff;
    color:#000000;
    cursor:pointer;
    font-weight:bold;
    margin-right:1em;
    position:relative;
    text-align:center;
    display: inline;
    width:15em;
    margin-top: 1em;
}

div.MenuSegundo span.BotonInfoSeleccionado {
    background-color: #f2df3d;
}

div.MenuSegundo span:hover {
    background-color: #f2df3d;
    -moz-box-shadow: 2px 2px 2px #3f3f3e;
    -webkit-box-shadow: 2px 2px 2px #3f3f3e;
}

div.MenuSegundo a:hover {
    border-bottom: solid 1px #818181;
    border-left: solid 1px #818181;
}

span.BotonInfo:hover {
    text-decoration: none;
}

div.MenuSegundo ul {
    list-style-type:none;
    padding:0px;
}

div.MenuSegundo li {
  display: inline;
  padding-left: 0px;
}

div.MenuSuperior ul {
    list-style-type:none;
    padding:0px;
}

div.MenuSuperior li {
  display: inline;
  padding-left: 0px;
}

div.divInfo p {
    font-size: 1.2em;
    line-height: 150%;
}

div.divInfo h1 {
    color: #6284AB;
    border-bottom: solid 1px #6284AB;
}


td.tdMenu3 {
    width: 30%;
    vertical-align: top;
    padding-bottom: 1em;
}

td.tdMenu3 div.IcoMenu3 {
    position: relative;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

td.tdMenu3 div.BloqueMenu3 {
    padding-top: 1em;
    position: relative;
    float: left;
    width: 70%;
}

table.tableMenu3 {
    margin-left: 5em;
    margin-top: 2em;
}

table.tableMenu3 a:hover {
    text-decoration: none;
}

table.tableMenu3 a {
    color: #3f3f3e;
}

.TituloMenu3 {
    color: #6284AB;
    font-weight: bold;
    font-size: 1.2em;
}

.TituloMenu3:hover {
    text-decoration: underline;
}

ul.MenuAyuda {
    margin-left: 5em;
    list-style-type:decimal;
    font-size: 1.3em;
}

ul.MenuAyuda a {
    font-weight: bold;
}

ul.MenuAyuda a:hover {
    border-bottom: 1px dotted #6284AB;
    text-decoration: none;
}

ul.MenuAyuda li {
    margin-bottom: 1em;
    line-height: 150%;
}

div.contenido div.NavegaIzda {
    width: 20em;
    float: left;
    position: relative;
    border-right: solid 1px #EDF2F7;
}

div.NavegaIzda ul {
    margin-left: 0px;
    list-style-type: none;
    font-size: 1em;
    padding-left: 0px;
}

div.contenido div.Dcha {
    width: auto;
    margin-left: 21em;
}

div.temasAyuda {
    width: 14em;
    font-weight: bold;
    color: #3f3f3e;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #3f3f3e;
    font-size: 1.2em;
}

div.Dcha ul {
    font-size: 1.2em;
}

div.Dcha li {
    line-height: 150%;
}

#TableNoticiasBreves {
    border-bottom: solid 2px #6284AB;
}

#TableNoticiasBreves th {
    background-color: #6284AB;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    padding:0.5em;
}

#TableNoticiasBreves td {
    border: solid 1px #EDF2F7;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
