body {
  background-color: #B1B8BC;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

/* Contenedores principales */
DIV.total{
  width: 100%;
  text-align: center;
  float: none;
}
DIV.interno{
  position: relative;
  width: 960px;
  margin: 0 auto 0 auto;
  text-align:center;
}
DIV.frame_player DIV.interno{
  width: 790px;
}
DIV.bg{
  position: relative;
  float: left;
  width: 960px;
  background: #06334B;
}
DIV.frame_player DIV.bg{
  width: 790px;
  /*height: 700px;*/
}

/* Encabezado */
DIV.header{
  position: relative;
  float: left;
  width: 100%;
  background-color: #06334B;
}
DIV.header DIV.izquierda{
  position: relative;
  float: left;
}
DIV.header DIV.derecha{
  position: relative;
  float: right;
  width: 600px;
  height: 50px;
  padding: 10px 10px 0 0;
  text-align: right;
}

/* Contenedor medio */
DIV.medio{
  position: relative;
  width: 100%;
  text-align:left;
  color: #052739;
}
DIV.medio DIV.derecha{
  position: relative;
  float: right;
  width: 790px;
}
DIV.medio DIV.derecha DIV.seccion{
  position: relative;
  float: left;
  width: 100%;
  height: 55px;
  background: #075449 url(imagenes/bg_titular_superior.jpg) no-repeat right bottom;
  color:#FFF;
  font-size:28px;
  font-family:Arial;
  line-height:28px;
}
DIV.medio DIV.derecha DIV.titular{
  position: relative;
  float: left;
  width: 100%;
  height: 38px;
  background: #66CC00 url(imagenes/bg_titular_inferior.jpg) no-repeat right top;
  color:#FFF;
}
DIV.medio DIV.derecha DIV.titular h1{
  font-size:24px;
  margin:0;
  padding: 0 0 0 20px;
  line-height:38px;
}
DIV.medio DIV.derecha DIV.seccion p{
  padding:0 0 0 20px;
  margin:0;
}
DIV.medio DIV.derecha DIV.seccion p.color{
  color:#66CC00;
  font-size:14px;
  line-height:18px;
}

DIV.medio DIV.derecha DIV.contenidos{
  position: relative;
  float: left;
  width: 790px;
  /*padding: 10px 0 10px 10px;*/
}

/* Player */
DIV.pelicula{
  position:relative;
  float:left;
  width:620px;
  height:350px;/*373*/
  background-color:#000
}
DIV.botonera{
  position:relative;
  float:right;
  width:170px;
  height:350px;/*373*/
  background-color:#9EA7AB;
}
DIV.botonera ul,
DIV.botonera ul li{
  padding:0;
  margin:0;
  list-style: none;
}
DIV.botonera ul li{
  float:left;
  width:170px; 
}
DIV.botonera ul a,
DIV.botonera ul a:link,
DIV.botonera ul a:visited{
  display: block;
  text-decoration:none;
  color:#052739;
  padding-left:40px;
  height:32px;/*36*/
  background-position:left top;
  background-repeat:no-repeat;
}
DIV.botonera ul a:active,
DIV.botonera ul a:hover{
  color: #007700;
  background-position:left bottom;
}
DIV.botonera ul a.opinion{
  background-image: url(imagenes/btn_opinion.jpg);
}
DIV.botonera ul a.favoritos{
  background-image: url(imagenes/btn_favoritos.jpg);
}
DIV.botonera ul a.descargar{
  background-image: url(imagenes/btn_descargar.jpg);
}
DIV.botonera ul a.compartir{
  background-image: url(imagenes/btn_compartir.jpg);
}
DIV.botonera ul a.enviar{
  background-image: url(imagenes/btn_enviar.jpg);
}
DIV.botonera ul a div{
  padding-top:8px;
}
DIV.botonera ul a.opinion div{
  padding-top:1px;
}
DIV.botonera DIV.suscribite{
  position:relative;
  float:left;
  width:100%;
  height:60px;
}
DIV.contenidos DIV.botonera DIV.banner{
  position:relative;
  float:left;
  height:120px;
  padding:10px 0 0 0;
  background-color:#5A6569;
  width:100%;
  text-align:center;
}

DIV.medio DIV.izquierda{
  position: relative;
  float: left;
  width: 170px;
  color: #FFF;
}
DIV.medio DIV.izquierda DIV.margenes{
  position: relative;
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
}
/* Formulario */
#form_enviar{
  position:absolute;
  width:170px;
  height:220px;
  overflow:hidden;
  display:none;
  background-color:#9EA7AB;
  left:0;
  top:0;
  z-index:10;
}


/* Fotito + idioma */
DIV.fotito_idioma{
  position:relative;
  float:left;
  text-align:center;
  width:100%;
  color:#66CC00;
  background:#052739 url(imagenes/bg_fotito.gif) no-repeat left top;
  height:93px;
}
DIV.fotito_idioma DIV.idioma{
  position:relative;
  top:67px;
}
DIV.fotito_idioma a,
DIV.fotito_idioma a:link,
DIV.fotito_idioma a:visited{
  color:#FFF;
  text-decoration:none;
}
DIV.fotito_idioma a:active,
DIV.fotito_idioma a:hover{
  color:#66CC00;
}

