/*
    Document   : FwkZurbantes.css
    Created on : 17-oct-2008, 11:26:00
    Author     : JMartinez
    Description: Hoja de estilos generales para Zurbantes.com
*/

#progressBar { padding-top: 5px; }
#progressBarBox { width: 350px; height: 20px; border: 1px inset; background: #eee;}

html {
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

body {
    margin: 0px auto;
    text-align: center;
}

a {text-decoration:none;color:#6284AB;}
a:hover {text-decoration:underline;}
a:visited {color:#6284AB;}
img {border: none;}
select {border:1px solid #6284AB;color:#6284AB;}
form {padding: 0px;margin: 0px;}
span.enlace {color: #6284AB;cursor:pointer;}
span.enlace:hover {text-decoration: underline;}
.msg {
    background-color:#f2df3d;
    font-weight:bold;
    padding:0.6em;
    color:#6284AB;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-box-shadow: 0.3em 0.3em 0.2em #818181;
    -moz-box-shadow: 0.3em 0.3em 0.2em #818181;
    box-shadow: 0.3em 0.3em 0.2em #818181;
}

div.DivEnlace {
    padding: 0.2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #639324;
    position: absolute;
    top: -0.5em;
    right: 0px;
}

div.DivEnlace a{color: #ffffff;text-decoration: none;}
div.DivEnlace a:hover {color: #e2e2e0;}

div.botonAzul {
    padding: 0.5em;
    background-color: #a8c1de;
    color: #ffffff;
    font-weight: bold;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float: left;
    position: relative;
    cursor: pointer;
    margin-right: 0.5em;
    text-align: center;
}

div.botonAzul:hover {
    background-color: #6284AB;
    -webkit-box-shadow: 5px 5px 5px #818181;
    -moz-box-shadow: 5px 5px 5px #818181;
    box-shadow: 5px 5px 5px #818181;
}

div.tituloPagina {
    clear: both;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 1.6em;
    width: 100%;
    background-color: #e2e2e0;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
}

/* REGLAS PARA EL DIV DE ERRORES EN LA HOME */

div#MensajeError {
  background-color: #cc0000;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:11px;
  border: dotted 1px white;
}

.oculto {
    display: none;
}

/* FIN DE REGLAS PARA EL DIV DE ERRORES EN LA HOME */

/* REGLAS PARA LA CABECERA COMÚN A TODAS LAS PÁGINAS */

div#cabecera_loggeado{
    border-bottom: groove 6px #6284AB;
    padding: 0.1em;
    text-align: right;
    overflow: hidden;
    color: #164880;
}

div#cabecera{
    border-bottom: groove 6px #6284AB;
    padding: 0.1em 0.1em 0.5em 0.1em;
    text-align: right;
    overflow: hidden;
    color: #164880;
}

div.TituloWeb {
    float: left;
    padding: 1px;
    margin-left: 5em;
}

div.TituloWeb a:hover {
    text-decoration: none;
}

div.TituloWeb span.slogan {
    position: relative;
    top: 1.2em;
    left: -6em;
    font-size: 1.5em;
    color: #6284AB;
}

div#cabeceraIzda {
    float: left;
    padding: 1px;
    margin-left: 2em;
}

div#cabeceraDerecha {
    float: right;
    padding: 1px;
    margin-right: 5px;
}

.enlacesCabecera {
    height: 15px;
    line-height: 25px;
    text-align: center;
    vertical-align:sub;
}

.enlacesCabecera img {
    vertical-align: middle;
}

.enlacesCabecera a {
    border: 6px solid #ffffff;
}

.enlacesCabecera a:hover {
    background-color: #6284AB;
    border: 6px solid #6284AB;
    color: #ffffff;
    text-decoration: none;
}

div.MenuContenedorLogin {
    margin-top: 0.3em;
    margin-right: 4em;
    padding: 0px;
    position: relative;
}

div#DivNoscript {
    width: 100%;
    background-color: #f2df3d;
    clear: both;
    text-align: center;
    position: relative;
    padding: 0.6em;
    color: #6284AB;
    font-weight: bold;
    top: 0.5em;
}

#tablalog{
    float: right;
}

.cuadrolog {
    font-size:11px;
    border: 1px solid #6284AB;
    padding: 3px;
    margin-top: 2px;
    margin-right: 5px;
    width: 150px;
    height: 15px;
    color: #164880;
}

.checklog {
    vertical-align: middle;
}

table#tablalog.log td{
    margin-right: 3px;
    padding: 2px;
}

table#tablalog.log label{
    margin-right: 5px;
}


/* FIN DE LAS REGLAS DE LA CABECERA */



div#CuerpoInicioSinLogear{
    margin: 0px auto;
    text-align: center;
    padding: 6px;
    width:941px;
}

div#CuerpoInicioSinLogearIzquierda {
    margin-top: 10px;
    float: left;
    width: 500px;
    text-align: left;
}

div#CuerpoInicioSinLogearDerecha {
    margin-top: 10px;
    text-align: left;
    float: right;
    width: 400px;
    height: 330px;
}




#PieDePagina {
    font-family: "trebuchet MS",Verdana,Sans-serif;
    background-color: #EDF2F7;
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    font-size: 1em;
    border-top: solid 1px #6284AB;
    z-index: 9999999;
    color: #6284AB;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#EspPieDePagina {
    clear: both;
    height: 3em;
}

