
body {
  background: rgb(255,255,255);
  font-family: Arial;
  font-size: 1em;
  line-height: 18px;
  color: #393733;
}

pre {
   overflow: auto;
}

/* Enlaces
-------------------------------------------------------------- */

a:link, a:visited, a:active {
   color: #001936;
   text-decoration: none;
   border-bottom: 1px dotted #001936;   
}

a:hover {
   color: #004087;
   text-decoration: underline;
   border: none;
}


.sidebar a:link{
    border-bottom: none;
  }
  
.sidebar a:visited{
    border-bottom: none;
  }
  
.sidebar a:active {
    border-bottom: none;
  }
  
a.img {
   border: none;
}

.img_ppal:link{
    border-bottom: none;
  }

.img_ppal:visited{
    border-bottom: none;
  }
  
.img_ppal:active {
    border-bottom: none;
  }
  
.img_ppal:hover{
    text-decoration: none;
}

.link_image:link{
    border-bottom: none;
  }

.link_image:visited{
    border-bottom: none;
  }
  
.link_image:active {
    border-bottom: none;
  }
  
.link_image:hover{
    text-decoration: none;
}

/* Encabezados
-------------------------------------------------------------- */

.encabezado {
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   border-bottom-color: #333;
   padding-bottom: 5px;
   font-size: 1.5em;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #333;
}

h2 {
   font-size: 1.3em;
   margin-top:20px;
}

/* Imagenes
-------------------------------------------------------------- */
.icon {
   margin: 2px;
   margin-bottom: -2px;
}

img {
   border: 0px;
}

.imagen {
   float: left;
   margin: 5px;
}

  .imagen div {
    text-align: center;
  }

.img_ppal{
   width: 353px;
   height: 180px;
   padding: 10px 2px 10px 2px;
}



.banner_ppal {
    width: 718px;
    height: 77px;
    padding-top: 20px;
}

#logo{
    width: 985px;
    height: 130px;
    margin-top: 0; 
}

/* Layout
-------------------------------------------------------------- */
.content {
   padding: 20px 20px 0 10px;
   float: right;
   width: 74%;
   font-size: 0.8em;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 984px;
  padding: 0;
  background-color: #ffffff;
  border-color: #001936;
  border-width: 1px;
  border-style: solid;
}

.container:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sidebar {
   float: left;
   font-size: 0.8em;
   font-weight: bold;
   width: 22%;
}

.sidebar ul {
   list-style: none;
   color: rgb(0,0,64);
   padding-left: 0;
   margin: 0 0 10px 10px;
}

.sidebar li{
   padding-top: 15px;
   color: #004087; 
   list-style-type: decimal;
   margin-left: 20px;
}

.sidebar .enlace_blog a{
  color: #004087;
}


.sidebar li li{
      padding-top: 5px;
      color: rgb(0,0,64);
	  list-style-type: none;

    }

  #submenu_empresa {
     border-left: thin rgb(255,0,0) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
  #submenu_elevadores {
     border-left: thin rgb(0,204,255) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
  
  #submenu_servicios {
     border-left: thin rgb(139,21,139) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
  #submenu_subvenciones {
     border-left: thin rgb(127,127,127) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
    #submenu_normativa {
     border-left: thin rgb(255,242,0) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
  #submenu_contacto {
     border-left: thin rgb(0,128,0) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }
  
  #submenu_enlaces {
     border-left: thin rgb(255,153,0) solid;
     padding-left: 0px;
     padding-top: 2px;
     margin-left: -14px;
     color: black;
  }

  #opciones{
     margin-top: 10px;
  }

.header {
   width: 984px;
   height: 131px;
   margin-bottom: 1px;
}   

.footer {
   font-size: 11px;
   clear: both;
   border-top-color: rgb(0,37,105);
   border-top-style: dotted;
   border-top-width: 1px;
}
  
  .footer-izq {
  padding: 5px;
     float: left;
     text-align: left;
  }
  .footer-der {
  padding: 5px;
     float: right;
     text-align: right;
  }

.menu ul {
   list-style: none;
}

.menu li {
   display: inline;
   width: 150px;
   height: 25px;
   padding-left: 9px;
   border-left: 1px solid #eee;
}


/* Formularios
-------------------------------------------------------------- */

