/*

TICKETS

*/

#ticketsContainer{
        position:absolute;
	text-align:center;
	margin: 0 auto;
	padding:0px;
	border: 0;
	border-color:red;
	z-index: 22;	
	top: 33%;	
	width:960px;	
	height: 600px;
        visibility: hidden;
	overflow:hidden;
}

#ticketsTop{
	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:207px;	
	background-image:url('../img/tickets_top.png');
	background-color:transparent;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
	left:0px;
        top:0px;
}

#ticketsBottom{
	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:407px;	
	background-image:url('../img/tickets_bottom.png');			    
	background-color:transparent;
        background-repeat: no-repeat;
	border:0;
	border-color:black;
	z-index:5;
	overflow:hidden;
        top:-1px;
}

#texto-tickets-1{
    position:fixed;
    text-align:center;
    margin: 0 auto;
    padding:0px;
	
    border: 0;
    border-color:red;
    z-index: 26;	
    top: 83px;	
    width:960px;	
    height: 600px;
        
    background-image: url('../img/texto-tickets-1.png');
    background-repeat:no-repeat;
    background-position:0px -50px;
    background-size: 100%;
    
    opacity: 0.0;
    visibility: visible;
    overflow:hidden;
}

#texto-tickets-2{
    position:fixed;
    text-align:center;
    margin: 0 auto;
    padding:0px;
	
    border: 0;
    border-color:red;
    z-index: 26;	
    top: 83px;	
    width:960px;	
    height: 600px;
        
    background-image: url('../img/texto-tickets-2.png');
    background-repeat:no-repeat;
    background-position:0px -50px;
    background-size: 100%;
    
    opacity: 0.0;
    visibility: visible;
    overflow:hidden;
}

#ticket1{
    	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:493px;	
	background-image:url('../img/tickets01.png');
	background-color:transparent;
        background-position: 0px -300px;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
        top:0px;
	left:0px;   
}

#ticket2{
    	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:493px;	
	background-image:url('../img/tickets02.png');
	background-color:transparent;
        background-position: 0px -300px;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
        top:0px;
	left:0px;   
}

#ticket3{
    	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:493px;	
	background-image:url('../img/tickets03.png');
	background-color:transparent;
        background-position: 0px -300px;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
        top:0px;
	left:0px;   
}

#ticket4{
    	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:493px;	
	background-image:url('../img/tickets04.png');
	background-color:transparent;
        background-position: 0px -300px;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
        top:0px;
	left:0px;   
}

#ticket5{
    	position:relative;
	margin: 0 auto;
        padding: 0;
	text-align:center;
	width:576px;
	height:493px;	
	background-image:url('../img/tickets05.png');
	background-color:transparent;
        background-position: 0px -300px;
        background-repeat: no-repeat;
	z-index:15;
	border:0;
	border-color:yellow;
        top:0px;
	left:0px;   
}