/* Barra Izquierda */
DIV.medio DIV.izquierda DIV.margenes DIV.banner{
  position: relative;
  float: left;
  width: 150px;
  padding: 0 0 10px 0;
  text-align:center;
}



/* Botonera Home */
DIV.menu_gris{
  position:relative;
  float:left;
  width:100%;
  padding:10px 0 10px 0;
  background-color:#9EA7AB;
  margin:0 0 10px 0;
}

DIV.menu_gris ul,
DIV.menu_gris ul li{
  padding:0;
  margin:0;
  list-style: none;
}
DIV.menu_gris ul{
}
DIV.menu_gris ul li{
  float:left;
  width:100%;
  
}
DIV.menu_gris ul a,
DIV.menu_gris ul a:link,
DIV.menu_gris ul a:visited{
  display:block;
  text-decoration:none;
  color:#052739;
  line-height:20px;
  padding-left:10px;
  height:20px;
}
DIV.menu_gris ul a:active,
DIV.menu_gris ul a:hover{
  background-color: #CDD1D4;
  color: #007700;
}
DIV.menu_gris ul a img{
  vertical-align: middle;
  border:0;
}
DIV.menu_gris ul a span{
  display:none;
}
DIV.menu_gris ul a.welcome,
DIV.menu_gris ul a.welcome:link,
DIV.menu_gris ul a.welcome:visited{
  background: url(imagenes/btn_logo_welcome.gif) no-repeat left top;
  margin-bottom:0
}
DIV.menu_gris ul a.welcome:active,
DIV.menu_gris ul a.welcome:hover{
  background-position: left -20px;
}

/* Contenidos */

/* Carro */
DIV.carro{
  position:relative;
  float:left;
  width:100%;
  border-bottom: solid 1px #FFF;
}
DIV.carro h2{
  display:block;
  color:#052739;
  background-color:#C0C7C9;
  font-size:20px;
  font-weight:normal;
  margin:0;
  padding:6px 6px 6px 20px;
  border-bottom: solid 1px #000
}
DIV.flecha_izquierda{
  position:relative;
  float:left;
  width:19px;
  height:136px;
  text-align:center;
  background: #9EA7AB url(imagenes/flecha_izquierda.gif) no-repeat 1px 61px;
  cursor:pointer;
  border-bottom: solid 1px #000;
  border-right: solid 1px #333;
}
DIV.flecha_derecha{
  position:relative;
  float:right;
  width:19px;
  height:136px;
  text-align:center;
  background: #9EA7AB url(imagenes/flecha_derecha.gif) no-repeat 2px 61px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #333;
  cursor:pointer;
}
DIV.flecha_izquierda:hover,
DIV.flecha_derecha:hover{
  background-color: #66CC00;
}

DIV.contenedor_carro{
  position:relative;
  float:left;
  width:750px;
  overflow:hidden;
}
#scroller{
  position:relative;
  float:left;
  height:136px;
  border-top: solid 1px #FFF;
}
DIV.relacionados,
DIV.relacionados2 {
  position:relative;
  float:left;
	width: 109px;
	margin: 0px;
	background-color: #F2F2F2;
	height: 121px;
	padding: 7px;
  display:block;
  border-right: solid 1px #000;
  border-left: solid 1px #FFF;
  border-bottom: solid 1px #000;
  text-align:center;
}
DIV.relacionados2 {
	background-color: #E1E1E1;
}
DIV.relacionados img,
DIV.relacionados2 img{
	border: 4px solid #B3BCC0;
}
DIV.relacionados img:hover,
DIV.relacionados2 img:hover{
	border: 4px solid #66CC00;
}

/* Copyright */
DIV.copy {
  position:relative;
  float:left;
	font-size: 9px;
	color: #b1b8bc;
	line-height: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
  width:100%;
  padding:10px 0 10px 0;
  background-color:#E8F1F7;
}
DIV.copy a,
DIV.copy a:link,
DIV.copy a:visited{
  text-decoration:none;
  color: #b1b8bc;
}
DIV.copy a:active,
DIV.copy a:hover{
  color:#66CC00;
}

/* Firma IPAT */
DIV.firma{
  position: relative;
  float: right;
  clear: both;
  width:100%;
  height: 25px;
  background-color: #052739;
  text-align: right;
}
DIV.contenidos DIV.banner{
  position: relative;
  float: left;
  width: 600px;
  padding: 0 0 10px 0;
  text-align:center;
}
.tabs{clip:inherit;right:-95px;top:100px;position:fixed;height:59px;padding-top:16px;width:122px;z-index:11;display:block;}
.tabs a{clear:both;float:right;padding-right:10px;padding-bottom:12px;width:76px;display:block;}
.tabs img{border:0}
.twitter{background-image:url(/img/twitter_bg.png);background-repeat:no-repeat;top:80px;}
.facebook{background-image:url(/img/facebook_bg.png);background-repeat:no-repeat;top:155px;}