#cabecera {
	z-index: 50;
	height: 150px;
	width: 900px;
	background-color: transparent;
}
#pie {
	z-index: 5;
	height: 100px;
	width: 904px;
	background-color: transparent;
	background-image: url(images/pie.png);
	border-top: 0.5px solid #ccc;
}

#medio {
	position: relative;
	z-index: 5;
	height: 500px;
	width: 900px;
	top: 20px;
}


#lateral {
	z-index: 5;
	height: 500px;
	width: 150px;
	top: 20px;
	background-color: #CCCCCC;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
#menu_hor {
	z-index: 10;
	height: 30px;
	width: 900px;
	background-image: url(images/f_menu.png);
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color: #D3A750;
}
#h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #D4AA56;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom-color: #CCCCCC;
	list-style-type: disc;
	width: 710px;
	padding-left: 20px;
	height: 20px;
}
#link_menu {
}


#fondo {
	background-image: url(images/fondo2.png);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
	position: absolute;
}
#tabla_fondo {
	height: 100%;
	width: 100%;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	position: absolute;
}


#menu_h {
	position: absolute;
	z-index: 10;
	height: 30px;
	width: 100%;
	top: 163px;
	background-color: #D2D2D2;
	left: -1px;
	background-image: url(images/f_menu.png);
}
#menu_contenido {
	top: -8px;
	position: relative;
	text-align: center;
	left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
amenu {
	color: #000000;
}




#contenido {
	z-index: 5;
	height: 500px;
	width: 750px;
	background-color: #FFFFFF;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a {
	font-size: 13px;
	color:#960;
}
a:link {
	text-decoration: none;
	color:#960;
}
a:visited {
	text-decoration: none;
	color:#960;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #AB822C;
}
body,td,th {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo1 {font-size: 14px}
.Estilo2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}

#linkpie a {
	font-size: 13px;
	color:#000;
}
#linkpie a:link {
	text-decoration: none;
	color:#000;
}
#linkpie a:visited {
	text-decoration: none;
	color:#000;
}
#linkpie a:hover {
	text-decoration: underline;
	color: #000;
}
#linkpie a:active {
	text-decoration: none;
	color: #AB822C;
}
