@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	/* background: #E6A40B; */
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#intranet_body {background-color:#FFF;}
form {
	margin: 0px;
	padding: 0px;
}

a img {border: none}
a { text-decoration:none; }
h1 {
	font-size:18px;
	font-weight:bold;
	color:#008489;
	display:inline;
	text-decoration:none;
}
h1 span {
	font-weight: normal;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	display:inline;
	text-decoration:none;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:inline;
	text-decoration:none;
}
a h3:link {text-decoration:none;}
a h3:visited {text-decoration:none;}
a h3:hover {text-decoration:none; color:#E6A40B;}
a h3:active {text-decoration:none; color:#E6A40B;}

.child h3 {
	font-size:11px;
	font-weight:bold;
	color:#333;
	display:inline;
	text-decoration:none;
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#333;
	display:inline;
	text-decoration:none;
}
a h4:link {text-decoration:none;}
a h4:active {text-decoration:none;}
a h4:visited {text-decoration:none;}
a h4:hover {text-decoration:none;color:#008489;}

.grand_child h4 {
	font-size:10px;
	color:#333;
	display:inline;
	text-decoration:none;
}

.grand_child h3 {
	font-size:10px;
	color:#333;
	display:inline;
	text-decoration:none;
}
.grand_child2 h4 {
	font-size:10px;
	color:#333;
	display:inline;
	text-decoration:none;
}
.buttons {
	background-color:#008489;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
}
.fields {
	background-color:#FFF;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7f8397;
}
#global_container {
	width:980px;
	margin-left:-490px;
	left:50%;
	margin-top:0px;
	top:0px;
	float:left;
	display:block;
	position:absolute;
	background: #FFF;	/* 15/04/2010 */
}
#header {
	width:980px;
	height:140px;
	float:left;
	display:block;
	clear:both;
	background-image:url(../images/interface/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header #aux {
	width:956px;
	height:110px;
	float:left;
	display:block;
	clear:both;
	text-align:right;
	padding-right:32px;
}
#header #aux #login {
	float:right;
	display:block;
	width:170px;
	height:110px;
}
#header #aux #lang_selector {
	width: 408px;
	float: left;
	padding-top: 40px;
	color: #fff;
}
#header #aux #lang_selector h1 {
	display: block;
	font-size: 16px;
	font-style: italic;
	color: #000;
	padding-bottom: 8px;
}
#header #aux #agenda_tab {
	position: absolute;
	right: 180px;
}
#header #aux #agenda_tab .hidden_content {
	width: 224px;
	background-color: #80b8ba;
	padding: 8px;
	display:none;
	font-size: 10px;
	color: #FFF;
	overflow: auto;
}
#header #aux #agenda_tab .tab {
	background: url(../images/interface/tabs.png) no-repeat center center;
	width: 138px;
	height: 34px;
	text-align: center;
	padding-top: 2px;
	clear: both;
	float: right;
}
#agenda_hidden .item    {
	clear: both;
	float: none;
}
#agenda_hidden .item p { margin: 0px 0px 12px; }


