/* CSS Document */

html, body, input{ 
 font-famly:Arial;
 font-size:12px;
 color:#666;
 text-align:left;
 margin:0; 
 padding:0; 
}


#header{
 position:relative; 
 height:114px; 
 background:#fff url(imgs/header.jpg) no-repeat; 
 width:100%;
} 

#footer{
 height:20px; 
 background-color:#fff; 
 clear:both;
 }
 
 .reg {
 	font-family:Arial;
	font-size:9px;
	color:#666;
	}
	
.elideabajo {
	}
	
.mapasitio {
	font-family:Arial;
	font-size:9px;
	color:#666;
	}
	
/*-----modales-----*/

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 8;
	filter: alpha(opacity=80);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	right:0px;
	display:none;
	padding: 0px;
}
#popupInner {
	/*border: 2px solid #666666;*/
	background:url(imgs/fondomodal.jpg) repeat-x;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	color: #ffffff;
	font-weight: bold;
	height: 29px;
	width:100%;
	padding-left:5px;
	padding-top:5px;	
	background:url(imgs/fondomodal.jpg) repeat-x;
	/*border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;*/
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

/*-----index-----*/

#izq{
width:351px;
float:left;
height:1350px;
background-color:#fff;
background:url(imgs/leftcolumn.jpg) no-repeat;
}
#centro{
width:318px;
float:left;
height:1350px;
background-color:#fff;
background: url(imgs/centercolumn.jpg) no-repeat;
}
#der{
width:355px;
float:left;
height:1350px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}
#contenedor{
width:1024px;
margin:0 auto;
} 

#tablatextoCentronew{
	padding-left:17px;
	padding-right:0px;
	padding-top:50px;
	
}

.imagelogo{
	width:134px;
	height:172px;
	padding-left:120px;
	padding-top:50px;
	position: relative;
	float: left;
	display:inline;
  }
  
#tablatexto{
	padding-left:45px;
	padding-right:0px;
	padding-top:250px;
	
}

#tablatexto2{
	padding-left:105px;
	padding-right:50px;
	padding-top:10px;
	float:right;
	
}

#tablatextoFraude{
	padding-left:100px;
	padding-right:50px;
	padding-top:5px;
	float:right;
	
}

#tablatextoFraude2{
	padding-left:50px;
	padding-right:100px;
	padding-top:5px;
	float:right;
	
}

#tablatexto2 a{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#F2700B; 	
}

#tablatexto2 a:hover{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#CC0000; 	
}

#tablatextoCentro{
	padding-left:17px;
	padding-right:20px;
	padding-top:50px;
}

#tablatextoCentro a{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#F2700B; 	
}

#tablatextoCentro a:hover{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#CC0000; 	
}

#quickLinks{
	padding-right:50px;
	padding-top: 40px;
	float:right;
}

#quickLinks td{
	background:url(imgs/boton_col_leftdown_off.jpg) no-repeat;
	height:23px;
	padding: 0px 5px 0px 25px;
	vertical-align:middle;
}

#quickLinks td a{
	text-decoration:none;
	color:#333333;
}

#quickLinks td a:hover{
	text-decoration:none;
	color:#999999;
}



.introtxt{
	font-famly:Arial;
 	font-size:12px;
 	color:#666;
 	
}

.tituloNaranja{
	font-family: Arial;
	font-size:12px;
	color:#F2700B; 	
	text-align:left;
}

.tituloNaranjaVenta{
	font-family: Arial;
	font-size:15px;
	color:#F2700B; 
	font-weight:bold;	
	text-align:justify;
	
}

.tituloNaranjaVenta2{
	font-family: Arial;
	font-size:12px;
	color:#ffb704; 
	font-weight:bold;	
	text-align:justify;	
}

.tituloRojoVenta{
	font-family: Arial;
	font-size:15px;
	color:#ff0000; 
	font-weight:bold;	
	text-align:left;
}

.tituloAzulVenta{
	font-family: Arial;
	font-size:16px;
	color:#0000ff; 
	font-weight:bold;	
	text-align:justify;
}

/*-----index-----*/

/*-----flickr----*/
#izqFlik{
width:351px;
float:left;
height:700px;
background-color:#fff;
background:url(imgs/leftcolumn.jpg) no-repeat;
}
#centroFlik{
width:318px;
float:left;
height:700px;
background-color:#fff;
background: url(imgs/centercolumn.jpg) no-repeat;
}
#derFlik{
width:355px;
float:left;
height:700px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}

/*---------------*/


#concurso{
	width:600px;
	height:600px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(imgs/fondomodal2.jpg) repeat-x;
	font-size:12px;
	color:#666666;
	padding-left:5px;
	padding-right:10px;
}

/*-----menu-----*/

#menu {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;

}
	
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 36px;
	list-style: none;

}

#menu a {
	float:left;
	width:134px;
	height: 25px;
	text-decoration:none;
	color:#666666;
	background: url(imgs/bton_generico_off.jpg) no-repeat;
	border-right:1px solid white;

}

#menu a:hover {background: url(imgs/bton_generico_on.jpg) no-repeat;
}

