﻿/* DIV tags */

body {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0 0px;
	padding: 0;
    background-image: url('images/backgroundnuevo.gif');
	background-repeat: repeat;
}

#container {
	border: 2px solid #8C8C8C;
	background-position: 0px 0px;
	width: 660px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		right: auto;
		left: auto;
		overflow: auto;
	visibility: visible;
	
}
#header {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	padding: 0px;
	margin: 0px;
	width: 660px;
	background-image: url('images/mastheadcabecera.jpg');
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
#top_nav {
	width: 660px;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #dbf;
	height: 30px;
}
#content {
	border-style: none;
	background: #FFFFFF url('') 0px
0px;
	width: 638px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	position: relative;
	top: 0px;
	left: 0px;
}
#footer {
	border-width: 0px;
	border-color: inherit;
	padding: 0px;
	margin: 0px;
	border-style: none;
	background: #FFFFFF 0px 0px;
	width: 660px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #CC99FF;
	text-align: center;
}
h1 {
	margin: 0px;
	padding: 1px 10px 0px 10px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	width: 100%;
	padding-bottom: 0px;
}
p {
	margin: 1px;
	text-align: justify;
	right: auto;
	left: auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 3px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: small;
}

.img {
	margin-left: 60px;
}

#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 2px;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #dbf;
	font-weight: bold;
	padding: 5px;
}
#top_nav a:hover {
	border-color: b9d;
	font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		background-color: b9d;
}
#footer p  {
	text-align: center;
	padding-bottom: 2px;
}
#footer a {
	font-weight: bold;
	font-size: x-small;
	color: #660033;
}
#footer a:hover {
	font-size: x-small;
	font-weight: bold;
	color: #CC3300;
}
h4 {
	margin: 5px;
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
}

a {
	color: #660033;
}
a:visited {
	color: #BB99DD;
}

#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
#albumlist img {
	display: block;
	border: 2px solid #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}

h5 {
	font-family: Georgia;
	font-size: x-small;
	text-align: center;
}

