centrar
/* Poner defaults a 0 */
* {MARGIN: 0;}

/*  BODY   */
/*
BODY { 	
	background : url('../images/webpage/fondo/backgroundsmall.gif') repeat-y center top; 
	background-color: #e1e1a9; 
	}

/* 
BODY { 	
	background : url('../images/webpage/fondo/background.gif') repeat-y center top; 
	background-color:#FFFFFF; 
	}
*/
	
	BODY { 	
	background : url('../images/webpage/fondo/background11.gif') repeat-y center top; 
	background-color:#e3e1e2; 
	}
	
/*  links defaults  */	
a:link {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}	
	.Fields td { /*Estilo para el checkBox*/
	margin:1px;
	width:150px;
	cursor:pointer;
/*	vertical-align:top;
	text-align:left;*/
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	}
.title span { 
margin-bottom:2;
margin-top:2;
color:#15518C;
text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


/*  FONTS   */
.verdana22 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.verdana16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.verdana14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.verdana13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verdana9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.verdana8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.negro{
	color: #000000;
}
.blanco{
	color: #ffffff;
}
.azul{
	color: #003366;
}
.rojo{
	color: #CC0000;
}
.amarillo{
	color: #fbc05a;
}
.anaranjado{
	color: #ff9900;
}
.rojocancelado{
	color: #990000;
}
.naranjaagotado{
	color: #cc3300;
}
.azulmarino{
	color: #006699;
}

.conciertostxt{
	color: #ff3333;
}
.boldear {
	font-weight: bold;
}




.centrarTexto {
	text-align:center
}

/*  COLOR Y EFECTOS DE LINKS   */

.URLBLANCA:link, .URLBLANCA:visited, .URLBLANCA:active   {
	text-decoration: none;
	color: #FFFFFF;
}

.URLBLANCA:hover {
	text-decoration: none;
	/*color:#e9e9af;*/
	color:#feca4e;
}

.URLAZUL:link, .URLAZUL:visited, .URLAZUL:active   {
	text-decoration: none;
	color: #003366;
}

.URLAZUL:hover {
	text-decoration: none;
	/*color:#e9e9af;*/
	color:#003366;
}

.URLNEGRA:link, .URLNEGRA:visited, .URLNEGRA:active   {
	text-decoration: none;
	color: #000000;
}

.URLNEGRA:hover {
	text-decoration: none;
	/*color:#e9e9af;*/
	color:#000000;
}


.URLCOMPRA:link, .URLCOMPRA:visited, .URLCOMPRA:active   {
	text-decoration: none;
	color: #FFFFFF;
}

.URLCOMPRA:hover {
	text-decoration: none;
	color:#feca4e;
}

.boldlink:hover {
	font-weight: bold;
}

	
/*  cambiadores de texto   */
h1 {
	font-size: 250%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 100%;
	text-transform:uppercase;
}

h4 {
	font-size: 100%;
}

/* estilos de las formas */
.goButton {
	font-size: 11px;
	color: #ffffff;
	background-color: #006699;
	border-top: 1px solid #0088cc;
	border-right: 1px solid #002233;
	border-bottom: 1px solid #002233;
	border-left: 1px solid #0088cc;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
	margin-top: 1px;
	cursor:pointer;
/*	background-attachment:;
	background-position:;
	background-repeat:;*/
}

.goButton:hover {
	border-top: 1px solid #002233;
	border-right: 1px solid #0088cc;
	border-bottom: 1px solid #0088cc;
	border-left: 1px solid #002233;
	cursor:pointer;
}

.goButton2 {
	font-size: 10px;
	color: #ffffff;
	background-color: #ff9900;
	border-top: 1px solid #ffb062;
	border-right: 1px solid #ff7f00;
	border-bottom: 1px solid #ff7f00;
	border-left: 1px solid #ffb062;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
	margin-top: 1px;
/*	background-attachment:;
	background-position:;
	background-repeat:;*/
}

.goButton2:hover {
	border-top: 1px solid #ffb062;
	border-right: 1px solid #ff7f00;
	border-bottom: 1px solid #ff7f00;
	border-left: 1px solid #ffb062;
}

.goButtonOrange {
	font-size: 10px;
	color: #ffffff;
	background-color: #ff6600;
	border-top: 1px solid #ff9e5d;
	border-right: 1px solid #883600;
	border-bottom: 1px solid #883600;
	border-left: 1px solid #ff9e5d;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
	margin-top: 1px;
/*	background-attachment:;
	background-position:;
	background-repeat:;*/
}

.goButtonOrange:hover {
	border-top: 1px solid #883600;
	border-right: 1px solid #ff9e5d;
	border-bottom: 1px solid #ff9e5d;
	border-left: 1px solid #883600;
}

.inButton {
	font-size: 10px;
	color: #333333;
	background-color: #dddddd;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
	padding: 2px 3px;
	text-decoration: none;
	margin-top: 1px;
	cursor:pointer;
}

.inButton:hover {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #eeeeee ;
}

input.campos, select.campos {
	font-size: 10px;
	height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	padding-left: 4px;
}

input.campos:hover, input.campos:focus {
	border:2px solid #000000;
}

input.formulario, input.formulario:hover, input.formulario:focus{
	font-face: verdana;
	font-size: 11px;
	border:1px inset #006699;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 1px;
	padding-left: 1px;
}

.watermarked{
	font-size: 11px;
	font-style:italic;
	color:#999;
	border:1px inset #006699;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 1px;
	padding-left: 1px;
}


input.paso1, input.paso1:hover, input.paso1:focus{
	font-size: 11px;
	border:1px solid #006699;
	height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 1px;
	padding-left: 1px;
}

.bordeformulario{
	border:1px solid #006699;
}



select.formulario{
	font-size: 11px;
	font: Verdana;
	border:1px inset #006699;
	height:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

textarea.formulario{
	font-size: 11px;
	border:1px solid #006699;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

checkbox.formulario{
	font-size: 11px;
	border:1px solid #006699;
	padding-top:2px;
	padding-bottom:2px;
	margin-right: 4px;
	padding-left: 4px;
}

/* estilos de las TABLAS */

#publicidad {
	margin-left:8px;
	width:184px;
	position: static;
}

#tablaeventos {
	border: 1px solid;
}

.sinespacios {
}

.sinespacios td {
	padding-left:none;
	padding-right:none;
	padding-top:none;
	padding-bottom:none;
}


.cartelera {
	text-transform:uppercase; 
	display:block; 
	padding:2px 2px 2px 2px;
}



.linkdetabla a {
	display: block;
}

.tablelistado{

}

.tablelistado td {

}

.tablelistado a {
	display: block;
}

.listadeeventos{
	display: block;	
	text-align: left;
	border: 1px solid #999999;
}

.listadeeventosazul{
	display: block;	
	text-align: left;
	border: 1px solid #006699;
} 

.tablelistado td.izquierda {
	text-align: left;
	border-left: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}

.tablelistado td.izquierdasolo {
	text-align: left;
	border-left: 3px solid #CCCCCC;
}

.tablelistado td.izqdercentro {
	text-align: left;
	border-left: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}

.tablelistado td.derecha {

	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}

.tablelistado td.derechasolo {
	text-align: right;
	border-right: 3px solid #CCCCCC;
}

.tablelistado td.centro {
	border-bottom: 3px solid #CCCCCC;
}


.tablelistadoazul{

}

.tablelistadoazul td {

}

.tablelistadoazul a {
	display: block;
}

.tablelistadoazul td.izquierda {
	text-align: left;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.tablelistadoazul td.izqdercentro {
	text-align: left;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.tablelistadoazul td.izquierdasolo {
	text-align: left;
	border-left: 1px solid #006699;
}

.tablelistadoazul td.derecha {

	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.tablelistadoazul td.derechasolo {
	text-align: right;
	border-right: 1px solid #006699;
}

.tablelistadoazul td.centro {
	border-bottom: 1px solid #006699;
}


.tablelistadoazulabajo{

}

.tablelistadoazulabajo td {
	border-bottom: 1px solid #006699;
	padding:5px 0px 5px 0px;

}

.tablatxt {
	margin-left:2px; 
	display:block;  
	height:20px; 
	padding-top:3px;
}

.tablatxt2 {
	margin-left:2px; 
	display:block;  
	height:20px; 
}

/* COLORES DE EVENTOS EN FONDO */

.botoncompra {
	background-color:#d20000;
	border-bottom:#a90000 solid; 
	border-right:#a90000 solid; 
	border-left:#ff5757 solid; 
	border-top:#ff5757 solid; 
	border-width:1PX;  
}

.botoncompra:hover {
	border-top: 1px solid #a90000;
	border-right: 1px solid #ff5757;
	border-bottom: 1px solid #ff5757;
	border-left: 1px solid #a90000;
	color:#feca4e;
	
}

.botoninfo {
	background-color:#006699;;
	border-bottom:#002233 solid; 
	border-right:#002233 solid; 
	border-left:#0088cc solid; 
	border-top:#0088cc solid; 
	border-width:1PX;  
}

.botoninfo:hover {
	border-top: 1px solid #002233;
	border-right: 1px solid #0088cc;
	border-bottom: 1px solid #0088cc;
	border-left: 1px solid #002233;
	color:#e9e9af;
	
}

.botoninfo2 {
	background-color:#003366;
	border-bottom:#002233 solid; 
	border-right:#002233 solid; 
	border-left:#0088cc solid; 
	border-top:#0088cc solid; 
	border-width:1PX;  
}

.botoninfo2:hover {
	border-top: 1px solid #002233;
	border-right: 1px solid #0088cc;
	border-bottom: 1px solid #0088cc;
	border-left: 1px solid #002233;
	color:#e9e9af;
	
}

.conciertos {
	background-color:#ff6600;
}
.deportes {
	background-color:#ff6600;
}
.teatro {
	background-color:#ff6600;
}
.culturales {
	background-color:#ff6600;
}
.familiares {
	background-color:#ff6600;
}
.congresos {
	background-color:#ff6600;
}
.especiales {
	background-color:#ff6600;
}
.naranja {
	background-color:#ff9900;
}
.gris {
	background-color:#CCCCCC;
}
.grisligth {
	background-color:#ececec;
}
.grissuperligth {
	background-color:#f6f6f6;
}
.azulfondo {
	background-color:#003366;
}
.amarillofondo {
	background-color:#ffdc8b;
}
.azullight {
/*	background-color:#006699; */
	background-color:#336b9a;
}
.azulmaslight {
	background-color:#406c99;
}
.azulclaro {
	background-color:#e0ebf6;
}
.dorado {
	background-color:#cccc99;
}
.blancofondo {
	background-color:#ffffff;
}

/* ESTILO DE CONTENIDOS */

.ContPrincipal {
	margin:10px 20px; 
	width:730px;
}

.ContImgEventos {
	width:80px; 
  	float:left;
	background-color: #ffffff;
	border: 3px solid #006699;
	border-right: none; 
	position: relative; 
	z-index: 1;
}

.ContEventos {
	float:left; 
	width:640px; 
	position: relative;
	margin: 0px 0 0 -3px;
	border: 3px solid #006699;
}

.infoEventos {
	border: 1px solid #006699;
}

.infoEventos td {
	padding-left:15px;
	padding-right:15px;
}


.ClearinfoEventos {
	border: 1px solid #006699;
}

.ClearinfoEventos td {
	padding-left:inherit;
	padding-right:inherit;
	padding-left:0px;
	padding-right:0px;
}

.EspacioEntreCeldas {

}

.EspacioEntreCeldas td {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

.EspacioAltoEntreCeldas {

}

.EspacioAltoEntreCeldas td {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
}

.EspacioMasAltoEntreCeldas {
	border: 1px solid #006699;
}

.EspacioMasAltoEntreCeldas td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}


.todobordes td {
	border:1px solid #999999;
}


.minimargen td{
	padding-left:1px;
}

.infoEventos td.centro {
	border-bottom: 1px solid #006699;
}

.infoEventos td.espacios {
	padding-top:3px;
	padding-bottom:3px;
/* 	padding-right:15px; */
}


/* POSIBLE BORRAR */

.tablehome {
}

.tablehome td {
	border-style:solid;
	border-width:3px;
	border-color:#CCCCCC; 
}

.tableborder {
}

.tableborder tr{
	border-bottom:solid;
	border-width:3px;
	border-color:#999999
}


.tableflat {

}

.tableflat td {
	border-style:none;
}



#artistMain {
	border: 1px solid;
}

.nobordefoto{
	border:none;
}

.bordefoto{
	border:3px solid #006699;
}

.bordefoto2{
	border:1px solid #006699;
}

.MenuMiCuenta{
	background-color:#eeeeee;
	border-left:solid;
	border-left-color:#006699;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#006699;
	border-right-width:1px;
	border-top:solid;
	border-top-color:#006699;
	border-top-width:1px;	
	font-family:verdana;
	font-size:11px;
	color:#003366;
	/*width:100px;*/
	height:20px;
	vertical-align:middle;
	text-align:center;
	padding:5px 10px 5px 10px;
	margin-top:0px;
	font-weight: bold;
}
.Campo{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-align:right;
}
.ControlTexto{
	border:inset 1px #036;
	font-family:verdana;
	font-size:11px;
	color:#000;
	height:18px;
}
.ControlTextoWatermark{
	border:inset 1px #036;
	font-family:verdana;
	font-style:italic;
	font-size:11px;
	color:#666;
	height:18px;
}

.bordefotofacebook{
	border: 1px solid #eac03c;
}

.URLfacebook:link, .URLfacebook:visited, .URLfacebook:active   {
	text-decoration: none;
	color: #eac03c;
}

.URLfacebook:hover {
	text-decoration: none;
	color:#eac03c;
}

/* INCIA :ESTOS SON LOS ESTILOS PARA LA TABLA */

.Table
{
	display: table;
}
.TableTR
{
	display: table-row;
}
.TableTD
{
	display: table-cell;
}
.VerticalTOP
{
	vertical-align:top;
}
.VerticalMIDDLE
{
	vertical-align:middle;
}
.VerticalBOTTOM
{
	vertical-align:bottom;
}
/* TERMINA: ESTOS SON LOS ESTILOS PARA LA TABLA */


/* INICIA :ESTOS SON LOS ESTILOS PARA LA IMPRESIÓN DE LA HOJA DE CONFIRMACIÓN */

@media screen {
	

	#OPCIONELECTRONICTICKET_PRINT{
		display:none;
	}
	
}

@media print {
	
	#downeticket, #TOP, #TOP2, #publicidad, #INVITAAMIGOSFB, #OPCIONELECTRONICTICKET_SCREEN, #BOTON_MAPADEASIENTOS, #SEGUNDO_AVISO_CONFIRMACION, #BOTON_IMPRIMIR, #IMAGENPASOS, #ETICKETAGRADECE{
		display:none;
	}
	
	#PRINCIPAL{
		width:100%;
	}
	
	#OPCIONELECTRONICTICKET_PRINT{
		display:block;
	}
	
	BODY { 	
	background:none; 
	}
	
	.blanco{
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
	}
}

/* TERMINA :ESTOS SON LOS ESTILOS PARA LA IMPRESIÓN DE LA HOJA DE CONFIRMACIÓN */