#agenda_hidden .item .number {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 3px;
	width: 14px;
	float: left;
}
#agenda_hidden .month {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #FFF;
	text-align: left;
	width: 180px;
}
#agenda_hidden .arrows {
	float: right;
	width: 32px;
	margin-left: 10px;
}
#header #aux #login_tab {
	position: absolute;
	right: 24px;
}
#header #aux #login_tab .hidden_content {
	width: 122px;
	background-color: #80b8ba;
	padding: 8px;
	display:none;
	font-size: 10px;
	color: #FFF;
	height: 94px;
}
#header #aux #login_tab .tab {
	background: url(../images/interface/tabs.png) no-repeat center center;
	width: 138px;
	height: 34px;
	text-align: center;
	padding-top: 2px;
}
#login_hidden p {
	margin: 10px 0px 0px;
	text-align: left;
}
#login_hidden .fields {
	background: #80B8BA;
	border-color: #FFF;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 5px;
}
#header #aux #login #box {
	float:left;
	display:block;
	width:125px;
	height:32px;
	margin-top:30px;
	padding-left:45px;
	padding-top:18px;
	background-image:url(../images/icons/chainlock.png);
	background-position:center left;
	background-repeat:no-repeat;
	text-align:left;
}
#header #aux #search #field_box {
	float:left;
	display:block;
	width:220px;
	height:50px;
	margin-top:30px;
	text-align:center;
}
#header #aux #search #field_box .fields {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	border:1px solid #4a8388;
	width:120px;
	margin-top:10px;
	margin-right:15px;
}
#header #aux #login #box #register {float:right;}
#header #aux #search {
	float:right;
	display:block;
	width:220px;
	height:110px;
}
#header #aux #flash_container {
	float:left;
	display:block;
	width:318px;
	height:49px;
	margin-top:30px;
	margin-left: 320px;
	margin-right:-90px;
}
.collage {
	float:left;
	width:100%;
	height:200px;
	clear: both;
}
.submenu {
	clear: both;
	float: left;
	width: 880px;
	background: #FFF;
	height: 25px;
	padding-right: 100px;
	padding-left: 0px;
	margin-bottom: 30px;
}
.submenu .top_menu_splash {
	float:left;
	display:block;
	height:25px;
	border-right: 1px solid #F90;
	text-align: center;
	width: 139px;
	line-height: 25px;
}
.submenu .top_menu_splash_final {
	float:left;
	display:block;
	height:25px;
	text-align: center;
	width: 90px;
	line-height: 25px;
}
.submenu .top_menu_splash_buscar {
	float:left;
	display:block;
	height:25px;
	border-right: 1px solid #F90;
	text-align: right;
	width: 210px;
	line-height: 25px;
	padding-right: 10px;
}
#header #mini_nav {
	float:left;
	display:block;
	width:900px;
	height:30px;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../images/interface/header_curve.gif);
	background-position:778px;
	background-repeat:no-repeat;
}
#header #mini_nav p {
	margin-top:15px;
	margin-bottom:0px;
}
#header #mini_nav_splash {
	float:left;
	display:block;
	width:900px;
	height:28px;
	padding-left:40px;
	padding-right:40px;
}
#header #mini_nav_splash p {
	margin-top:15px;
	margin-bottom:0px;
}
#split_shadow {
	width:945px;
	height:10px;
	float:left;
	display:block;
	text-align:right;
	padding-right:35px;
}
#main_menu {
	width:200px;
	float:left;
	display:block;
	margin-left:0px;
}
#main_menu .sub_menu {
	width:178px;
	margin-left:6px;
	display:block;
	float:left;
}
#main_menu .sub_menu ul {
	margin-left:0px;
	padding-left:18px;
}
#main_menu .sub_menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:circle;
	margin-bottom:4px;
}
#main_menu .menu_top {
	background-image:url(../images/interface/menu_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#000;
	height:45px;
	margin-bottom:1px;
}

/* //////////////////////////////// NUEVO MENU */

#main_menu #top {
	height:16px;
	width:188px;
	background-color:#fdb304;
	background-image:url(../images/interface/menu/top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:6px;
}
#main_menu .parent_generic {
	height:22px;
	width:178px;
	background-color:#000;
	margin-top:1px;
	margin-left:6px;
	padding-top:5px;
	padding-left:10px;
}
#main_menu #bottom {
	height:37px;
	width:200px;
	background-color:#fdb304;
	background-image:url(../images/interface/menu/bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:1px;
}

