/* --------- GENERAL ----------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C6C763;
	background-image: url(image/back02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #16130D;
}

#contenedor {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* --------- ENCABEZADO ----------- */

#encabezado {
	width: 608px;
	height: 190px;
	background-image: url(image/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#encabezado h1 {
	width: 600px;
	margin: 0px;
	padding-left: 20px;
	border-left: 10px solid #FFFFFF;

	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* --------- MENU PRINCIPAL ----------- */

#menu {
	width: 760px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 2px solid #E2E371;
	background-color: #16130D;
}

#menu ul {
	list-style-type: none;
	margin: 0px; /* El Explorer lee la tabulación de la lista como margen izquierdo, y el Firefox agrega un margen superior */
	padding: 0px; /* El Firefox lee la tabulación de la lista como padding izquierdo */
	text-transform: uppercase;
}

#menu li {
	float: left;
	border: 1px solid #E2E371;
}

#menu li a {
	display: block;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #E2E371;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #312A1C;
}

/* --------- CONTENIDO ----------- */

#contenido {
	width: 684px;/*	background-color: #00FF00; /* Utilizamos color de fondo para ver el verdadero tamaño del render en cada navegador */
	margin-left: auto;
	height: 400px;
	margin-right: auto;
}

#contenido #texto_scroll {
	float: left;
	width: 350px;
	height: 356px;
	text-align: justify;
	background-color: #16130D;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px solid #E2E371;
	margin-right: 10px;
	overflow: scroll;
}

#contenido #texto {
	float: left;
	width: 350px;
	height: 356px;
	text-align: justify;
	background-color: #16130D;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px solid #E2E371;
	margin-right: 10px;
}

#contenido #texto a {
	color: #E2E371;
	text-decoration: none;
}

#contenido #texto a:hover {
	color: #E2E371;
	text-decoration: underline;
}


#contenido #texto h2 {
	font-size: 16px;
	color: #D0912C;
	text-transform: capitalize;
}

#contenido #texto h2 a {
	font-size: 16px;
	color: #D0912C;
	text-transform: capitalize;
	text-decoration: none;
}

#contenido #texto h2 a:hover {
	font-size: 16px;
	color: #D0912C;
	text-transform: capitalize;
	text-decoration: underline;
}

#contenido #texto_scroll h3 {
	font-size: 12px;
	color: #D0912C;
}

#contenido #texto_scroll h2 {
	font-size: 16px;
	color: #D0912C;
	text-transform: capitalize;
}

#contenido #texto h3 {
	font-size: 12px;
	color: #D0912C;
}

#contenido #foto {
	float: left; /* Soluciona el problema del flujo de información para el Firefox */
	width: 300px;
}
	
/* --------- PIE DE PAGINA ----------- */

#pie {
	width: 684px;
	text-align: center;
	font-size: 11px;
	color: #D0912C;/*	background-color: #FF0000; /* Utilizamos color de fondo para ver el verdadero tamaño del render en cada navegador */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #16130D;
	border: 4px double #E2E371;
	padding-top: 2px;
	padding-bottom: 2px;
}