label.pie {
  color: #3f3f3e;
}

div#PieDePaginaIzda {
    float: left;
    width: 50%;
    text-align: center;
}

div#PieDePaginaDcha {
    float: left;
}

div#SelectorIdioma {
    float: right;
    text-align: center;
    margin-left: 3em;
    margin-right: 3em;
}

div#SelectorIdioma select {
    font-size: 1em;
}

div#SelectorIdioma a{
    color: #b79214;
    text-decoration: none;
}

div#SelectorIdioma a:hover{
    color: #b79214;
}

/* FIN DE LAS REGLAS DEL PIE DE PAGINA */

/* REGLAS DE LA PÁGINA DE OLVIDO DE CONTRASEÑA */


body#bodyOlvidePwd {
    text-align: left;
}

div#OlvidePwd td {
    vertical-align: top;
}

div#OlvidePwd {
    margin: 0 auto;
    position: relative;
    width: 50%;
    padding: 2em;
    border: solid 1px #6284AB;
    background-color: #EDF2F7;
}

div.MensajeUnico {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    width: 50%;
    padding: 15px;
    border: solid 1px #6284AB;
    margin-bottom: 70px;
    background-color: #EDF2F7;
}

input#correoElec {
    width: 100%;
}

div#OlvideContenido{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: left;
}

div#OlvideTitulo {
    font-size: 1.3em;
    border-bottom: solid 2px #e2e2e0;
    line-height: 130%;
    text-align: center;
}

/* FIN DE REGLAS DE LA PÁGINA DE OLVIDO DE CONTRASEÑA */


.msgValid {color:#fd3829}

.inputRojo {
    background-color: #fd3829;
    color: #ffffff !important;
}

input.registro {
    border: 1px solid #6284AB;
    color: #6284AB;
    width: 20em;
    padding: 2px;
}

div#CuadroRegistro {
    margin: 0 auto;
    width: 50em;
    text-align: left;
}

div#SloganRegistro {
    padding-top: 1em;
    border-top: 3px groove #639324;
    color: #6284AB;
}

div#SloganRegistro span.titulo1 {
    font-size: 1.5em;
}

div#SloganRegistro a {
    text-decoration: underline;
}

div#divFormularioRegistro {
    clear: both;
    background-color: #EDF2F7;
    border-top: 1px solid #639324;
    padding: 1em;
}


div.autocomplete {
  position:absolute;
  background-color:#ffffff;
  border:1px solid #6284AB;
  margin:0;
  padding:0;
  z-index:1;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:3px;
}
div.autocomplete ul li.selected {
    background-color: #6284AB;
    color: #ffffff;
}

div.autocomplete ul li {
  color: #3f3f3e;
  list-style-type:none;
  display:block;
  margin:0;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;
  cursor:pointer;
}

div.autocomplete ul li.selected span {
  color: #e2e2e0;
  display: block;
}

div.autocomplete ul li span {
  color: #6284AB;
  display: block;
}



.botonlog {
    font-size:11px;
    background: transparent url(../Imagenes/boton_login_fondo.png) no-repeat scroll 0 0;
    border:0 none;
    display: block;
    color:white;
    width: 103px;
    cursor:pointer;
    float:left;
    font-weight:bold;
    height:22px;
    margin:0;
    position:relative;
}

.botonMarron {
    font-size:11px;
    background: transparent url(../Imagenes/boton_login_fondo.png) no-repeat scroll 0 0;
    border:0 none;
    color:white;
    width: 103px;
    cursor:pointer;
    font-weight:bold;
    height:22px;
    margin:0;
    position:relative;
}

.botonVerde {
    font-size:11px;
    background: transparent url(../Imagenes/Boton.png) no-repeat scroll 0 0;
    border:0 none;
    color:white;
    width: 137px;
    cursor:pointer;
    font-weight:bold;
    height:24px;
    margin:0;
    position:relative;
    text-align: center;
    padding-bottom: 5px;
}

.registroBoton{
    font-size:11px;
    background: transparent url(../Imagenes/boton_registro_fondo.png) no-repeat scroll 0 0;
    border:0 none;
    display: block;
    color:white;
    width: 103px;
    cursor:pointer;
    float:left;
    font-weight:bold;
    height:22px;
    margin-left:0;
    margin-bottom:5px;
    position:relative;
    padding-bottom: 2px;
}

.botonAdaptable{
    font-size:1em;
    background: transparent url(http://www.zurbantes.com/Imagenes/fondoBotonAdaptableAmarillo.png) repeat-x;
    border-left: solid 1px #994800;
    border-top: solid 1px #994800;
    height: 22px;
    color:#994800;
    cursor:pointer;
    font-weight:bold;
}



div.errorPersonalizado {
    width: 50%;
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 1.1em;
}

div.errorPersonalizado div.tituloError span {
    padding-left: 2em;
    position: relative;
    top: -0.7em;
}

div.errorPersonalizado div.tituloError {
    border: solid 1px #6284AB;
    background-color: #EDF2F7;
    color: #fd3829;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.7em;
    margin-bottom: 1.5em;
}

div.errorPersonalizado div.descripcionError {
    text-align: left;
    font-weight: bold;
    margin-bottom: 1em;
}

div.errorPersonalizado div.alternativasError {
    text-align: left;
    color: #6284AB;
    line-height: 1.5em;
}




