@charset "UTF-8";
/* CSS Document */
body {
	background: #333333;
	margin-top: 25px;
	margin-right: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-left: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 700px;
	height: 15px;
	background: #d1a46d;
	margin-right: 25px;
	margin-left: 25px;
}
.oneColFixCtrHdr #main_header {
	width: 700px;
	height: 100px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1a46d;
}
.oneColFixCtrHdr #logotipo {
	width: 325px;
	padding-left: 15px;
	float: left;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #menu {
	width: 325px;
	float: right;
}
#menu_link {
	font-family: "Trebuchet MS";
	font-size: 11px;
}
#menu_linkIT {
	font-style: italic;
}
#menu_link ul {
	padding-right: 0px;
}
#menu_link ul li {
	text-align: right;
	vertical-align: middle;
	display: block;
	/*height: 14px;*/
	margin-bottom: 1px;
}
#menu_link ul li a {
	color: #d1a46d;
	background-color: #523f27;
	text-decoration: none;
	border-left: #523f27 solid 5px;
	border-right: #523f27 solid 5px;
}
#menu_link ul li a:hover {
	color:  #523f27;
	background-color: #d1a46d;
	border-right: #d1a46d solid 5px;
	border-left: #d1a46d solid 5px;
}
#link_seleccionado {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:  #523f27;
	background-color: #d1a46d;
	border-right: #d1a46d solid 5px;
	border-left: #d1a46d solid 5px;
}
#link_seleccionadoIT {
	font-style: italic;
}
.oneColFixCtrHdr #main_content {
	width: 700px;
	height: 400px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
.oneColFixCtrHdr #imagemCAPA {
	width: 325px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
}
.oneColFixCtrHdr #texto {
	width: 325px;
	height: 400px;
	float: right;
	overflow: auto;
	padding-right: 10px;
}
#texto {
	color:  #523f27;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
}
#textoIT {
	color:  #d1a46d;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	font-style: italic;
}
.oneColFixCtrHdr #footer {
	width: 700px;
	height: 25px;
	background: #d1a46d;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
.oneColFixCtrHdr #copyrights {
	width: 750px;
	height: 25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.oneColFixCtrHdr #copyrightsIT {
	font-style: italic;
}
