@import url("tickets.css");
body{
	margin:0;
	padding:0;
	background:#fff url(../images/header_bg.jpg) top repeat-x;
	font:normal 13px 'Segoe UI', Verdana, sans-serif;
	color:#000;
}
*{
	word-wrap: break-word;
}
img{
	border:0;
}
img.particular{
	opacity:0.5;filter:alpha(opacity=50);
	cursor:pointer;
	-webkit-box-shadow:0 0 7px 1px #000;
	-moz-box-shadow:0 0 7px 1px #000;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3, h4{
	margin:2px 5px;
	letter-spacing:-1px;
}
h4{
	font:normal 19px Candara;
	color:#333;
	text-shadow:#BCC9D3 0px 0px 2px;
}
h3{
	font:normal 21px Trebuchet MS;
	color:#0B375F;
	text-shadow:#BCC9D3 0px 0px 2px;
}
h2{
	font:normal 27px Credit Valley;
	color:#000;
	text-shadow:#666 0px 0px 1px;
}
h1{
	font:normal 33px Candara;
	color:#004080;
	text-shadow:#666 0px 0px 1px;
}
#tutto{
	position:absolute;
	width:970px;
	right:50%;
	left:50%;
	top:0;
	margin-left:-485px;
}
#logo{
	background:url(../images/logo.png) top center no-repeat;
	width:140px;
	height:135px;
	display:block;
	position:absolute;
	left:85%;
	top:7px;
}
div#header{
	background:url(../images/header.jpg) top center no-repeat;
	height:154px;
	width:970px;
	display:block;
}
div#footer{
	overflow:hidden;
	clear:both;
	margin-top:20px;
	padding-top:30px;
}
div#outfooter{
	height:50px;
	position:absolute;
	bottom:-60px;
	width:950px;
}
#header ul#barra, #barra ul{
	background:#709AC8;
	color:#FFF;
	padding:5px;
	margin:7px;
	position:absolute;
	top:70px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
}
#barra a, .resalto{
	src:url("includes/fuentes/TEEN.TTF");
	font:normal 18px Candara;
	background:none;
	padding:5px;
	margin:0 5px;
	color:#fff;
	text-decoration:none;
}
#barra a:hover, .resalto{
	background:#8DAED3;
}
#barra li{
    float:left;
    position:relative;
}
#barra ul {
    position:absolute;
    width:12em;
    top:1.5em;
    display:none;
}
#barra ul ul{
	top:auto;
}	
#barra li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}
#barra li:hover ul ul, #barra li:hover ul ul ul, #barra li:hover ul ul ul ul{
    display:none;
}
#barra li:hover ul, #barra li li:hover ul, #barra li li li:hover ul, #barra li li li li:hover ul{
    display:block;
}

#barra ul.subenlaces{
	background:#333;
	width:190px;
}
#barra ul.subenlaces a{
	padding:2px 5px;
	margin:3px 5px;
	font:normal 13px 'Segoe UI', Verdana, sans-serif;
	height:19px;
	display:block;
	width:170px;
	border:1px solid #333;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#barra ul.subenlaces a:hover{
	background:url(../images/nav_bg2.jpg) top left repeat-x;
	border:1px solid #C76C12;
}
div#cuerpo{
	position:absolute;
	left:50%;
	right:50%;
	top:120px;
	margin-left:-485px;
	width:950px;
	border:1px solid #fff;
	
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	
	-moz-box-shadow:0 0 8px 1px #3C416E;
	-webkit-box-shadow:0 0 8px 1px #3C416E;
	
	padding:10px;
	background-color:#FFFFFF;
	background-image: url(../images/cuerpo_top.png), url(../images/cuerpo_bottom.png), url(../images/cuerpo_bgy.jpg);
	background-position:top center, bottom center, center;
	background-repeat:no-repeat, no-repeat, repeat-y;
	background-size:100%, 100%, 100%;
}

