* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

HTML {
	background: #F2F2F2 url(../img/f_web.png) center top repeat-y;
}

BODY {
	position: relative;
	width: 850px;
	margin: 30px auto 40px;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #1A171C;
	text-align: left;
	overflow: -moz-scrollbars-vertical;
}

H1 {
	font-size: 3.3em;
	line-height: 1.1em;
	font-weight: normal;
	margin-right: 170px;
	font-family: Georgia, serif;
	cursor: pointer;
}

DIV#contacto {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 175px;
	font-size: 0.8em;
	line-height: 1.3em;
	background: #FFF;
	padding: 0px 0px 5px 10px;
}

DIV#contacto A {
	color: #1A171C;
	text-decoration: none;
}

DIV#contacto A:hover {
	color: #9C9E9F;
}

DIV#idioma {
	margin: 1em 0em 2.2em;
}

DIV#idioma A {
	text-decoration: none;
	color: #1A171C;
}

DIV#idioma SPAN {
	color: #9C9E9F;
}

H2 {
	font-size: 3.3em;
	line-height: 0.8em;
	font-weight: normal;
	font-family: Georgia, serif;
}

H2.primero {
	margin-top: 30px;
}

H2 A {
	color: #9C9E9F;
	text-decoration: none;
	cursor: pointer;
}

H2 SPAN {
	font-size: 0.33em;
	margin-left: 16px;
}

P {
	margin: 10px 0px;
}

DIV.contenido {
	display: none;
	margin-right: 200px;
}

DIV.contenido LI {
	margin-bottom: 0.8em;
}

DIV.contenido P {
	margin-left: 3px;
}

DIV.contenido IMG {
	display: block;
}