@charset "utf-8";
/* CSS Document */
/* CSS settings */
body{
background:#fff url(../images/back-top-horiz.jpg) repeat-x top;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
}
h2 { color:#606031; font-size:14px; margin: 10px 0;}
p{
margin:8px;
padding:0;
color:#333333;
}
div{
margin:0;
padding:0;
behavior: url(resources/iepngfix.htc)
}
img{
margin:0;
padding:0;
}
ul{
margin:10px;
padding:0;
}
li{
margin:0;
padding:0;
}

/* general classes */

#top{
background:url(../images/border-top.png) no-repeat bottom center;
_background: none;
width:100%;
height:135px;
float:left;
overflow:hidden;
}
#top .header{
background:url(../images/header.jpg) no-repeat;
width:950px;
height:135px;
margin:0 auto;
}
#middle{
background:url(../images/border.png) repeat-y center;
_background: none;
width:100%;
height: auto;
overflow:hidden;
float:left;
}
#middle .content{
padding-top:10px;
background: url(../images/back-line-vert.jpg) repeat-y;
width:950px;
height: auto;
overflow:hidden;
margin:0 auto;
}
#middle .content .left-column{
background:url(../images/left-back.jpg) no-repeat;
width:450px;
padding-left:10px;
height: 350px;
overflow:hidden;
float:right;
}
#middle .content .right-column{
float:left;
width:450px;
padding-left:10px;
height: auto;
overflow:hidden;
}
#bottom{
background: url(../images/border-bottom.png) no-repeat top ;
_background: none;
width:100%;
height:90px;
overflow:hidden;
float:left;
}
#bottom .footer{
background: url(../images/footer.jpg) bottom no-repeat;
width:950px;
height:90px;
overflow:hidden;
margin:0 auto;
}
/*-end general-*/


/*-menues classes-*/
/*-header-*/
#top .header .menu{
margin-top:95px;
width:100%;
float:left;
}
#top .header .menu .btn{
font-weight:bold;
color:#CCCCCC;
font-family:Tahoma;
text-transform:uppercase;
font-size:10px;
float:right;
padding-right:20px;
}
#top .header .menu .btn a{
color: #FFF;
text-decoration:none;
}
#top .header .menu .btn a:hover{
color: #CCCCCC;
text-decoration:none;
}

/*-FOOTER-*/
#bottom .footer .descargar{
margin-top:7px;
width:60%;
padding-left:2%;
float:left;
color: #666666;
font-family:Tahoma;
font-size:11px;
}
#bottom .footer .descargar a{
text-decoration:none;
color: #666666;
font-weight:bold;
}
#bottom .footer .menu{
margin-top:20px;
width:100%;
float:left;
text-align:right;

}
#bottom .footer .menu .btn{
font-weight:bold;
color: #FFFFFF;
font-family:Tahoma;
font-size:11px;
float:right;
padding-right:25px;
}
#bottom .footer .menu .btn a{
color: #93934A;
text-decoration:none;
}
#bottom .footer .menu .btn a:hover{
color: #B8B872;
text-decoration:none;
}















/*-pie de pagina-*/
#piedepagina{
margin-top:0px;
width:100%;
float:left;
}
#piedepagina .menu{
margin-top:0px;
width:900px;
margin: 0 auto;
color: #999999;
font-family:Tahoma;
font-size:11px;
text-align:center;
}
/*-end menues classes-*/


/*-content clases-*/
.texto{
width:100%;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
}
.titulo{
width:100%;
font-family: Tahoma;
color: #333333;
font-size:18px;
margin-bottom:10px;
}
h1{
width:100%;
font-family: Tahoma;
color: #333333;
font-size:18px;
}
.download-btn{
background:url(../images/download.png);
width:200px;
height:40px;
display:block;
cursor:pointer;
margin: 0 auto;
}
.download-btn a{
width:130px;
height:32px;
float:right;
display:block;
}
.texto-small{
margin:3px;
float:right;
width:100%;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
color: #006699;
font-size:10px;
text-align: center;
}
