
#cuerpoBody{
	background-image: url('../images/background-top.jpg');
	background-repeat: repeat-x;
	background: #F2EBDA;
}

/************************************** HEADER ******************************************/
#logo{
	float: left;
	margin:0;
	padding:0;
	margin-top: 10px;
}

#logo img{
	float:left;
	border:0;
	margin:0;
	padding:0;	
}

.menuSeparador{
	float: left;
	width: 1px;
	height:21px;
	margin-top: 0px;
	margin-left: 0px;	
	background-color: #808080;
}

/****************************************************************************************/

/************************************** FOOTER ******************************************/
.separadorVerticalMenuFooter{
	float:left;
	width: 1px;
	height: 19px;
	background-color: #FFFFFF;
}

#separadorHorizontalFooter{
	clear:both;
	height:1px;
	width: 100%;
	border-top: 1px dashed rgb(160, 160, 160);
	margin-top: 6px;
	margin-bottom: 5px;
	line-height: 0px;
	font-size: 0px;
}

#wahlPie{
	float:right;
	font-family:verdana;
	font-size: 10px;
	color: rgb(160, 160, 160);
	padding-right: 0px;
	margin-right: 0px;
}

.accesosRapidosFooter{
	font-family:verdana;
	font-size: 10px;
	margin-right:5px;
	float: left;
	color: #A0A0A0;
	cursor: pointer;
    m: expression(this.onmouseover =  new Function("this.className = 'accesosRapidosFooter-hover';"));
}

.accesosRapidosFooter:hover,
.accesosRapidosFooter-hover{
	font-family:verdana;
	font-size: 10px;
	float: left;
	color: #000000;
	cursor: pointer;
    m: expression(this.onmouseout =  new Function("this.className = 'accesosRapidosFooter';"));
}

#ultimaLineaFooter{
	padding-left: 0px;
	width: 774px;
	padding-right: 0px;
	
}
/****************************************************************************************/

/****************************** WAHL OVER THE WORLD *************************************/
.flashMap{
	width: 100%;
}

#bloqueSelectCountries {
	background-color: #f4e8c1;
	padding:10px;	
}

#bloqueSelectCountries img{
	border:0px;
}

#tableCountries{
	width: 100%;
	background-color: #f4e8c1;
	margin: 0px;
	direction: ltr;
}

#tableCountries tr{
	vertical-align: top;
	width: 100%;
	text-align: left;
}

#tableCountries td{
	width: 20%;
	text-align: left;
}
	
#tableCountries ul{
	padding-left: 10px;
	text-align: left;
}

#tableCountries ul li{
	list-style-type: none;	
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

.tabla_paises_pais {
	font-size: 11px;
	text-decoration: none;
}

.tabla_paises_pais_con_link {
  text-decoration: none;
  cursor:pointer;
  color:#000000;
}

.tabla_paises_pais_con_link:hover {
  text-decoration: underline;
}


.tabla_paises_continente {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.tabla_paises_continente_con_link {
  text-decoration: none;
  cursor:pointer;
  color:#000000;
}

.tabla_paises_continente_con_link:hover {
    text-decoration: underline;
}

.divTextoContenidoCentradoVerticalmente {
	padding-bottom: 1px;
	display: table-cell;
	vertical-align: middle;
}

/****************************************************************************************/

.prefetch_images{
	display: none;
	background-image: url('../images/left_menu/parent-normal.jpg');
	background-image: url('../images/left_menu/parent-over.jpg');
	background-image: url('../images/left_menu/parent-selected.jpg');
	background-image: url('../images/left_menu/child-normal2.jpg');
	background-image: url('../images/left_menu/child-over.jpg');
}

.disable_javascript{
	color: #FF0000;
	margin-left: 10px;
	margin-top: 10px;
}
