@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	background:url('http://img.src.com.uy/b/fondo-pag.jpg') no-repeat;
	background-position:20px -100px;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3 { margin:0; padding:0; font-weight:normal; }
h1 {
	font-size:1.3em;
	font-weight:bold;
}
h2 {
	font-size:1.0em;
	text-align:center;
	color:#333333;
	font-weight:bold;
}
h3 {
	font-size:0.7em;
}

#h2-1, #h2-4 { margin-bottom:45px; }
#h2-2, #h2-3 { margin-bottom:30px; }

a.menu {
	color:white;
	text-decoration:none;
}
a.menu:hover {
	color:#0099CC;
	text-decoration:underline;
}
a.ruta {
	color:#333333;
	text-decoration:none;
}
a.ruta:hover {
	background:#CCCCCC;
}
a.perfil, a.perfil:visited {
	color:white;
	text-decoration:none;
	cursor:pointer;
}
a.perfil:hover {
	text-decoration:underline;	
}

#cabecera {
	margin:0 auto;
	width:800px;
	height:50px;
	*height:80px;
}
#logo {
	display:block;
	margin:25px 0 0 20px;
	width:237px;
	height:25px;
	background-image:url('http://img.src.com.uy/b/logo.png')!important;
	background-image:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.src.com.uy/b/logoIE.png');
}
#menu {
	float:right;
	width:194px;
	margin-top:-25px;
	padding-right:20px;
	font-size:0.65em;
	color:#F0F0F0;
}
#estado {
	float:right;
	margin-top:3px;
	padding-top:2px;
	border-top:1px dotted #666;
}

#barra {
	width:100%;
	height:70px;
	background:url('http://img.src.com.uy/b/deinteres/fondo-barra-sm.png') repeat-x;
}
#menu-busqueda {
	width:760px;
	height:30px;
	padding:25px 20px 0 20px;
	margin:0 auto;
	font-size:0.8em;
	color:#333333;
	font-weight:normal;
}
#boton-volver {
	float:right;
	width:122px;
	height:51px;
	background:url('http://img.src.com.uy/b/deinteres/boton-volver.png') no-repeat;
	margin:-30px 0 0 0;
}
#boton-volver:hover {
	background-position:0 -51px;
}
head~body #boton-volver { margin:-15px 0 0 0; } /* Filtro para Opera */
body:first-of-type #boton-volver { margin:-15px 0 0 0; } /* Filtro para Safari */
#boton-volver, x:-moz-any-link, x:default { margin:-30px 0 0 0!important; } /* Filtro para Firefox (3.0 o posterior) */
#boton-volver, x:-moz-any-link { margin:-30px 0 0 0!important; } /* Filtro para Firefox (3.0 o anterior) */

#barra-tran {
	width:100%;
	height:150px;
	background:url('http://img.src.com.uy/b/deinteres/fondo-barra-tran.png') repeat-x;
}
#centrado {
	margin:0 auto;
	padding:15px 0 35px 10px;
	width:800px;
	background:white;
}
#superior {
	float:left;
	width:100%;
}
#localidades, #internacionales {
	float:left;
	width:367px;
	margin-top:40px;
	padding:10px;
	background:#E0E0E0;
	border:1px dotted #666666;
}
#internacionales {
	margin:40px 0 0 10px;
	text-align:right;
}
label {
	float:left;
	margin-top:20px;
	font-size:0.9em;
	color:#333333;
	line-height:20px;
}
#busqueda_loc {
	float:left;
	width:358px;
	font-size:1.1em;
	background:white;
	border:1px solid #99CCFF;
	padding:1px;
	margin-top:40px;	
}
#boton_loc {
	float:right;
	margin-top:20px;
	padding:0 15px 0 15px;
}
#busqueda_int {
	float:left;
	width:358px;
	font-size:1.1em;
	background:white;
	border:1px solid #99CCFF;
	padding:1px;
	margin-top:59px;	
	text-align:right;
}
#boton_int {
	float:left;
	margin-top:20px;
	padding:0 15px 0 15px;
}

#loc-resultados-busqueda, #int-resultados-busqueda {
	float:left;
	width:380px;
	margin:25px 10px 0 0;
}
#int-resultados-busqueda {
	float:right;
	_margin:25px 5px 0 0; /* SOLO IE <= 6 */
}
.resultado {
	float:left;
	width:380px;
	background:white;
	font-family:'Tahoma', Arial, Helvetica;
	font-size:0.9em;
	margin-bottom:15px;
}
.pais, .departamento {
	float:left;
	width:370px;
	_width:365px; /* SOLO IE <= 6 */
	height:20px;
	margin:5px 0 0 5px;
	background:#EAEAEA;
}
.discado {
	float:left;
	width:370px;
	margin:10px 0 10px 5px;
	font-size:0.8em;
}
.capital {
	float:left;
	width:370px;
	margin:0 0 0 5px;
}
.otras-ciudades, .localidades {
	float:left;
	width:370px;
	margin:0 0 5px 5px;
}
.resaltado {
	font-weight:bold;
}