
img
{
    border: 0;
}

a
{
    text-decoration: none;
}

:focus
{
    outline: none;
}


#secBoletos
{
    width: 100%;
    margin: auto;
    overflow: hidden;
	
}

#secBoletos #divGaleria
{
    width: 100%;
    /*min-width: 1170px;*/
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
	
    height:800px;
}

#secBoletos #divGaleria .slide
{
    width: 100%;
    /*min-width: 1170px;*/
}

/* .botones
{
    width: 100%;
    height: 48px;
    margin: auto;
	z-index: 999999;
	position: absolute;
	top: 180px;
	left: 0;
}*/

 .botones .btn
{
    width: 48px;
    height: 48px;
    position: relative;
    top: -455px;
}
 .botones .ant
{
    background-image: url("../images/bg/back.png");
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    opacity: 0.5; 
	
	left: 0;
	position: absolute;
	top: 200px;
}

.botones .sig
{
    background-image: url("../images/bg/forward.png");
    background-repeat: no-repeat;
    background-position: left top;
    float: right;
    opacity: 0.5;
	right:0px;
	position: absolute;
	top: 200px;
}


#secBoletos #divGaleria .pagina
{
    width: 100%;
    min-width: 940px;
    height: 800px;
    display: none;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

#secBoletos #divGaleria .pagina .contenido
{
    padding-top: 100px;
	width: 940px;
	height: auto;
	margin: auto;
	line-height: 40px;
}

#secBoletos #divGaleria .pagina .contenido .cursiva
{
    padding-left: 42px;
	margin-left:150px;
	color: #fff;
	font-size: 38px;
	font-family: 'nexa_lightregular';
	font-weight: bold;
	text-shadow: #50575e 3px 3px 3px;
	padding-top: 60px;
}

#secBoletos #divGaleria .pagina .contenido .texto
{
	width: 350px;
    margin-left:600px;
	color: #fff;
	font-size: 38px;
	font-family: 'nexa_lightregular';
	font-weight: bold;
	text-shadow: #50575e 3px 3px 3px;
}

#secBoletos #divGaleria img
{
    max-width: 100%;
    height: 100%;
}

#secBoletos #divBoletos
{
    padding-top: 145px;
    width: 940px;
    height: 421px;
    margin: auto;
    position: relative;
    z-index: 2;
    top: -575px;
}

