@charset "utf-8";
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin: 0px;
	padding: 0px;
}
table { border-collapse:collapse; border-spacing:0; }
img { border:0; }
ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

body {
	color: #000000;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #666666;
}

/* links  */

a {
	color: #E60000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* imagenes */

#logo {
	position: absolute;
	top: 0px;
	z-index: 1;
	padding-left: 24px;
}
#casas {
	position: absolute;
	top: 154px;
	z-index: 1;
	padding-left: 20px;
}


/* page structure & layout */

#pagina {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 968px;
	background-color: #FFFFFF;
}
#header {
	height: 118px;
	position: relative;
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000000;
}
#nav {
  bottom: 0;
  font-size: 1.1em;
  position: absolute;
  right: 25px;	
}
#content {
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #EFEFEF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#intro {
	float: right;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 560px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	clear: both;
	color: #aaa;
	font-size: 1.1em;
	background-color: #000000;
	padding: 30px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 16px 7px 16px;
	text-align: center;
	text-decoration: none;
	background-color: #E60000;
}
#nav li a:hover,
#nav li.current {
	background-color: #FF0000;
}

/* content */

#content h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}
#content h2 a {
	color: #000000;
	text-decoration: none;
}
#content h2 a:hover {
	color: #E60000;
}
#content h3 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content h4 {
	background: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}

#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* contenido secundario */

#intro h1 {
	color: #E60000;
	font-weight: normal;
	margin: 16px 0 5px 0;
	padding: 7px 0 7px 0;
}
#intro p {
	margin: 0;
	font-size: 1.1em;
	text-align: justify;
	padding-bottom: 8px;
}
#intro ul {
  margin: 7px 0 20px 20px;
}
#intro ul li {
  height: 18px;
  list-style: square;
}	
#intro a {
	color: #E60000;
	font-weight: bold;
	text-decoration: none;
}
#intro a:hover {
	color: #E60000;
	text-decoration: underline;
}
#footer  h2 {
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 400px;
}

#datos {
	position: absolute;
	z-index: 1;
	top: 34px;
	padding-left: 540px;
	color: #CCCCCC;
	font-size: 1.3em;
	text-align: right;
	font-weight: normal;
}