/* /////////////////////////////////////////// */
#main_menu .parent {
	background-color:#FC0;
	height:30px;
	padding-top:15px;
	padding-left:20px;
	margin-bottom:1px;
	text-align:left;
}
#main_menu .child {
	background-color:#fde5ac;
	height:18px;
	padding-top:5px;
	padding-left:20px;
	margin-top:1px;
	margin-left:6px;
	margin-right:6px;
	/*border-bottom: 1px dotted #FC0;*/
	text-align:left;
}
#main_menu .grand_child {
	background-color:#FFF;
	height:15px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:30px;
	margin-bottom:1px;
	margin-left:6px;
	margin-right:6px;
	text-align:left;
}
#main_menu .grand_child2 {
	background-color:#FFF;
	height:15px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:46px;
	margin-bottom:1px;
	margin-left:6px;
	margin-right:6px;
	text-align:left;
}
#main_banner {
	width:550px;
	height:50px;
	float:left;
	display:block;
	margin-left:22px;
	margin-bottom:15px;
}
#navigation_area {
	width:485px;
	float:left;
	margin-right:35px;
	margin-left:45px;
}
#navigation_area_splash {
	width:100%;
	float:left;
}
.highlighted_services {
	width: 420px;
	float:left;
	padding-right:25px;
	background-image:url(../images/interface/services_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
.highlighted_services .items {
	background: url(../images/interface/verticial_bullets.jpg) no-repeat left center;
	overflow: auto;
	display:block;
}
.highlighted_services .items .item {
	/*background: url(../images/interface/services_item_background.png) no-repeat center center;*/
	height: 54px;
	width: 390px;
	float: left;
	clear: both;
	margin-left:30px;
	margin-top:8px;
	color: #FFF;
	padding-top:6px;
	padding-left:6px;
	display:block;
}
.highlighted_services .items .item strong { display: block; }

.announces {
	width: 520px;
	float:left;
	padding-top: 20px;
}
.announces .banner {
	/* background:url(../images/interface/banner_slot_bottom.png) no-repeat left bottom; */
	padding-bottom:31px;
	float:left;
	width:33%;
	text-align:center;
}
.announces .newslist {
	float:left;
	clear:both;
	background: url(../images/interface/splash_news_watermark.png) no-repeat center top;
	/*height: 166px;*/
	margin-bottom: -20px;
	padding-bottom:20px;
	display:block;
}
.announces .newslist .items {
	margin-top: 20px;
}
.nextBan {float:left;}
#right_column {
	width:172px;
	float:left;
	display:block;
	/*margin-right:40px;*/
	margin-left:20px;
	/* 15/04/2010 */
	margin-top:-75px;
	background: #E6A40B	; 
	margin-right: -23px;
	padding-right: 23px;
	/* 15/04/2010 */
}
#left_column {
	width:200px;
	float:left;
	display:block;
	/*margin-right:40px;*/
	margin-left:0px;
}
#right_column #news {
	width:172px;
	float:left;
	display:block;
	text-align:right;
	padding-bottom:15px;
	margin-bottom:10px;
	background: url(../images/interface/right_column_split.gif) no-repeat right bottom;
	padding-left:10px;
}
#right_column #news #date {
	width:90px;
	height:18px;
	float:right;
	display:block;
	clear:both;
	margin-top:8px;
	margin-bottom:12px;
	margin-left:70px;
	padding-top:3px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-color:#000;
}
#right_column #news #not_title {
	float:right;
	height:90px;
}
#right_column #news p {
	text-align:right;
	margin-top:0px;
	margin-bottom:6px;
}
#right_column #calendar {
	width:172px;
	float:left;
	display:block;
	padding-bottom:15px;
	background-image:url(../images/interface/right_column_split.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:right;
	background: #E6A40B	; /* 15/04/2010 */	
}
#right_column .banner {
	/* background: url(../images/interface/banner_slot_bottom.png) no-repeat 12px bottom; */
	padding-bottom: 31px;
	text-align: right;
	clear: both;
	float: none;
	padding-top: 12px;
	width: 100%;
	background: #E6A40B	; /* 15/04/2010 */	
}
#left_column .banner {
	/* background: url(../images/interface/banner_slot_bottom.png) no-repeat 12px bottom;*/
	padding-bottom: 31px;
	padding-left: 35px;
	text-align: left;
	clear: both;
	float: none;
	padding-top: 12px;
	width: 100%;
}
#right_column h1 {
	font-size:16px;
	font-weight:normal;
	color:#000;
	display:inline;
	text-decoration:none;
	background: #E6A40B	; /* 15/04/2010 */	
}
#footer {
	width:980px;
	height:65px;
	float:left;
	clear:both;
	margin-top:20px;
	/*margin-left:40px;
	margin-right:40px;*/
	border-top:6px solid #00858a;
}
#footer #copyright {
	width:60%;
	float:left;
	display:block;
	margin-top:10px;
}
#footer #copyright p {
	margin-top:0px;
	margin-bottom:10px;
}
#footer #footer_menu {
	width:40%;
	float:left;
	display:block;
	margin-top:10px;
	text-align:right;
}
#footer #footer_menu p {
	margin-top:0px;
	margin-bottom:10px;
}
.top_menu {
	float:left;
	display:block;
	margin-right:20px;
	height:15px;
	margin-top:9px;
}
.top_menu_splash {
	float:left;
	display:block;
	height:46px;
	border-right: 1px solid #FFF;
	text-align: center;
	width: 149px;
	line-height: 45px;
}
.top_menu_splash_final {
	float:left;
	display:block;
	height:46px;
	text-align: center;
	width: 149px;
	line-height: 45px;
}