/* the overlayed element */ 
.simple_overlay { 
     
    display:none; 
    z-index:10000; 
    background-color:#333; 
    width:700px;     
    min-height:200px; 
    border:1px solid #666; 
     
    -moz-box-shadow:0 0 10px 2px #000;
    -webkit-box-shadow: 0 0 10px 2px #000;     
} 
.simple_overlay img{
	width:700px;
}
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* the "information box" */
.simple_overlay .info {
	src:url("includes/fuentes/ligurino.ttf");
	font:normal 11px Ligurino;
	text-shadow: 1px 1px 2px #ccc;
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	border-top:1px solid #666;
	cursor:default;
	width:85%;
	background:#333 !important;
	opacity:0.7;filter:alpha(opacity=70);
}

.izquierda{
	width:490px;
	clear:left;
	float:left;
}
.derecha{
	width:450px;
	clear:right;
	float:right;
}
.qualcosa{
	min-height:60px;
	padding-top:5px;
	padding-left:10px;
	font-size:13px;
}
.qualcosa h3{
	margin-left:15px;
}
.qualcosa a{
	color:#000;
	text-decoration:underline;
}
.qualcosa a:hover{
	text-decoration:none;
}
.separador{
	width:80%;
	background:#ccc;
	height:1px;
	margin:10px auto;
	border-bottom:1px solid #eee;
}
.quot{
	background:url(../images/quot.png) top left no-repeat;
}
.exint{
	background:url(../images/exint.png) top left no-repeat;
}
#footer .gracias_t, .confidenza_t{
	letter-spacing:-1px;
	cursor:default;
}
#footer .gracias_t{
	font:bold 40px Trebuchet MS;
	color:#FF8040;
	position:absolute;
	right:70px;
	bottom:13px;
	text-shadow:#FFD2BB 0px 0px 5px;
}
#footer .confidenza_t{
	font:normal 20px Trebuchet MS;
	color:#004080;
	position:absolute;
	right:20px;
	bottom:10px;
	text-shadow:#fff 0px 0px 5px;
}
form#compra{
	background:#F5F5F5;
	padding:5px;
	height:auto;
}
form#compra input, textarea{
	padding:3px;
	font:normal 13px 'Segoe UI', Verdana, sans-serif;
	border:1px solid #ccc;
	color:#333;
}
.readonly{
	border:1px solid #ccc;
	background:#eee;
	color:#CCCCCC;
}
form#compra label{
}
form#compra div{
	margin:5px 0;
	height:26px;
}
form#compra span{
	height:20px;
	padding:6px 5px 0 5px;
	margin-right:5px;
	float:left;
	background:#709AC8;
	color:#fff;
	display:block;
	width:215px;
	
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
}
form#compra .small{
	width:120px;
}
form#compra .medium{
	width:160px;
}
form#compra .largem{
	width:175px;
}
form#compra .large{
	width:215px;
}
.mensaje_error{
	width:400px;
	border:2px solid #eee;
	background:#F5F5F5;
	padding:5px;
	margin:5px auto;
	text-align:center;
}
.mensaje_error span{
	display:block;
	background:#fff;
	margin:2px 0;
	padding:5px;
}
.radius{
	font:bold 15px 'Segoe UI', Verdana, sans-serif;;
	margin-left:20px;
}
.detalles_banco{
	border:1px solid #ccc;
	background:#F5F5F5;
	padding-left:5px;
	margin:20px;
	padding:10px;
	width:300px;
	float:left;
}
li.espaciador{
	height:2px;
	background:#666;
	width:190px;

}
.botonlink{
	font-size:14px;
	font-weight:bold;
	color:#0000A0;
}
.compraFinalizada{
	background: url(../images/compraFinalizada.gif) top center no-repeat;
	width:208px;
	height:215px;
	position:absolute;
	top:200px;
	right:-50px;
}
.opacidad50{
		opacity:0.5;filter:alpha(opacity=50);
}