* {
	margin:0;
	padding:0;
}
a {
	color:#fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#999;
}
img {
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
}
/*Area to place content normally*/
	#content-wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	overflow:auto;
	z-index:4;
	text-align:center;
}
/*Controls Section*/
	#controls-wrapper {
	margin:0px auto;
	padding:0px;
	height:150px;
	width:100%;
	bottom:0;
	z-index:5;
	background:url(../images/nav-bg.png) repeat-x;
	position:absolute;
}
#controls {
	margin:0 2%;
	width:96%;
	overflow: hidden;
	height:100%;
	text-align:left;
	z-index: 5;
}
#slidecounter {
	width:2%;
	float:left;
	color:#999;
	font-size:14px;
	font-weight:bold;
	text-shadow: #000 0px -1px 0px;
	margin:10px 10px 10px 0;
	cursor:default;
}
#slidecaption {
	overflow: hidden;
	float:left;
	font-size:14px;
	text-shadow: #000 0px 2px 0px;
	margin:10px 20px 10px 0;
	cursor:default;
}
/*Supersized Link*/
	.stamp {
	float: right;
	margin: 15px 30px 0 0;
}
/*Supersize Plugin Styles*/
	#navigation {
	float: left;
	margin:0 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 10;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersized {
	position:fixed;
}
#supersized img {
	-ms-interpolation-mode: bicubic;
}
#supersized img, #supersized a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
}
#supersized .prevslide, #supersized .prevslide img {
	z-index: 1;
}
#supersized .activeslide, #supersized .activeslide img {
	z-index: 2;
}
#nextthumb, #prevthumb {
	z-index:6;
	display:none;
	position:absolute;
	bottom:12px;
	height:75px;
	width:100px;
	overflow:hidden;
	border:2px solid #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
}
#nextthumb {
	right:12px;
}
#prevthumb {
	left:12px;
}
#nextthumb img, #prevthumb img {
	width:150px;
}
#nextthumb:active, #prevthumb:active {
	bottom:10px;
}
/*Add hover pointer*/
#controls > *:hover {
	cursor:default;
}

#nextthumb:hover, #prevthumb:hover, #prevslide, #pauseplay, #nextslide,.boton{
	cursor:pointer;
}

.creditos {
	float:left;
	width:100%;
	text-align:left;
	font-size:10px;
	color:#999;
	padding: 0 0 10px 0;
}
.copy {
	width:800px;
	margin:0 0 0 21px;
}
.informacion {
	float:left;
	width:45%;
	cursor:default;
}
.titulo {
	padding: 10px 0 0 0;
	width:100%;
	font-size:28px;
	font-weight:bold;
	cursor:default;
}
.menu {
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;
	padding: 10px 0 0 0;
	width:100%;
}
.player {
	width:150px;
	padding-top:10px;
	cursor:pointer;
}
.der {
	margin:-7px 20px 0 0;
}
.comparte {
	top:0;
	float:right;
	margin: -55px 0 0 10px;
}
.flota_izq {
	float:left;
}
.flota_der {
	float:right;
}
.paddingtop20px {
	padding-top:20px;
}
.limpiar {
	clear:both;
}
.boton {
	float:left;
	width:70px;
	height:15px;
	background-color:#09c;
	padding:2px 2px 1px 2px;
	margin-right:10px;
	text-align:center;
	border-radius: 5px; /*bordes redondeados*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/* CERTIFICA */
.esconder {
	visibility: hidden;
}
.logo{
	float:right;
	margin:-25px 0 0;
	
}