@charset "utf-8";
/* CSS Proyecto Commit */

/* Generales
------------------------------------*/
body {
margin-top: 0px;
margin-bottom:0px;
margin-right: auto;
margin-left: auto;
position: relative;
font-size:12px;
font-family:arial;
color: #333;
background: #EEE url('../img/IMG_FONDO.jpg') repeat-x top;
}

a{
font: normal 12px Arial;
text-decoration:none
}
a:hover{
font: normal 12px Arial
}

table{
padding:0px;
}

img{
border:0px
}

p{margin-top:0px}

ul{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0
}

h1{}

h2{}


/* Estructura web
------------------------------------*/

#screen {
background: transparent url('../img/fondo.png') repeat-x top;
position:relative;
top: 0;
left: 0;
width: 100%;
height:100%;
float:left
}

#screen2 {
background: transparent url('../img/fondo-int.png') repeat-x top;
position:relative;
top: 0;
left: 0;
width: 100%;
height:100%;
float:left
}

#content{width:1000px; height:auto; margin-top:0px; margin-bottom:0px; margin-right:auto; margin-left:auto;}

/*top*/
#top-home{ width:1000px; height:382px; float:left}
#top-int{ width:1000px; height:312px; float:left}

/*------------------*/
.alt{ display:none}

/*contenido*/
#contenidoh{width:1000px; height:auto; background:transparent url('../img/fondo-cuadro.png') repeat-y top; float:left}
#contenido-top{width:1000px; min-height:70px; background:transparent url('../img/fondo-cuadro-top.png') no-repeat top; float:left}
#contenido-top2{width:1000px; min-height:70px; background:transparent url('../img/fondo-cuadro-top2.png') no-repeat top; float:left}
#contenido-top3{width:1000px; min-height:65px; background:transparent url('../img/fondo-cuadro-top2.png') no-repeat top; float:left}

/*bottom*/
#bottom{width:1000px; height:100px; background:transparent url('../img/fondo-cuadro-pie.png') no-repeat top center; font: normal 11px Arial; color: #84888C; float:left}
#btm-dire{width:1000px; padding-top:18px; text-align:center; font:normal 11px Arial; color:#84888C}

#btm-not{float:left; padding-top:0px; padding-left:15px; width:725px; color:#AEB0B3; font-size:9px}
#btm-menu{float:left; padding-top:18px; width:720px; padding-bottom:1px}
#btm-menu li{list-style:none; display:block; padding-right:15px; margin-right:15px; background:transparent url('../img/div.gif') no-repeat right center; float:left}
#btm-net{float:left; padding-top:15px; text-align:right; width:230px; color:#AEB0B3; font-size:9px; padding-right:20px}

#copy{float:left; width:100%}
.ah{font:normal 10px Arial; color:#989A9E}
.ah:hover{font:normal 10px Arial; color:#CE943D}

.anet{font:normal 9px Arial; color:#AEB0B3}
.anet:hover{font:normal 9px Arial; color:#CE943D; text-decoration:underline}

