@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
#flash {
	position: absolute;
	right: 50px;
	overflow: hidden;
	bottom: 0px;
}
body {
	background-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/fdo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body, html {
	height: 100%;
}
#direccion {
	position: absolute;
	bottom: 0px;
	width: 50px;
	z-index: 1;
	color: #699;
	font-size: 8pt;
	background-color: #1D2425;
	text-align: center;
	right: 0px;
	height: 100%;
}
#container {
	height: 100%;
	margin: 0 300px 0 0;
}
#contacto {
	color: #FFF;
	position: absolute;
	right: 350px;
	font-size: 10pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#direccion2 {
	background-image: url(../images/direccion.gif);
	height: 378px;
	width: 21px;
	margin: 20px auto 0 auto;
}
.celdita {
	background-image: url(../images/celdaUnaLinea.gif);
	background-repeat: no-repeat;
	width: 241px;
	height: 16px;
	border: none;
	padding: 2px 3px;
}
#quienes {
	top: 50%;
	visibility: hidden;
	position: absolute;
	width: 650px;
	height: 300px;
	right: 320px;
	margin: -150px 0 0 0;
}
#master {
	background-image: url(../images/fondGaleria.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
}
