html { min-height: 500px; margin-bottom: 1px; }
body {
	font-family:"Myriad Pro", tahoma,verdana,sans-serif; 
	font-size:13px;
	color: #FFF;
	/*background-image: url(/images/fondo.jpg);
	background-repeat:  no-repeat;*/
	margin: 0 auto;
	overflow:hidden; 
	background-color: #000;
	text-align: center;
}
#preloader {
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	text-align: center;
	vertical-align: middle;
}
h1 {
	color:#EEE;
}
p {
	color:#CCC;
}
#app {
	margin: auto;
	padding: 0px;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto -430px auto -430px;
	left: 50%;
	right: 50%;
}
.titulo {
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}


#box {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	background-image: url(/images/negro.png);
	background-repeat:  repeat;
	text-align: left;	
	width: 860px;
	height: 400px;
}
#footer {
	width: 890px;
	background-color: #282828;
	text-align: center;
	left: -15px;
	right: 0px;
	bottom: 50px;
	position: relative;
}
/* slider */
#slider_box {
	top: 150px;
	left: 75px;
	right: 75px;
	min-width: 840px;
	min-height: 400px;
}
#slider {
	height: 260px;
	padding-bottom: 30px;
	background-image: url(/images/negro.png);
	background-repeat:  repeat;
}
.slider_button {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url(/images/negro.png);
	background-repeat:  repeat;
	color: #FFF;
	cursor: pointer;
}
.slider_button:hover {
	background-color: #303030;
}
	
#slider_content {
	width: 860px;
	height: 290px;
	margin: 0px 5px 0px 5px;
	
}
	
.pantalla {
	width: 840px;
	height: 290px;
	padding: 0 10px;
}
.cell {
	display: table-cell;
	padding-left: 15px;
}
.tabla {
	display: table;
}
	
a {
 	font-weight: bold;
 	color: white;
 	text-decoration: none;
 }
ul {
	padding-left: 20px;
}
#supersize img, #supersize a{  
  height:100%;  
  width:100%;  
  display:none;  
}  
#supersize .activeslide, #supersize .activeslide img{  
  display:inline;  
}  