body {
	margin: 0px;
	background-color: #002;
	font-family: Arial, Helvetica, sans-serif;
}

#carga{
	color: #ffffff;
	background-color: #000000;
	position: absolute;
	top: 20px;
	left: 20px;
}

#cbcr{
  visibility: hidden;
  height: 0px;
}

#conten-ext{
	height: 640px;
	width: 760px;
	visibility: hidden;
}


#contenedor {
	height: 590px;
	width: 760px;
	background-color: #fff;
	position: relative;
	margin-top: 15px;
}

/* --Selector de idioma ---*/
#idioma{
  width:125px;
  height:17px;
  position:relative;
  top:-17px; 
  left:635px; /*635px con 4 idiomas, 666px con 3 idiomas, 697 con 2 idiomas */
}

#idioma ul{
  margin: 0px;
  padding: 0px;
  font-size:11px;
  text-align:center;
  list-style-type: none;
}

#idioma ul li{
  float:left;
  width:30px;
  height:15px;
  border-left:1px solid #002;
  background-color:#fff;
}

#idioma ul li.selec{
  background-color:#f90;
}

#idioma ul li a{
  color:#666;
  text-decoration:none;
}

#idioma ul li.selec a{
  color:#fff;
  text-decoration:none;
  font-weight: bold;
}

#idioma ul li a:hover{
  color: #666;
  background-color:#fc0;
  display:block;
  border-bottom:1px solid #FFCC00;
}

#idioma ul li.selec a:hover{
  color: #fff;
  background-color:#f90;
  display:block;
  border-bottom:1px solid #f90;
}
/*--- Fin selector idioma---*/


#columnaIzq{
	height: 590px;
	width: 160px;
	/*background-image: url(../imagenes/fondomenu.gif);
	background-repeat: repeat-x;*/
	display: block;
	float: left;
	position: relative;
  top:-17px;	
	/*text-align: center;*/
}


#contenido {
	width: 600px;
	height: 590px;	
	position: relative;
  top:-17px;	
	margin-top: 0px;
	float: right;
	text-align: left;
}


#pie{
  clear:both;
  width: 600px;
  padding-left:160px;
  font-size: 10px;
  line-height: 20px;
  color: #999;
  text-align: center;
  position:relative;
  top:-17px;
}


#avis{
  width:350px;
  height: 175px;
  left:200px;
  top:155px;
  padding:20px 0px;
  position:absolute;
  background-color: #ffcc00;
  border:1px solid #000;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  visibility:visible;
  font-size: 12px;
  text-align: center;
}

#avis ul{
  margin-left: 50px;
  padding: 0px;
  text-align:center;
  list-style-type: none;
}

#avis ul li{
  float:left;
  width:80px;
  height:15px;
}


/* Estilos class comunes */
