/* www.enercome.com: CSS general
   diseņo y desarrollo: www.lima-limon.com */

html {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
	font-size: 0.81em;
	color:#000;
    background: #A4C8FF url(../images/comun/bg_fondo.png) center center repeat-x;
    height: 100%;
    min-height: 600px;
    min-width: 1000px;
}
body {
    margin: 0;
    padding:0;
	color:#000;
    background-color: #A4C8FF;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #00599F;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #F66216;
}
h3 {
    font-size: 1.15em;
}
blockquote {
    text-align:justify;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em 0 1em 0; }

img { border: 0; }
p, li { text-align: justify; }
hr {
    border: 1px solid #fff;
    border-bottom: 1px solid #76A1C5;
}
a { color: #00599F; }
a:hover { color: #FF8C40; }
.Ocultar { display: none; }
/*----------*/
#dvContenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 550px;
	margin-left: -480px;
    margin-left:expression(document.documentElement.clientWidth < 935? "-380px": "-480px" ); /* IE no quiere min-width */
	margin-top: -275px;
    margin-top:expression(document.documentElement.clientHeight < 580? "-210px": "-275px" ); /* IE no quiere min-height */
    background: url(../images/comun/bg_contenedor.png) no-repeat;
}
#dvCabecera {
    position: absolute;
    top: 9px;
    left: 7px;
    width: 944px;
    height: 75px;
    background: url(../images/comun/bg_cabecera.png) no-repeat;
}
#dvRastro {
    position: absolute;
    top: 75px;
    background: url(../images/comun/bg_rastro.png) right bottom no-repeat;
    z-index: 1;
}
#dvRastro p {
    margin:0;
    margin-right: 58px;
    padding: 0.2em 0 0.4em 0.2em;
    background-color: #C8DBEA;
}
#dvFlash {
    position: absolute;
    right: 0;
}
#dvLogo {
    position: absolute;
    top: 12px;
    left: 10px;
}
#dvContenido {
  position: absolute;
  top: 109px;
  left: 7px;
  width: 687px;
  height: 381px;
  overflow: auto;
}
#dvContenido div { padding: 15px 15px 15px 15px; }
.h3Listado {
    margin-bottom: 0.5em;
    padding: 0 0 0 15px;
    background: url(../images/comun/ico_ampliar.png) left center no-repeat;
}
.pListado { margin-top: 0; }
#dvContenidoExtra {
  position: absolute;
  top: 50px;
  right: 9px;
  width: 256px;
  padding-top: 124px;
  background: url(../images/comun/bg_contextra.png) 0 34px repeat-x;
  z-index: 2;
}
#dvCubierta {
    position:absolute;
    top: 0;
    right: 0;
    width: 144px;
    height: 158px;
    background: url(../images/comun/bg_cubierta.png) no-repeat;
    z-index: 3;
}
#dvContenidoExtra h3 {
    margin: 0;
    padding: 0.5em 10px 0.5em 10px;
    background-color: #76A1C5;
    color: #fff;
}
#dvContenidoExtra p {
    padding-left: 10px;
    padding-right: 10px;
}
#dvContenidoExtra a {
    display: block;
    margin-top: 2px;
    padding: 0.2em 0 0.3em 19px;
    background: #C8DBEA url(../images/comun/ico_ampliar.png) 3px center no-repeat;
    text-decoration: none;
}
#dvContenidoExtra a:hover { background-color: #76A1C5; color: #fff; }
.aSubmenu {
    margin: 0 !important;
    padding: 0 0 0 19px !Important;
    background-image: url(../images/comun/ico_ampliar_2.png) !important;
    font-size: 0.85em;
    text-decoration: none;
}

#dvPie {
  position: absolute;
  bottom: 9px;
  left: 7px;
  width: 944px;
}
#dvMenu {
    height: 2.3em;
    background: #F66216 url(../images/comun/bg_menu.png) bottom repeat-x;
}
#ulMenu {
    margin: 0;
    padding: 0;
}
#ulMenu li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    list-style-type: none;
    background: #F66216 url(../images/comun/bg_menu.png) bottom repeat-x;
}
#ulMenu a {
    display: block;
    padding: 6px 29px 6px 29px;
    border-right: 1px solid #F66216;
    border-left: 1px solid #FA9E6F;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.15em;
}
#ulMenu li a:hover {  background-color: #F66216; }
#dvDireccion {
  padding: 0.2em 0 0.1em 0;
  background-color: #00599F;
  clear: both;
}
#dvDireccion address {
    text-align: center;
    font-style: normal;
    color: #fff;
}
#dvEibt, #dvLimaLimon {
    position: absolute;
    top: 554px;
}
#dvEibt { left: 7px; }
#dvLimaLimon { right: 9px; }
