@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/background.gif); 
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D9E2E1;/*#bc7e40; entre el titulo y el cuerpo de la pagina */
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #container #header {
	border-top: 5px solid #000000;
	background: #F4F3EE;/*ded0ac; color del fondo del titulo*/
	padding: 40px;
	border-bottom: thin solid #fff;
	margin-bottom: 15px;
}
.oneColFixCtr #container #header img {
	border-style: none;
	display: block;
}
.oneColFixCtr #mainContent {
   width: 800px;
}
.oneColFixCtr #container #mainContent #left_column {
	float: left;
	width: 205px;
	border-top: thin solid #fff;
	text-align: center;
}
.oneColFixCtr #container #mainContent #left_column #menu {
	background: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 56px;
	border-bottom: 5px solid #DF9496;/*BC7E40 raya debajo del indice de contenidos*/
}
.oneColFixCtr #container #mainContent #left_column hr {
	margin: 0px 0px 20px;
	padding: 0px;
	background: #727B84;/*796e52 segunda raya debajo de indice de contenidos */
	height: 20px;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #mainContent #left_column img {
	border-style: none;
}
.oneColFixCtr #container #mainContent #left_column p {
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent #right_column {
	overflow: hidden;
	border-top: thin solid #fff;
	border-right-width: 0; /*0*/
	border-bottom-width: thin;
	border-left-width: 0;/*0*/
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
   /*width: 590px;*/
}

/* hide hack from Mac-IE5 \*/
* html #right_column { height: 1%; }
/* end hiding */
.oneColFixCtr #container #mainContent #right_column #actual_content_container {
	background: #fff;
	border-top: thin solid #fff;
	margin-top: 1px;
}
.oneColFixCtr #container #mainContent #right_column #actual_content_container #content_header {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.oneColFixCtr #container #mainContent #right_column #actual_content_container #actual_content {
	color: #727B84; /*796e52 */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 85px;
	padding-left: 55px;
	padding-bottom: 20px;
}
.oneColFixCtr #container #mainContent #right_column #footer {
	background: #727B84;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px;
	border-left: thin solid #fff;
}
