BODY {
	BACKGROUND: url(/english/source/images/back.jpg) #6b3d21 repeat-y; 
	FONT: 12px/15px georgia, times, serif; 
	COLOR: #dcbdab;
	margin-top: 0px;
}
H1 {
	PADDING-TOP: 15px; 
	PADDING-BOTTOM: 15px; 
	FONT: 40px/40px georgia, times, serif; 
	CURSOR: default; 
	COLOR: #bb6d3d; 
	MARGIN: 0px 0px 10px 0px; 
}

H2 {
	PADDING-TOP: 15px; 
	FONT: 17px/0px georgia, times, serif; 
	TEXT-DECORATION: bold; 
	CURSOR: default; 
	COLOR: #bb6d3d; 
	MARGIN: 0px 0px 10px 0px; 
}
H3 {
	PADDING-TOP: 15px; 
	FONT: 28px/28px georgia, times, serif; 
	CURSOR: default; 
	COLOR: #bb6d3d; 
	MARGIN: 0px 0px 10px 0px; 
}
H4 {
	PADDING-TOP: 15px; 
	FONT: 18px/8px georgia, times, serif; 
	CURSOR: default; 
	COLOR: #bb6d3d; 
	MARGIN: 0px 0px 10px 0px; 
	PADDING-BOTTOM: 10px; 
}
H4_hover {
	PADDING-TOP: 15px; 
	FONT: 18px/8px georgia, times, serif; 
	CURSOR: default; 
	COLOR: #fc9;
	MARGIN: 0px 0px 10px 0px; 
	PADDING-BOTTOM: 10px; 
}
TD {
	FONT: 12px/15px georgia, times, serif;
}
A {
	COLOR: #fff;
	FONT: 12px/15px georgia, times, serif; 
}
A:hover {
	COLOR: #fc9
}
LI {
	PADDING-BOTTOM: 15px; 
}


.panel1 {
	width:100%; COLOR: #FFF; BACKGROUND-COLOR: #824E2F; TEXT-DECORATION: NONE
}

.panel2 {
	width:100%; COLOR: #FFF; BACKGROUND-COLOR: #945e3e; TEXT-DECORATION: NONE
}

.fotos {
}
.fotos A {
	display: block; 
	border-right:  #5a2c10 4px solid; 
	border-top:    #5a2c10 4px solid; 
	border-left:   #5a2c10 4px solid; 
	border-bottom: #5a2c10 4px solid;
	margin: 0px;
	padding: 0px;
}
.fotos A:hover {
	BORDER-LEFT-COLOR: #a06948; BORDER-BOTTOM-COLOR: #a06948; BORDER-TOP-COLOR: #a06948; BORDER-RIGHT-COLOR: #a06948
}

/****************************************************************************************************
 BARRA DE NAVEGACION (MENU) VERTICAL
 ****************************************************************************************************/

#nav {
	left: 75px; list-style-type: none; position: absolute; margin-top: 10px;
}
#nav a {
	margin-top: 1px; display: block; font: 12px/20px arial, tahoma, verdana, sans-serif; width: 135px; color: #fff; background-color: #824e2f; text-decoration: none;
}
 html #nav a {
	width: 135px;
}
#nav a:hover {
	background-color: #a16745;
}
#nav hr {
	width: 140px;
}
#nav li {
	padding-bottom: 1px; 
}
#current a {
	background-color: #945e3e;
}

/****************************************************************************************************
 BARRA DE NAVEGACION PARA CAMBIAR DE PAGINA
 ****************************************************************************************************/

.paginacion {
	font: 11px/15px arial, tahoma, verdana, sans-serif; color: #fff; text-decoration: bold; background-color: #945e3e; width: 545px;
}
.paginacion a {
	font: 11px/20px arial, tahoma, verdana, sans-serif; color: #fff; background-color: #824e2f; text-decoration: none
}
.paginacion a:visited {
	font: 11px/20px arial, tahoma, verdana, sans-serif; color: #fff; background-color: #824e2f; text-decoration: none
}
.paginacion a:hover {
	background-color: #a16745
}
.paginacion a#current {
	border: 1px solid white;
	font-weight: bold;
}

/****************************************************************************************************
 BARRA DE NAVEGACION (MENU) HORIZONTAL
 ****************************************************************************************************/

.categoria {
	height: 30px;
}
.categoria a {
	margin-top: 10px;
	text-decoration: none;
	color: white;
	background-color: #945e3e;
	padding: 3px 10px 3px 10px;
	text-align: center;
	border: 1px solid #3F330D;
}
.categoria a:hover {
	background-color: #a16745;
}
.categoria a#current, a#current1, a#current2, a#current3 {
	background-color: #945e3e;
	color: #6b3d21;
	border: 1px solid white;
	font-weight: bold;
}

/****************************************************************************************************
 ESTILOS GENERALES PARA ALINEACIÓN DE TEXTO
 ****************************************************************************************************/
.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }


.pie {
	text-align: center;
	font: 10px/12px georgia, times, serif; 
}


