@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #978B74;
	background-color: #FFFFFF;
	font-family: Trebuchet MS,Segoe UI,trebuchet,helvetica,arial,geneva,sans-serif;
	font-size: 75%;
	font-weight: normal;
}


p {
	font-size:1em;
	color: #99866A;
	line-height: 1.3em;
	font-weight: normal;
}

hr {
	display:none;
 }
 
h1 {
	text-align : left;
	font-weight:bold;
	color : #C25100;
	margin:0;
}
h2 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 1.9em
	text-align : left;
	font-weight: normal;
	color:#40281C;
	font-style: oblique;
}
h3 {
	text-align : left;
	color : #C25100;
}

f {
	font-family: Trebuchet MS,Helvetica, Arial, sans-serif,;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
h4 {
	text-align : center;
	color : #C25100;
	font-size: 10px;
}
h5 {
	text-align : left;
	color : #C25100;
}
h6 {
	text-align : left;
	color : #C25100;
}
td {

	text-align : center;
	color : #C25100;
}
a {
	color:#C25100;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #C25100;
}
a:visited {
	text-decoration: none;
	color:#5BBBB7;
}
a:hover {
	color:#C25100;
}
a:active {
	text-decoration: none;
	color:#C25100;
}
.fecha {
	margin: 0 0 0 2px;
	position: relative;
	top: 0px;
	color: #40281C;
	font-size: 75%;
}
	
#container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F9F6EE;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 100px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px;
	height: auto;
}
#mainContent {
	margin: -100px 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F9F6EE;
} 
#footer {
	background:#4F3324;
	border-top-color: #C25100;
	height: 40px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.barra {
	background-image: url(img/barra_menu.gif);
	border-style: solid;
	border-color: #5BBBB7;
	border-width: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hom a#linkhom:link,
#ilu a#linkilu:link,
#dis a#linkdis:link,
#non a#linknon:link {
	color: #AB9D7A;
	text-decoration: none;
}
#menu li {
	margin: 2 px;
	padding: 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cajafecha {
	margin: 0 0 0 5;
	position: relative;
	top: -10px;
	border-bottom: 1px dotted #F9F6EE;
	width: 625px;
	background-color: #FFFFFF;
	padding: 2px;
	border-bottom-color: #4F3324;
}
#menu ul li {
	margin: 0;
	padding-bottom: 2px;
}
#menu ul li a {
	display: block;
	padding: 2px 2px 2px 0 em;
	color: #40281C;
	text-decoration: none;
	width: auto;
}
#menu ul li a:hover {
	display: block;
	padding: 2px 2px 2px 0 em;
	color: #AB9D7A;
	text-decoration: none;
	width: auto;
}
#contacto {
	font-size:0.95em;
	color: #40281C;
	line-height: 100%;
	font-weight: normal;
	margin-top: 10px;
	padding: 80px 0 0 0px;
}
#contacto a {
	font-size:0.95em;
	color: #C25100;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}
#submenu {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 0 10px 10px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 110%;
	list-style: none;
	width: 150px;
}
#submenu ul li a {
	display: block;
	padding: 0px 0px 0px 0 px;
	color: #C25100;
	text-decoration: none;
	width: auto;
}
#submenu ul li a:hover {
	display: block;
	padding: 0px 0px 0px 0 em;
	color: #9F8B74;
	text-decoration: none;
	width: auto;
}
#submenu li {
	margin: 0;
	padding: 0;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a:active {
	display: block;
	padding: 2px 2px 2px 0 em;
	color: #AB9D7A;
	text-decoration: none;
	width: auto;
}
#submenu ul li a:active {
	display: block;
	padding: 2px 2px 2px 0 em;
	color: #AB9D7A;
	text-decoration: none;
	width: auto;
}
#seccionactiva {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 10px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
	list-style: none;
	width: 150px;
	color: #9A8D6D;
}
#contacto a:hover {
	font-size:0.95em;
	color: #C25100;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}
#menuactivo {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10px 0;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 120%;
	list-style: none;
	width: 150px;
}
#menu {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10px 0;
	text-align: left;
	font-family: Georgia,Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 120%;
	list-style: none;
	width: 150px;
}
#contacto a:hover {
	font-size:0.95em;
	color: #A9A08C;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
}