/* ----------------------------- Texts */

.txtBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a8388;
}
a.txtBlue:link {text-decoration:none;}
a.txtBlue:active {text-decoration:none;}
a.txtBlue:visited {text-decoration:none;}
a.txtBlue:hover {text-decoration:none;color:#F90;}

.txtBlack {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a.txtBlack:link {text-decoration:none;}
a.txtBlack:active {text-decoration:none;}
a.txtBlack:visited {text-decoration:none;}
a.txtBlack:hover {text-decoration:none;color:#F90;}

.txtBlack01 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a.txtBlack01:link {text-decoration:none;}
a.txtBlack01:visited {text-decoration:none;}
a.txtBlack01:hover {text-decoration:none;}
a.txtBlack01:active {text-decoration:none;}

.txtBlack02 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a.txtBlack02:link {text-decoration:none;}
a.txtBlack02:visited {text-decoration:none;}
a.txtBlack02:hover {text-decoration:none;color:#F90;}
a.txtBlack02:active {text-decoration:none;}

.txtWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a.txtWhite:link {text-decoration:none;}
a.txtWhite:active {text-decoration:none;}
a.txtWhite:visited {text-decoration:none;}
a.txtWhite:hover {text-decoration:none;color:#F90;}

.txtWhite01 {
	color:#fff;
}
a.txtWhite01:link {text-decoration:none;}
a.txtWhite01:visited {text-decoration:none;}
a.txtWhite01:hover {text-decoration:none; color:#000;}
a.txtWhite01:active {text-decoration:none; color:#000;}

.txtYellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F90;
}
a.txtYellow:link {text-decoration:none;}
a.txtYellow:active {text-decoration:none;}
a.txtYellow:visited {text-decoration:none;}
a.txtYellow:hover {text-decoration:none;color:#000;}

.txtYellow01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F90;
}
a.txtYellow01:link {text-decoration:none;}
a.txtYellow01:active {text-decoration:none;}
a.txtYellow01:visited {text-decoration:none;}
a.txtYellow01:hover {text-decoration:none;color:#F90;}

.txtSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
a.txtSmall:link {text-decoration:none;}
a.txtSmall:active {text-decoration:none;}
a.txtSmall:visited {text-decoration:none;}
a.txtSmall:hover {text-decoration:none;color:#F90;}


/* PARA LA INTRANET */
#global_container_int {
	width: 920px;
	height:565px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
}
#global_container_int #header_intranet #collage {width:920px;}
#global_container_int #header_intranet #collage #logo {
	background-image:url(../images/interface/header_intra.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:160px;
}

#body #content {
	float: left;
	display:block;
	width: 630px;
	padding-right: 20px;
}
#body #aux_panel {
	float: left;
	width: 240px;
	clear:left;
}
#global_container_int ul   {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#global_container_int li {
	vertical-align:middle;
}
#global_container_int #contact_form .fields {
	background-color:#FFF;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #7f8397;
}
#global_container_int fieldset {width:100%;}
#global_container_int .fields {width:160px;}
#global_container_int #set_1 label {
	width:20%;
	float: left;
	clear: both;
	padding-right: 20px;
}
#global_container_int #input_fix input {
	float:left;
	margin-left:10px;
	display:block;
}
#global_container_int #input_fix label {
	width:30%;
	float:left;
	display:block;
}
#menu li {
	display: block;
	height: 30px;
	float: left;
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FFF;
	text-align: left;
}

#logo {clear:both;}

/* ESTILOS DE TABLAS ZEBRA */

.zebra th {
	background: #008489;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	/*text-align: left;*/
}

.zebra td {
	padding: 5px 5px;
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
}

.zebra tr.alt td {
	background: #fff0b2;
}

.zebra tr.over td {
	background: #DDD;
}
/* FIN ESTILOS DE TABLAS ZEBRA */

.page_title {
	float: left;
}

.selector_lang {
	float: left;
	display:block;
	margin-bottom:10px;
	width:50%;
	text-align:right;
}
.bloque_izquierda {
	float: left;
	display:block;
	margin-bottom:10px;
	width:45%;
	text-align:left;
	height:25px;
}
.bloque_derecha {
	float: right;
	display:block;
	margin-bottom:10px;
	width:45%;
	text-align:right;
	height:25px;
}
.bloque_derecha_2 {
	float: right;
	display:block;
	margin-bottom:10px;
	margin-right:250px;
	width:5%;
	text-align:right;
	height:25px;
}