fieldset { border: 1px solid #d6d6d6; margin: 20px 0; }
.login fieldset {
   background-color: #e8e7e7;
   background-image: url('http://www.anunciosfinancieros.es/css/imagenes/login_form.png');
   background-repeat: repeat-x;
}
.campo      { margin: 10px 0; }
label       { float: left; font-weight: bold; }
.input      { float: left; }
.input small { font-size: 10px; }

input, textarea, select {
   background: #fff;
   border: 2px solid #d6d6d6;
   color: #444;
   padding: 2px;
}

input:focus, textarea:focus, select:focus {
   background: #e7e2ff;
   border: 2px solid #001936; 
   color: #001936;   
}


.explicacion_form { 
   width: 400px; 
   float:left;
   font-size: 12px; 
   padding-left: 100px;
}
   .explicacion { 
      font-family: Verdana, Helvetica, Arial, sans-serif; 
      padding-left:10px; 
      color:#eee;
      padding: 5px; 
      border: 1px solid #001936;
      background-color: #001936;
      background-image: url('http://www.anunciosfinancieros.es/css/imagenes/form.png');
      background-repeat: repeat-x;
      position: relative;  
   }
   .explicacion a {
      color: #eee;
      font-weight: bold;
      text-decoration: none;
      border-bottom-color: #eee;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
   }
   .explicacion ul {
      margin: 0;
   }
   .explicacion h4:first-letter {
      font-size:1.4em;
   }
   .explicacion h4 {
      text-transform: uppercase;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 10px;
      border-bottom-color: #eee;
      border-bottom-style: solid;
      border-bottom-width: 1px;
   }
   .explicacion_form .fase {
      font-family: Verdana, Helvetica, Arial, sans-serif;
      text-align:center;
      margin:2px;
      margin-bottom: 10px;
      padding:0;
      font-size:8em;
      color:#ddd;
      position: relative;
   }
   .explicacion_form .fase .actual {
      color:#004087;
   }  
.formulario { 
   width: 550px; 
   float:left;
   margin-right: 10px;
   font-size: 12px;
}
   .formulario h2 {
      border-bottom-color: #666;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
      margin-top: 20px;
   }

.formulario input    { width: 400px; }
.formulario input.submit { width: 100px; }
.formulario input.checkbox { width: 15px; }
.formulario input.radio { width: 15px; }
.formulario textarea { width: 400px; height: 200px; }
.balance          { width:400px; height:100px!important; }
.peque               { width:400px; height: 40px!important; }
.formulario label    { width: 100px; }
.input_titulo input    { width: 200px!important; }


.error_login {
   color: red;
   padding-left: 25px;
   margin-left: 100px;
   background-image: url('http://www.anunciosfinancieros.es/css/imagenes/exclamation.png');
   background-repeat: no-repeat;
   background-position: left center;
}
.error {
   color: red;
   font-weight: bold;
}

.error_info {
   border-color: red;
   border-width: 1px;
   border-style: solid;
   padding: 5px 15px;
   text-align:center;
   margin: 0 auto;
   width: 500px;
   background-color: #ffd6b4;
   background-image: url('http://www.anunciosfinancieros.es/css/imagenes/error.png');
   background-position: 5px center; 
   background-repeat: no-repeat;
}

/* Tablas
-------------------------------------------------------------- */
   
.cuadro {
  border: thin rgb(128,128,128) solid;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 10px 5px;
}

  .cuadro .imagen{
    padding-left:300px;
  }

  .cuadro .fecha{
    text-align: right;
    clear: both;
    padding-right: 10px;
  }
  
  .cuadro .contenido {
    width: 600px;
  }
    .titulo{
      color: rgb(0,0,255);
    }
  
.cuadro_negro {
  border: thin rgb(0,0,0) solid;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}


/* Textos
-------------------------------------------------------------- */

.tit_xunta{
    color: rgb(128,128,128);
}

/* Listados
-------------------------------------------------------------- */
.listado {
  border: thin rgb(0,0,255) solid;
  background: rgb(192,192,192);
  clear: both;
  margin: 10px 20px 10px 0;
}

.listado_rojo {
  border: thin rgb(0,0,255) solid;
  background: rgb(255,0,0);
  clear: both;
  margin: 10px 20px 10px 0;
  color: rgb(255,255,255);
}

/* Listados de definiciones
-------------------------------------------------------------- */

dt {
  padding-top: 10px;
  font-size: 1.3em; 
  text-decoration: underline;   
}


/* Varios
-------------------------------------------------------------- */

.clear { clear:both; }


/* Tipografia
-------------------------------------------------------------- */
.explain { font-size: 10px; }

.resaltado_azul{
  background: rgb(0,0,255);
  color: rgb(255,255,255);
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
}
