/* Elements */


body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	height: auto;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
	color: #FFFFFF;
	position: static;


}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}




#bann {
	position:absolute;
	width:204px;
	height:63px;
	z-index:1;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	left: 101px;
	top: 25px;
}

/* Header */

#header {
	width: 909px;
	height: 128px;
	margin: 0px auto;
}

#header h1 {
	margin: 0px;
	font-size: 52px;
	font-style: italic;
	float: none;
	padding-top: 160px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 380px;
	position: relative;
	visibility: inherit;
	left: 5px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 36px;
	font-style: italic;
	color: #ffffff;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 909px;
	height: 52px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 101px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	background-image: url(images/links/img4.jpg);
	background-repeat: no-repeat;
	background-color: #669966;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#333333;
}

/* Content */

#content {
	width: 909px;
	margin: auto;
	padding: 2px 0px 0px 0px;
	left: auto;
	top: 194px;
	height: 27px;
}
.imagen {
	position: fixed;
	left: 0px;
	bottom: 0px;
}

