﻿@charset "utf-8";

/*reset css */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li,ol{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
:focus {outline: 0;}
img{border: none;}

/* Colores:
GrisClaro:#EAEADD
GrisMedio:#C0BEB0
GrisOscuro:#6D6A56
GrisOscuroTexto:#86836A
Azul claro:#BBC6E3
Azul Oscuro:#002C7D
*/

html{
  height: 100%;
  background-color: #EAEADD
}

body{
  margin: 0px;
  padding: 0px;
  background-color: #EAEADD;
  text-align:center;
  font: 12px Verdana, Arial, Helvetica, sans-serif
}
#contenedorPrincipal{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/fondo.gif);
  background-repeat: repeat-x;
  text-align:center;
}
#contenedorSecundario{
  width: 790px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  background-color:transparent;
  text-align:center;
}
/*Cabecera, Menus, Contenido y Pie */
#cabecera{
  position:relative;
  width: 100%;
  height: 75px;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/fondoCabecera.gif);
  background-repeat: no-repeat
}
#menus{
  position: relative;
  width: 100%;
  margin: 0px;
  margin-top: -13px;
  padding: 0px;
}
#contenido{
  position:relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0px;
  margin-top: -3px;
  padding: 0px;
  background-color: transparent;
}
#pie{
  position:relative;
  margin: 0px;
  padding: 0px;
  float: left;
  width:790px;
  height:108px;
  text-align:right;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #002C7D;
  background-image: url(../img/pie.gif);
}