@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 { margin:0; padding:0; font-weight:normal; }
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
	margin-top:20px;
}

a.menu {
	color:white;
	text-decoration:none;
}
a.menu:hover {
	color:#0099CC;
	text-decoration:underline;
}
a.ruta {
	color:black;
	text-decoration:none;
}
a.ruta:hover {
	background:#CCCCCC;
}

#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:-20px 20px 0 0;
	font-size:0.65em;
	color:#F0F0F0;
}

#barra {
	width:100%;
	height:70px;
	background:url('http://las.guias.com.uy/img/fondo-barra.png') repeat-x;
	_background:url('http://las.guias.com.uy/img/fondo-barra-IE.png') repeat-x;;
}

#menu-ruta {
	width:760px;
	height:30px;
	padding:25px 0 0 0px;
	margin:0 auto;
	font-size:0.8em;
	color:black;
	font-weight:normal;
}

#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:30px;
	width:750px;
	background-image:url('http://las.guias.com.uy/img/fondo-trans.png')!important;
	background-image:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://las.guias.com.uy/img/fondo-trans.png', sizingMethod = 'scale');
	font-family:'Tahoma', Arial, Helvetica;
	font-size:0.8em;
	line-height:28px;
}

#acercade {
	float:left;
	width:549px;
	height:120px;
	background-image:url('http://las.guias.com.uy/img/acercade.png')!important;
	background-image:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://las.guias.com.uy/img/acercade.png');
	margin-bottom:60px;
}
#contactenos {
	float:left;
	width:549px;
	height:120px;
	background-image:url('http://las.guias.com.uy/img/contactenos.png')!important;
	background-image:none;
	filter:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://las.guias.com.uy/img/contactenos.png');
	margin-bottom:60px;
}

#texto { float:left; width:750px; }

input, textarea {
	font-family:'Tahoma', Arial, Helvetica;
	font-size:1.2em;
}
textarea {
	width:300px;
	height:100px;
}
#email { width:250px; }