/* HOJA DE ESTILOS */

*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: arial, sans-serif;
    behavior: url(PIE.htc);
    background-color: white;
}
div{
    border: none;
}
section{
    position: relative;
    top:-41px;
    width: 1100px;
    min-height: 618px;
    margin: auto;
    padding: 0px 0px 40px 0px;
    border:none;
    background: transparent url("../img/main.png") no-repeat left top;
}
#cont{
    height:100%;
    background: transparent url("../img/main-right.png") no-repeat right 0px;
}
#pagina{
    width: 1000px;
    min-height: 618px;
    margin:auto;
}
#contenido{
    border:none;
}
#banner{
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border:none;
    line-height: 1.5;
    margin: 10px 0px;
    display: block;
}
/* #banner:before, #banner:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 20px;
  left: 20px;
  width: 80%;
  top: 75%;
  max-width:500px;
  background: rgba(0,0,0, 0.5);
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0, 0.5);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0, 0.5);
  -ms-box-shadow: 0 15px 20px rgba(0,0,0, 0.5);
  -o-box-shadow: 0 15px 20px rgba(0,0,0, 0.5);
  box-shadow: 0 15px 20px rgba(0,0,0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
} */

#banner:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}
hr {
border: 0;
clear: both;
height: 1px;
background: url("../img/hr.png") repeat-x scroll left bottom transparent;
margin-bottom: 20px;
}

/* --ENCABEZADO-- */

header{
    margin: auto;
    /* min-width: 1140px; */
    min-width: 1200px;
    background: transparent url("../img/bg_gradients.png") repeat-x 0% -675px;
    height: 166px;
}
#header-box{
    width: 1020px;
	position: relative;
    margin: auto;
}
#encabezado{
	position: relative;
	top: 8px;
    left: 58px;
}
#encabezado a, #encabezado img{
    border: none;
    text-decoration: none;
}
#titulo{
    position: absolute;
    top: -50px;
    right: 48px;
}
#superior{
    text-align: center;
    width: 1020px;
    height: 41px;
    position: absolute;
    top:0;
}
#log-superior{
    display: block;
    position: relative;
    height: 35px;
    top:7px;
    right: 10px;
    text-align: right;
    color: white;
    font-weight: bold;
}
#log-superior img{
    width: 24px;
    height: 24px;
    position: relative;
    float:right;
}
#log-superior a{
    text-decoration: none;
}
#log-superior a:hover{
    opacity:.8;
    -moz-opacity:.8;
}
.texto-log{
    position: absolute;
    right: 26px;
    top:4px;
}

/* ****************************************************** MENÚ ****************************************************** */

nav{
    background: transparent url("../img/sprites.png") no-repeat 0% 0%;
    display: block;
    height: 41px;
    margin: auto;
    position: relative;
    top: -43px;
    width: 1100px;
}
nav .menu-derecha{
    background: transparent url("../img/sprites.png") no-repeat scroll 100% -43px;
    font-size: 13px;
    height: 41px;
    margin-left: 43px;
}
nav .lista{
    background: transparent url("../img/bg_gradients.png") repeat-x scroll 0% -548px;
    height: 41px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px 43px 0px 0px;
}
nav a{
    color: #FFF;
}
nav ul li ul li{
    list-style-image: url("../img/li_img.png");
    list-style-position: inside;
}
.lista ul{
    list-style-type: none;
    font: normal normal normal 13px/31px arial;
    line-height: 30px;
}
.lista ul a{
    text-decoration: none;
}
.lista ul a:hover{
    color:#690000;
}
.lista ul li{
    float: left;
    margin-top: 6px;
    color:white;
    text-shadow: black 1px 1px 5px;
    height: 36px;
    padding: 0px 85px; /* ESPACIO MENU */
}
.li-001{
    background: transparent url("../img/bg_gradients.png") no-repeat right -597px;
    position:relative;
}
.li-001 ul li{
    padding-right: 0;
}
.li-001 ul{
    display: none;
    position: absolute;
    background: transparent url("../img/bg_gradients_h.png") repeat-y left top;
    width: 250px;
    height: auto;
    z-index: 99999;
    left: 0;
    top: 34px;
    padding: 10px 0 10px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.li-001 ul li a:hover{
    color:#A59355;
}
.li-001 ul li, .li-001 ul{
    padding-left: 8px;
    margin-left: 8px;
}
.li-001:hover > ul {
    display:block;
}
.li-002{
    background: transparent url("../img/bg_gradients.png") no-repeat right -597px;
    padding: 0px 10px;
    position:relative;
}
.li-002 ul li{
    padding-right: 0;
}
.li-002 ul{
    display: none;
    position: absolute;
    background: transparent url("../img/bg_gradients_h.png") repeat-y left top;
    width: 250px;
    height: auto;
    z-index: 99999;
    left: 0;
    top: 34px;
    padding: 10px 0 10px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.li-002 ul li a:hover{
    color:#A59355;
}
.li-002 ul li, .li-002 ul{
    padding-left: 8px;
    margin-left: 8px;
}
.li-002:hover > ul {
    display:block;
}
.li-003{
    background: transparent url("../img/bg_gradients.png") no-repeat right -597px;
    position:relative;
}
.li-004{
    background: transparent url("../img/bg_gradients.png") no-repeat right -597px;
    position:relative;
}
.li-005{
    background: transparent url("../img/bg_gradients.png") no-repeat right -597px;
    position:relative;
}

/* ****************************************************** PIE ****************************************************** */

footer{
    position: relative;
    display: block;
    bottom: 0 !important;
    margin: auto;
    padding-top: 15px;
    text-align:center;
    font-size: 12px;
    color: #fff;
    min-width: 1200px;
    height: 75px;
    background: transparent url("../img/footer.png")  repeat-x;
}
footer a{
    color: #fff;
}

/* ****************************************************** ASIDE ****************************************************** */

aside{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 20px 20px 0;
}
aside li{
    list-style-image: url("../img/li.more.png");
    list-style-position: inside;
    color: #910000;
    font: normal bold normal 12px/30px arial;
}
aside a{
    color: #910000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
aside a:hover{
    text-decoration: underline;
}
aside hr{
    margin: 1px auto;
}
aside span.atitle{
    display: block;
    width: 236px;
    height: 27px;
    margin: 0 0 10px;
    padding-left: 16px;
    background: transparent url("../img/sprites.png") no-repeat left -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font: normal normal bold 17px/27px arial;
    color: white;
}
aside table th{
    font: normal normal normal 11px/20px arial;
    color: #666;
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
    width: 47px;
}
aside table tr{
    height: 30px;
}
aside table textarea{
    width: 190px;
    height: 60px;
    resize: none;
}
aside select{
    width: 195px;
}
aside textarea, aside select {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 1px;
    background-color: white;
    border: 1px solid #D5E2EA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -1px -1px 1px #f1f5f8;
    -moz-box-shadow: -1px -1px 1px #f1f5f8;
    -ms-box-shadow: -1px -1px 1px #f1f5f8;
    -o-box-shadow: -1px -1px 1px #f1f5f8;
    box-shadow: -1px -1px 1px #f1f5f8;
}
aside .benviar{
    float: right;
    width: 70px;
    height: 26px;
    line-height: 20px;
    padding: 0 0 6px 10px;
    color: white;
    font: normal bold normal 10px/26px arial;
    text-transform: uppercase;
    background: transparent url("../img/sprites.png") no-repeat -350px -200px;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    filter:alpha(opacity=8);

    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
aside .benviar:hover{
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter:alpha(opacity=1);
}
#faerror{
    float: left;
    font-size: 12px;
    color: red;
}
