@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

html {overflow-x:hidden;overflow-y:scroll; }

body {
background:url("../img/background.jpg") no-repeat scroll 0 0 #000;
color:#FFFFFF;
font: 14px Tahoma, Geneva, sans-serif;}

/*CON-TENEDOR*/
#contenedor{
width:752px;
height: 380px;
margin: 0 auto 60px;}

/*PASADERO*/
#pasadero{
width:752px;
height:250px;
margin: 0 auto;}

/*TOP-NAV*/
#top-nav{
width:100%;
height:21px;/*91*/
margin: 0 0 40px 0;
background:url("../img/botonera.jpg");
padding: 35px 0;
border-bottom:1px solid #686868;}

#top-nav ul{
list-style:none;}

#top-nav li{
float:left;
padding: 0 10px 0 0;}

#top-nav li.last{
float:left;
padding: 0;}

#flashcontent{
width:752px;
margin:0 auto;}

/*LOGO*/
#logo{
float:left;
width:150px;
height:235px;
background:url("../img/logo.jpg") no-repeat;
position:absolute;
top: 500px;
right:10px;}

#logo2{
float:left;
width:150px;
height:235px;
background:url("../img/logo.jpg") no-repeat;
position:absolute;
top: 570px;
right:10px;}

/*TXT*/

#content-txt{
float:right;
width:650px;}

#txt{
float:right;
width:465px; /*505*/
height:auto;
font-size:14px;
line-height:20px;
padding:20px;
background:url("../img/transp.png");
z-index:10;}

#txt h1{
font-size:18px;}


/*BOTONERA DOWN*/

#botonera-down{
float:right;
width: 200px;
height: 25px;}

#bt-largos {
float:left;
width:100px;
height:33px;
background:url("../img/largos.png") no-repeat;}

#bt-largos-on {
float:left;
width:100px;
height:33px;
background:url("../img/largos_on.png") no-repeat;}

#bt-cortos {
float:left;
width:100px;
height:33px;
background:url("../img/cortos.png") no-repeat;}

#bt-cortos-on {
float:left;
width:100px;
height:33px;
background:url("../img/cortos_on.png") no-repeat;}

#botonera-down-com{
float:right;
width: 356px;
height: 25px;}

#bt-marketing {
float:left;
width:129px;
height:33px;
background:url("../img/marketing.png") no-repeat;}

#bt-marketing-on {
float:left;
width:129px;
height:33px;
background:url("../img/marketing_on.png") no-repeat;}

#bt-capacitacion {
float:left;
width:159px;
height:33px;
background:url("../img/capacitacion.png") no-repeat;}

#bt-capacitacion-on {
float:left;
width:159px;
height:33px;
background:url("../img/capacitacion_on.png") no-repeat;}

#bt-rrhh {
float:left;
width:68px;
height:33px;
background:url("../img/rrhh.png") no-repeat;}

#bt-rrhh-on {
float:left;
width:68px;
height:33px;
background:url("../img/rrhh_on.png") no-repeat;}

/*FOOTER*/
#footer {
border-top:1px solid #666666;
float:left;
font-size:11px;
height:50px;
letter-spacing:1px;
margin:70px 0 0 190px;
padding:10px 0 0;
width:865px;
text-align:right;}

#footer a {
font-weight:bold;
color: #666;
text-decoration:none;}

#footer a:hover {color:#CCC;}

/*FLASH*/
#flashcontent2{
	position:absolute;
	z-index:-100;
	margin:80px 0 0 20px;}

/*fucking ie6*/

#fie{
z-index:500;
background:#000;
width: 300px;
/*margin: 200px auto 500px;*/
padding: 50px;
position:absolute;
top:200px;
left:450px;}