@charset "utf-8";
/* CSS Document */

.principal {
	float: right;
	width: 100%;
	height: 100%;
}
html, body {
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
.top {
	float: right;
	height: 60px;
	max-height: 80px;
}
.container {
	float: right;
	height: 84%;
	width: 80%;
	position: relative;
}
.cargando {
	height: 81%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	display: none;
}
.cargando img {
	float: right;
}
.contenido {
	height: 81%;
	width: 100%;
	float: right;
	position: absolute;
	bottom: 0px;
	background-color: #000000;
}
.contenido embed{
	padding-top: 80px;
	float: right;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.main_content {
	padding-top: 80px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #cccccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
}
.dock {
	float: left;
	width: 14%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.dock #scroll {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}
.botonera {
	float: right;
	height: 16%;
	max-height: 80px;
	overflow: visible;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 800px;
}
.wrapper {
	width: 85%;
	min-width: 715px;
	margin: auto;
	height: 100%;
	min-height: 500px;
	position: relative;
}
.top ul {
	list-style: none;
	margin: 0px;
}
.top ul li {
	height: 100%;
	float: left;
	margin-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 8px;
	height: 87%;
	padding-top: 8px;
	color: #666666;
	text-decoration: none;
}

.botonera{
	text-align: center;
	height: 50px;
	position: relative;
}

a.boton
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
	bottom: 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 6px;
}

.boton img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}

.boton span
{
	display: none;
	position: absolute;
	color:#FFFFFF;
}
.botones
{
	height: 50px;
	left: 500px;
	position: absolute;
	overflow: visible;
}

#botonera
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.video {
	height: 80px;
	width: 100px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	display: block;
	position: relative;
}

.dock #menos_f {
	height: 8%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

.contenido .texto{
	float:left;
	height: 100%;
	width: 60%;
}

.dock #menos {
	position: absolute;
	z-index: 1;
	height: 12%;
	width: 100%;
	left: 0px;
	top: 8%;
}
.dock #mas_f {
	position: absolute;
	z-index: 1;
	height: 8%;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.dock #mas {
	position: absolute;
	z-index: 1;
	height: 12%;
	width: 100%;
	left: 0px;
	bottom: 8%;
}
.subtitulo {
	position: absolute;
	background-color: #000000;
	z-index:1;
	top: 0px;
	right: 0px;
}
.contenido .dock-sec {
	float: right;
	height: 100%;
	width: 30%;
	position: relative;
	overflow: hidden;
}
.dock-sec .scroll-sec {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 80px;
}
.dock-sec .scroll-sec a {
	display: block;
	text-align: right;
	margin-top: 4px;
	color: #ffffff;
	text-decoration: none;
}
.video img {
	position: absolute;
}

.video canvas {
	position: absolute;
	top: -100px;
	left: -100px;
}
.subtitulo img {
	display: inline;
	margin-left: 20px;
	border: 0px;
}
.link {
	text-decoration: none;
	color: inherit;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url('/static/img/cargando.gif');
}

