/*
===============================
lucasmourelle - desarrollos rgb
www.lucasmourelle.com.ar
===============================
diseno y desarrollo - 2006
estilos sitio pacheconieves
===============================
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #DDDDDD;
	text-align: center;
	color: #3a331e;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}
h1, h2 {
	display: none;
}
#flash {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 442px;
	margin-left: -385px;   /* a la mitad de su ancho */
	margin-top: -221px;  /* a la mitad de su alto */
	display: block;
	background: #dddddd;
}
#texto {
	background: #e8e8e8;
	padding: 10px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	text-align: left;
	width: 600px;
	margin: 0 auto 50px;
	position: relative;
}
#flash p {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #3a331e;
	margin-top: 1em;
	margin-bottom: 1em;
}
#flash ul {
	margin-left: 40px;
}
#plugin {
	background: #f3f3f3;
	padding: 10px 20px;
	border: 1px solid #ffffff;
	margin: 2em 50px;
	position: absolute;
	top: 100px;
}
h3 {
	text-transform: lowercase;
	color: #a7a7a7;
	font: normal 48px/1em Futura, "Avant Garde", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
h4 {
	text-transform: uppercase;
	color: #a7a7a7;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin-bottom: 130px;
}