.indexLeftColumn {
	float: left;
	display: inline-block;
	width: 200px;
	height: 400px;
	margin-right: 10px;
	}
	
.indexCentralColumn {
	float: left;
	display: inline-block;
	width: 440px;
	}
.indexRightColumn {
	float: right;
	display: inline-block;	
	width: 300px;
	}

#topSearchForm .blockArea {
	width: 99%;
	}
#topSearchForm .columnaL {
	width: 270px;
	float: left; 
	}
#topSearchForm .columnaR {
	width: 120px;
	float: right;
	text-align: right;
	}
	
#seText {
	clear: both;
	}
#seText div {
	width: 100%;
	}
#seText .form-query  {
	height: 25px;
	font-size: 22px;
	color: #808080;
	border: 1px solid #000000;
	line-height: 22px;
	padding: 3px;
	width: 97%;
	}



.paisBlocks {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	display: inline-block;
	}
.paisBlocks .title {
	background: #dfd0b6 url(/imagenes/barrabg.gif) repeat-x top left;
	text-align: center;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #663300;
	color: #663300;
	}
.paisBlocks .block2 {
	background-color: #f6f4e6;
	border-left: 1px solid #E6E4D6;
	border-right: 1px solid #E6E4D6;
	display: inline-block;
	margin: 5px 0;
	}
.paisBlocks .data {
	text-align: center;
	padding: 7px;
	}
	
.paisBlocks .data div, .marco {
	text-align: center;
	padding: 10px;
	background-color: #dfd0b6;
	}
.paisBlocks .link {
	text-align: center;
	padding: 5px;
	background-color: #E6E4D6;
	}


/* Define styles of the search engine choice menu */ 
.searchEngineChoice{
	width: 100%;
	}
.searchEngineChoice ul{
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0; /*shift text down 1px for selected and active item*/
	background: black url(/imagenes/sechoice.gif) center center repeat-x;
	border-top: 1px solid #AAAAAA;
	}
.searchEngineChoice ul li{
	display: inline;
	}
.searchEngineChoice ul li span {
	width: 80px;
	float: left;
	color: #FFCC00;
	border-right: 1px solid #663300;
	padding: 5px 11px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	}
.searchEngineChoice ul li a {
	float: left;
	border-right: 1px solid #663300;
	color: #FFCC00;
	padding: 5px 20px;
	text-decoration: none;
	font-weight: normal;
	}
.searchEngineChoice ul li a:hover,.searchEngineChoice ul li a:visited {
	color: #FFCC00;
	}
.searchEngineChoice ul li a:hover, .searchEngineChoice ul li.current a, .searchEngineChoice ul li.current a:visited {
	float: left;
	color: #000000; /*text color*/
	padding: 5px 20px;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px solid #663300;
	background: #000000 url(/imagenes/sechoice-hover.gif) center center repeat-x;
	}

#seBasic {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
	}
#seBasic div {
	width: 200px;
	margin: 2px 0px;
	}
#seBasic div span { float: left; }
#seBasic div .label {
	width: 60px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	color: #663300;
	}
#seBasicBase div span { float: left; }
#seBasicBase div .label {
	width: 60px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	color: #663300;
	}
#selectType {
	float: left;
	clear: left;
	}
#selectMode {
	float: right;
	clear: right;
	}
#selectEdo {
	float: left;
	clear: left;
	}
#selectMun {
	float: right;
	clear: right;
	}
#seBasic select {
	min-width: 130px;
	max-width: 130px;
	}
#seBasic #selectCol {
	clear: both;
	width: 99%;
	display: inline-block;
	}
#seBasic  #colSelect select {
	width: 370px;
	min-width: 370px;
	max-width: 370px;
	}
#seBasic #selectPrice {
	width: 370px;
	clear: both;
	display: inline-block;
	}
#selectPrice select {
	width: 108px;
	min-width: 108px;
	max-width: 108px;
	}
#seAdvanced {
	color: #663300;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	}
#seAdvanced div {
	float: left;
	width: 85px;
	margin-right: 10px;
	}
#seAdvanced div select, #seAdvanced div input {
	width: 80px;
	height: 18px;
	border: 1px solid #444444;
	font-size: 12px;
	padding: 3px;
	}
#seAdvanced div select {
	height: 26px;
	}
#seAdvanced #selectHabs {
	clear: both;
	}

#selectAgencia  .agenciaCombo {
	width: 400px;
	}

h3 {
	background: #f6f6f6 url(/imagenes/user-title-bg.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	display: block;
	font-size: 12px;
	padding: 5px;
	padding-left: 25px;
	}
h3.dgray {
	background: none;
	border: none;
	}
#accordion div { padding: 10px; }
#accordion div div { padding: 0px; }

#goback { display: none; }