#menu a span{
	vertical-align:middle;
	padding-top: 1.2em;
	}

#menu li {
	float: left;
	text-align:center;
}


/*-----faq-----*/

#centrofaq{
width:318px;
float:left;
height:1400px;
background-color:#fff;
background: url(imgs/centercolumn.jpg) no-repeat;
}


#tablatextoFaq{
	padding-left:45px;
	padding-right:20px;
	padding-top:50px;
}

#tablatextoCentroFaq{
	padding-left:10px;
	padding-right:20px;
	padding-top:50px;
}

#tablatextoDerFaq{
	padding-left:10px;
	padding-right:20px;
	padding-top:50px;
}

#tablatextoFaq td{
	padding-left:5px;
	padding-right:5px;
	font-famly:Arial;
	font-size:12px;
	color:#666;
}

#tablatextoCentroFaq td{
	padding-left:5px;
	padding-right:5px;
	font-famly:Arial;
	font-size:12px;
	color:#666;
}

#tablatextoDerFaq td{
	padding-left:5px;
	padding-right:5px;
	font-famly:Arial;
	font-size:12px;
	color:#666;
}

.tituloFaq{

	font-famly:Arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.textonaranjafaq{

	font-famly:Arial;
	font-size:12px;
	color:#F2700B;
}

/*-----contacto---*/

#izqContacto{
width:669px;
float:left;
height:800px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

#derContacto{
width:355px;
float:left;
height:800px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}

#tablatextoContacto{
	padding-left:0px;
	padding-right:20px;
	padding-top:50px;
}

/*-----Visitantes---*/

#izqVisitantes{
width:669px;
float:left;
height:2100px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

#derVisitantes{
width:355px;
float:left;
height:1500px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}

#tablatextoVisitantes{
	padding-left:40px;
	padding-right:20px;
	padding-top:50px;
}

/*-----sonofilia---*/

#izqSono{
width:669px;
float:left;
height:1100px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

#izqSono2{
width:669px;
float:left;
height:1100px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

#mapaImgs{
width:800px;
float:left;
background-color:#fff;
}

#mapaGdl{

width:200px;
}

#mapaMex{

width:200px;
}

	

#derSono{
width:355px;
float:left;
height:800px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}

#tablatextoSono{
	padding-left:40px;
	padding-right:0px;
	padding-top:50px;
}

#tablatextoDerSono{
	padding-left:20px;
	padding-right:0px;
	padding-top:50px;
}

.titulocolumnasonofilia{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #D70000;
	padding-left: 10px;
  }
  
 .lineupsonofilia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	padding-left: 10px;
}


#tablatexto22{
	padding-left:50px;
	padding-right:40px;
	padding-top:430px;

}

#tablatexto22 a{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#F2700B; 	
}

#tablatexto22 a:hover{
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
	color:#CC0000; 	
}

/*-----lineup-----*/

#izqLine{
width:1024px;
float:left;
height:800px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

/*---------boletos-----------*/

#izqboletos{
width:351px;
float:left;
height:1500px;
background-color:#fff;
background:url(imgs/leftcolumn.jpg) no-repeat;
}
#centroboletos{
width:318px;
float:left;
height:1500px;
background-color:#fff;
background: url(imgs/centercolumn.jpg) no-repeat;
}
#derboletos{
width:355px;
float:left;
height:1500px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}
#contenedorboletos{
width:1024px;
margin:0 auto;
}

/*-----prensa-------------*/

#izqPrensa{
width:669px;
float:left;
height:700px;
background-color:#fff;
background:url(imgs/body-bg.jpg) no-repeat;
}

#derPrensa{
width:355px;
float:left;
height:700px;
background-color:#fff;
background: url(imgs/rightcolumn.jpg) no-repeat;
}

/*-----productos-----*/

@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }

#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 400px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	width: 170px;
	margin-right: 0;
	padding-top: 55px;
	padding-left: 132px;
	
}
#sidebar {
	width: 608px;
	margin-top: 50px;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	
}

/*#products th.infocus { background:url(imgs/menuLineup2.jpg); }*/
#products th.selected {	background:url(imgs/selected.jpg); }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 35px 0.45em 2.2em;
	text-align: left;
	height:27px;
	

}
#products tr {
	/*border-bottom: solid 1px #202020;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	
}
#products tr.infocus {
	background-color:#ffffff;
	cursor: pointer;
}

#products tr.notinfocus { color:#fff; }
#products tr.selected { color:#fff; }
#products tbody { margin-top: 0; /*background:url(imgs/menuLineup2.jpg);*/ color:#777;}

/*lineas negras*/
.even {  }

/*---la que se hace rollOver---*/
.rowHover {
	color: #fff;
	background-image:url(imgs/hover.gif);
	/*background-color: #000;*/
	cursor: pointer;
}
/*---la que está seleccionada---*/
.rowSelected { color: #ffb704; font-size:12px; font-weight:bold; background-image:url(imgs/selected.gif);}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}

.boximage {
	float: left;
	background-color: #76714d;
}


/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	padding-top:3px;
	padding-bottom:3px;
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('imgs/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 80%;
	background: url('imgs/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('imgs/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }


