@charset "utf-8";
/* CSS Document */
/* No olvides definir estilos para focus */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body { 
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #000000;
	background-image: url(../css/Fondohojitas.jpg);
	margin:0 auto;
}

@font-face {
	font-family: stencil_std_bold;
	src: url('../css/StencilStd.eot');	
	src: local('stencil_std_bold'), url(../css/StencilStd.otf) format("opentype");
}

#marco {
	position:absolute;
	margin:0;
	width: 100%;
	height: 100%;
	z-index:1;
	top:0;
	left:0;
}

#flash-main{
	background:#000;
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:970px;
	height:570px;
	z-index:1;
	border:#FFF solid 2px;
}

#contenedor {
	position:absolute;
	width:970px;			/* el ancho del site */
	height:570px;			/* el alto del site */
	top:50%;				/* para centrarlo */
	left:50%;				/* para centrarlo */
	margin-left:-485px;		/* la mitad del ancho del site */
	margin-top:-320px;		/* la mitad del alto del site */
	
}

#fechas{
	position:relative;
	display:block;
	background:url(../css/resistencia.png);
	background-color:transparent;
	top:35px;
	right:18px;
	width:1010px;
	height:120px;
	z-index:5;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	top:10px;
	left:240px;
	overflow:hidden;
	width: 710px;
	height:110px;
	/* custom decorations 
	border:1px solid #0F0;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:6000px;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:710px;
	overflow:hidden;
}

/* single scrollable item */
.scrollable span{
	font-family:Stencil Std, stencil_std_bold, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFF;
}
.scrollable li{
	font-family:Stencil Std, stencil_std_bold, Arial, Helvetica, sans-serif;
	background-image:url(../css/estrella.png);
	background-position: left top;
	background-repeat:no-repeat;
	color:#FFF;
	text-align:left;
	float:left;
	font-size:18px;
	margin:5px 5px 0 20px;
	padding:0 0 0 30px;
	width:290px;
	height:110px;
	display:block;
}
.scrollable span a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:11px;
	line-height:15px;
	text-align:left;
	color:#3C0;
	text-decoration:none;
}

.scrollable span a:hover, visited, active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

/* active item */
.scrollable .active {
	border:2px solid #FFF;
	position:absolute;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../css/hori_large.png) no-repeat;
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	float:left;
	top:42px;
	cursor:pointer;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px; right:50px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; left:195px;} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
	
} 	


/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{font-family:Arial, Helvetica, sans-serif; color:#FFF; margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#fff;}
#superbox-innerbox{padding:10px 0;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}

#superbox-container .loading {
	width:220px;
	height:19px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("../css/loader.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}
#superbox .close {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	cursor:pointer;
}
