﻿@import url(layout.css);
body {
	color: black;
	background-color: #1A1307;
}
#container {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #7D290D;
}
#content {
	width: 780px;
	height:auto;
}
#navigation {
	background-color: #BF9763;
	overflow: hidden;
}
#column_l {
	margin: 10px;
	width: 65%;
	background-color: #FFFFFF;
	float: left;
}
#column_r {
	background-color: #EDDCB7;
	margin: 10px;
	width: 25%;
	float: right;
	text-align: center;
	visibility: visible;
}
#footer {
	width: 780px;
	text-align: center;
	background-color: #788E81;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Column_r */
#column_r p {
	font-size: 8pt;
	margin: 7px;
	text-align: center;
	color: #FFFFFF;
}
#column_r h3 {
	font-size: 9pt;
	color: #FFFFFF;
}
/* Styles for column_l */
a {
	color: #000000;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	text-align: justify;
}
#column_l p {
	font-size: 9pt;
	color: black;
	font-family: sans-serif;
	text-align: justify;
}
#column_l q {
	font-size: 8pt;
	color: black;
	font-family: sans-serif;
	text-align: justify;
}
#column_l h3 {
	font-size: 9pt;
	color: #800517;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
#column_l h2 {
	font-size: 10pt;
	color: #800517;
	font-family: sans-serif;
	font-weight: bold;
}
#column_l ul {
	font-size: small;
	font-family: sans-serif;
	text-align: justify;
}
#column_l il {
	font-size: small;
	font-family: sans-serif;
	text-align: justify;
}

/* Styles for Footer */
#footer p {
	font-size: 8pt;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	font-family: sans-serif;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Links */
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#CajaDeCabecera_imagen {
	padding: 5px 5px 5px 5px;
	width:165px;
	height: 150px;
	text-align: justify;
	background-color: #EDDCB7;
	vertical-align: super;
}
#CajaDeCabecera_imagen01 {
	padding:0px;
	background-color:#7D290D;
	width:192px;
	height:auto;
	overflow:visible;
	text-align:center;
}
#tabla_primera
	{
	margin: 10px;
	border: 5px none #FFFFFF;
	width: 100%;
}
#celda_espacio
{
	width: 100%;
	height: 5px;
}
#celda_espacio_vertical
{
	width: 5px;
	height: 100%;
}