.flota_izq {
	float:left;
	margin-right: 10px;
}
.horizontal_split {
	clear:both;
	height: 10px;
}
.horizontal_split_gray {
	clear:both;
	/*background-image: url(../images/interface/dotted_line_gray.gif);
	background-repeat: repeat-x;
	background-position: left center;*/
	border-top:1px dotted #000;
	margin-top:9px;
	height: 9px;
}
.buttons_container {
	text-align:center;
	padding-top:15px;
}
.buttons_container_2 {
	text-align:center;
	padding-top:25px;
	width:49%;
	float:left;
	display:block;
}
/* ESTILOS DEL PAGINADOR */

.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
a.paginate {
	border: 1px solid #008489;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #333;
}
a.paginate:hover {
	background-color: #008489;
	color: #FFF;
	text-decoration: none;
}
a.current {
	border: 1px solid #008489;
	font: bold 10px Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#008489;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #008489;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
/* FIN DE ESTILOS DEL PAGINADOR */

.menu_intranet {
	background-color:#000;
	height:30px;
	padding-top:15px;
	padding-left:20px;
	margin-right:50px;
	margin-bottom:1px;
	text-align:left;
}
#global_container_int #header_intranet #collage #logo #menu {
	/*margin-top:124px;*/
	padding-top:124px;
	margin-left:25px;
	width:250px;
	float:left;
	display:block;
}
#logged {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-right:20px;
	width:620px;
	float:left;
	display:block;
	text-align:right;
	padding-top:125px;
}
.block_options {
	width: 100%;
	text-align: center;
}
.options {
	float:left;
	display:block;
	width:100px;
	height:100px;
	margin-right:10px;
	margin-bottom:30px;
	text-align:center;
}
.options img {
	clear:both;
	margin:5px;
	border:none;
}
.options p {margin:1px;}

.formfix {clear:both;}

.shadow_box_margin { padding: 5px 20px 5px 20px; }

.clearfloat{ clear: both;}
.clearfloat_thin {
	clear:both;
	height:5px;
}
.blanca_title {
	border-bottom:1px solid #008489;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* ESTILOS PARA SLIDER DE AGENDA */
.news_style{
	display:none;
}
.news_show{
	position:absolute;
	clip:rect(0px 200px 150px 0px);
}
.news_show1{
	position:absolute;
	clip:rect(0px 200px 150px 0px);
}
.news_border{
	width:202px;
	height:152px;
	padding: 5px 5px 5px 5px;	
	overflow: hidden;
}
.news_mark{
	width:363px;
	height:35px;
	text-align:center;
}
.news_title{
	padding: 5px 0px 9px 5px;
}
.news_show img{
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv{
	/*position: absolute;*/
	float: left;
	top: 169px;
	padding: 5px 5px 5px 5px;
	border-top:none;
	height:20px;
}
.news_move {
	position: relative;
}
.mytable{
	width:200px;
	height:150px;
	vertical-align: top; 
}
/* FIN ESTILO SLIDER AGENDA */

#form {padding:20px;}
#form label {
	float:left;
	display:block;
	width:70px;
	margin-right:15px;
	margin-bottom:10px;
}
#form .label_long {width:260px;}
#form .label_med {width:130px;}
#form .label_small {width:10px;}
#form input {
	display:block;
	width:120px;
	margin-bottom:10px;
}
#form #ape1,#ape2 {
	float:left;
	display:block;
	margin-right:15px;
}
#form select {
	display:block;
	float:left;
	width:180px;
	/*height:100px;*/
	margin-bottom:10px;
}
#form small {
	float:left;
	display:block;
	width:120px;
	position:relative;
	clear:right;
	margin-left:15px;
	margin-bottom:60px;
}
#form #prefijo {
	width:30px;
	float:left;
	display:block;
	margin-right:15px;
}
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	padding:20px;
	background-color:#f3c967;
	border:1px solid #01858a;
}
.question_container {
	clear:both;
	margin-top:-15px;
}
#agenda{
	float: left;
	display: block;
	margin-left: 10px;
	width: 180px;
	height: 200px;
	overflow: visible;
}
#agenda li , #news_content li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}
#agenda ul {
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	clear:both;
	width:180px;
}
#news #news_content {
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	width:172px;
}