@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:0.9em;
	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, a.menu:visited {
	color:white;
	text-decoration:none;
}
a.menu:hover {
	color:#0099CC;
	text-decoration:underline;
}
a.ruta, a.ruta:visited {
	color:#333333;
	text-decoration:none;
}
a.ruta:hover {
	background:#CCCCCC;
}
a.org, a.org:visited {
	color:black;
	text-decoration:none;
}
a.org:hover {
	text-decoration:underline;
}
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 15px 12px;
	width:800px;
	background:white;
}
#superior {
	float:left;
	width:100%;
}
#busqueda {
	float:right;
	margin:-25px 20px 0 0;
	_margin:-25px 5px 0 0; /* SOLO IE <= 6 */
}
#nombre {
	border:1px solid #666666;
	background:#EAEAEA;
	font-size:0.7em;
}
#boton-buscar {
	font-size:0.7em;
}
#resultados-busqueda {
	float:left;
	width:775px;
	font-size:0.8em;
	margin-top:25px;
	cursor:crosshair;
}
.columna {
	float:left;
	width:185px;
	margin:20px 0 0 12px;
	_margin:20px 0 0 5px; /* SOLO IE <= 6 */
	border-left:1px solid gray;
}
.telefono {
	float:left;
	width:180px;
	margin:5px 0 0 5px;
	height:20px;
	border-bottom:1px dotted gray;
}
.texto {
	float:left;
	height:20px;
	margin-top:4px;
	padding-right:4px;
	background:white;
}
.numero {
	float:right;
	height:20px;
	margin-top:4px;
	padding-left:4px;
	background:white;
	font-size:0.7em;
}