@import url("thickbox.css");
body {
	margin: 0px;
	padding: 0px;
	background-color: #CED7CE;
	background-image: url(imagenes/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #483A31;
}
div.padder { 
	padding: 15px; 
}
h1 {
	display:none;
}
h2 {
	font-size: 18px;
	width: 400px;
	background-image: url(imagenes/dots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 15px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color:#505840;
}
a:hover {
	color:#899D62;
}
a:visited {
	color:#899D62;
	text-decoration: none;
}
.current {
	font-weight:bold;
}

label {
	width: 100px;
	float: left;	
	clear: left;
}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 230px;
	margin-bottom: 10px;
}
.boton {
	width: 70px;
	padding: 2px;
	float: left;
	margin: 0px;
}
#wrapper {
	position:absolute;
	margin: 0px 0px 0px -480px;
	position: relative !important;
	/*margin: 0px auto 0px auto;*/
	left: 50%;	
	height: 100%;
	width: 959px;
	background-image: url(imagenes/encabezado.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
}
#content {
	position: relative;
	margin: 0px auto 0px auto;
	height: 100%;
	width: 760px;
}

#header { 
	position: relative; 
	width: 100%; 
	height: 220px; 
	text-align: left;
	margin: 0px; 
	white-space: nowrap;
}
#contentSection {
	position: relative;
	height: auto;
	padding-right: 50px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#menuSection { 
	position: absolute; 
	top: 220px; 
	left: 25px; 
	height: auto; 
	width: 180px; 
}
img.fotoframe {
	background-image: url(imagenes/fotoframe.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 18px;
}
img.fotogal {
	border: 5px solid #FFFFFF;
	margin: 3px;
}
ul.listado {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu {
	list-style: none;
	font-size:13px;
	margin-left: 50px;
	margin-top: 20px;
}
#menu li a {
	text-decoration: none;
	font-weight: bold;	
	color:#FFFFFF;
}
#menu li a:hover, #menu li a:active {
	text-decoration: none;
	font-weight: bold;	
	color: #899D62;
}
address {
	font-style:normal;
	position: relative;
	height: 40px;
	width: 350px;
	padding-top: 4px;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding-right: 50px;
	font-size:10px;
	background-image: url(imagenes/dots.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	width: 70%;
	margin-left: 50px;
}
td {
	text-align: center;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #899D62;	
}
fieldset {
	border: none;
}
