/* ========================================================================== */
/* ===================================================== GENERAL LAYOUT ===== */
/* ========================================================================== */
img{
	border: 0;
}
table.page{
	margin-top:10px;
	background-color: #fff;
}
#page_bot_left_corner{
	background-image: url('images/page_bot_left_corner.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 10px;
}
#page_bot_right_corner{
	background-image: url('images/page_bot_right_corner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 10px;
}
body {
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	background-color: #e6e6e6;
	color: #515A5F;
}

/* ========================================================================== */
/* ========================================================== MAIN MENU ===== */
/* ========================================================================== */
#main_menu{
	background-color: #e6e6e6;
	vertical-align: bottom;
}
#main_menu table{
	height: 28px;
}
#main_menu td{
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	/*background-image: url('images/tab_td_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;*/
}
#main_menu a{
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #4D1D0F;
	margin: 0 10px;
}
#main_menu div{
	height: 3px;
	font-size: 3px;
	line-height: 3px;
	margin-bottom: 4px;
}
#main_menu td.menu_current{
	color: #333;
	background-color: white;
	background-image: url('images/tab_top_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#main_menu div.menu_current{
	background-image: url('images/tab_right_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#main_menu a.menu_current{
	color: #FF6C3B;
}

/* ========================================================================== */
/* ======================================================== BREADCRUMBS ===== */
/* ========================================================================== */
#breadcrumbs_table{
	padding: 0;
	background-image: url('images/breadcrumbs_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	height: 39px;
}
#breadcrumbs{
	font-size: 8pt;
	margin: 12px 10px 0 5px;
	text-align: left;
	text-transform: uppercase;
	color: #868281;
}
#breadcrumbs a{
	font-size: 8pt;
	color: #868281;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #FF6C3B;
}

/* ========================================================================== */
/* =========================================================== SUB-MENU ===== */
/* ========================================================================== */
#sub_menu_container{
	padding-right: 4px;
	border-right: 1px solid #868686;
}
#sub_menu{
	width: 143px;
	margin: 0 0 0 8px;
	padding: 0;
	background-color: #F1F1F1;
}
#sub_menu_head{
	background-color: #FF6C3B;
	background-image: url('images/orange_corner.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 5px;
}
#sub_menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub_menu li{
	margin: 0;
	padding: 0;
}
#sub_menu a{
	display: block;
	color: #767A7B;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
#sub_menu a:hover{
	color: #333;
}
#sub_menu .menu_default1{
	font-size: 10.5pt;
	color: #767A7B;
	border-top: 1px solid #CCCCCC;
	padding: 1px 5px 1px 15px;
}
#sub_menu .menu_current1{
	font-size: 10.5pt;
	color: #767A7B;
	border-top: 1px solid #CCCCCC;
	padding: 1px 15px;
	background-color: #F5D4C8;
}
#sub_menu .menu_default2{
	font-size: 8pt;
	padding: 0 5px 0 30px;
	color: #FF6C3B;
}
#sub_menu .menu_current2{
	font-size: 8pt;
	padding: 0 5px 0 30px;
	color: #FF6C3B;
	background-color: #F5D4C8;
}
#sub_menu .menu_default3, #sub_menu .menu_default4, #sub_menu .menu_default5{
	font-size: 8pt;
	padding: 0 2px 0 38px;
	color: #FF6C3B;
	background-image: url('images/3rd-level-bullet.gif');
	background-repeat: no-repeat;
	background-position: 23% 50%;
}
#sub_menu .menu_current3, #sub_menu .menu_current4, #sub_menu .menu_current5{
	font-size: 8pt;
	padding: 0 2px 0 38px;
	color: #FF6C3B;
	background-color: #F5D4C8;
	background-image: url('images/3rd-level-bullet.gif');
	background-repeat: no-repeat;
	background-position: 23% 50%;
}


/* ========================================================================== */
/* =============================================================== SEARCH === */
/* ========================================================================== */
#search_box{
	background-color: #F1F1F1;
	background-image: url('images/search_top_corner.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 5px;
	margin: 20px 0 0 8px;
	width: 131px;
}
#search_box img{
	margin-bottom: 3px;
}
#textbox{
	height: 13px;
	width: 70px;
	margin: 0 6px 0 1px;
}
#submitbutton{
	font-size: 9pt;
	margin: 0 0 2px 0;
	vertical-align: bottom;
}

.left_col{
	width:158px;
}

/* ========================================================================== */
/* =================================================== TEXT AND CONTENT ===== */
/* ========================================================================== */
a{
	color: #FF6C3B;
}
.content {
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 3px 0;
	padding: 0;
}
h1{
	font-size: 17pt;
	color: #FF6C3B;
	line-height: 19pt;
}
h2{
	font-size: 11pt;
	line-height: 13pt;
	font-style: italic;
	color: #908184;
	margin: 3px 0 10px 0;
}
form{ margin: 0; padding: 0; border: 0;}
input{ margin: 0; }
.footer {
	font-size: 7pt;
	color: #FF6C3B;
	width: 760px;
	background-color: #e6e6e6;
	padding: 0;
}
.footer a{
	color: #FF6C3B;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

/* Single col News rules */
.col_mas_noticias{
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}


/* ========================================================================== */
/* ======================================================= PAGING LINKS ===== */
/* ========================================================================== */
.paging_links{
	margin-top: 0px;
	font-size: 11px;
}
.paging_links td{
	padding-top: 10px;
}
.paging_links td.left_link{
	text-align: left;
	width: 33%;
}
.paging_links td.right_link{
	text-align: right;
	width: 33%;
}
.paging_links td.pages_info{
	text-align: center;
	width: 33%;
}
.paging_links a{
	text-decoration: none;
}
.paging_links a:hover{
	text-decoration: underline;
}

/* ========================================================================== */
/* =============================================================== NEWS ===== */
/* ========================================================================== */

#all_news_list td{
	padding: 5px 0;
}
#all_news_list .title{
	border-bottom: 1px solid #ddd;
}
#all_news_list .foot{
	border-top: 1px solid #ddd;
}
#all_news_list .body a{
	font-size: 15px;
	font-weight: bold;
}
#all_news_list a{
	text-decoration: none;
}
#all_news_list a:hover{
	text-decoration: underline;
}
#all_news_list .bullet_td{
	background-image: url('images/gray_bullet.gif');
	background-position: left 12px;
	background-repeat: no-repeat;
	padding: 5px;
}

#news_list .news_left_col{
	padding: 5px 5px 5px 0;
	width: 75%;
}
#news_list .news_left_col img{
	width: 120px;
}
#news_list .news_right_col{
	padding: 5px 8px;
	border-left: 1px solid #ddd;
	width: 25%;
}
#news_list .news_right_col h1{
	font-size:10pt;
	line-height:12pt;
	margin-bottom: 0;
}
#news_list .news_right_col img{
	display: none;
}

#news_list{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#news_list img{
	margin: 5px 3px 1px 0;
}
#news_list td{
	vertical-align: top;
}
#news_list a{
	text-decoration: none;
}
#news_list a:hover{
	text-decoration: underline;
}
#news_list h1{
	font-size: 13pt;
	line-height: 14pt;
}
#news_list h2{
	margin: 3px 0;
}
.one_post_box{
	width: 100%;
	margin-bottom: 15px;
}
.one_post_box .view_more_link{
	color:#FF6C3B;
	font-size:8pt;
}
.post_body{
	font-size: 9pt;
}
.post_body a:link, .post_body a:visited, .post_body a:active, .post_body a:hover{
	color: #515A5F;
}
.post_date{
	font-size: 7pt;
	color: #111;
}

#col_news_list a{
	text-decoration: none;
}
#col_news_list a:hover{
	text-decoration: underline;
}

#left_col{
	padding-right: 10px;
}
#right_col{
	padding-left: 10px;
	border-left: 1px solid #e9e9e9;
}

/* One News Output Rules */
#one_news_tbl a{
	text-decoration: none;
}
#one_news_tbl a:hover{
	text-decoration: underline;
}
#one_news_tbl .pic_table_left{
	margin: 0 10px 7px 0;
	float: left;
}
#one_news_tbl .pic_table_right{
	margin: 0 0 7px 10px;
	float: right;
}
#one_news_tbl .pic_table_right .p_foot, #one_news_tbl .pic_table_left .p_foot{
	padding-top:3px;
	font-size:8pt;
	color: #999;
}
#cn_date{
	font-size: 9pt;
	color: black;
}
#cn_body{
	margin-bottom: 30px;
}

/* ========================================================================== */
/* ============================================================= AGENDA ===== */
/* ========================================================================== */

/* -------------------------- LIST VIEW :: BIG DATE BOX --- */

#agenda_list{
	width: 100%;
}
#agenda_list img{
	margin: 5px 3px 1px 0;
}
#agenda_list td{
	vertical-align: top;
}
#agenda_list a{
	text-decoration: none;
}
#agenda_list a:hover{
	text-decoration: underline;
}
#agenda_list h1{
	font-size: 13pt;
	line-height: 14pt;
}
#agenda_list h2{
	margin: 3px 0;
}
#agenda_list .date{
	font-size: 10px;
}
#agenda_list .view_more_link a{
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
#hoy_tbl{
	color: white;
}
#hoy_tbl td{
	background-color: #1F789E;
	text-align: center;
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* -------------------------- LIST VIEW :: CALENDAR ------ */
#este_mes{
	font-size: 7pt;
}
#este_mes td{
	text-align: center;
	border: 1px solid #eee;
}
#este_mes a{
	display: block;
}
#este_mes a:hover{
	text-decoration: none;
}
#este_mes th{
	background-color: #1F789E;
	color: white;
}
#este_mes th.t{
	background-color: #eee;
	color: #215581;
	font-weight: bold;
}
#este_mes th a{
	color: white;
}
#este_mes td.mark{
	border: 1px solid #EFAA23;
}

#volver_a_hoy{
	color: #FF6C3B;
	padding: 2px 0;
	display: block;
}

/* ----------- LIST VIEW :: INDIVIDUAL EVENT BOXES --- */

.one_event_tbl{
	margin-bottom:20px;
}
.one_event_tbl .ev_body{
	color: #333;
}
.one_event_tbl .date{
	color: #666;
}
.one_event_tbl .ver_evento_link{
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.one_event_tbl .ev_title{
	color: #1F789E;
	font-size:10pt;
	font-weight:bold;
}
.one_event_tbl .ev_bullet_td{
	background-image: url('images/event_bullet.png');
	background-position: left 2px;
	background-repeat: no-repeat;
	width: 14px;
}



/* ---------------------------------- SELECTED EVENT VIEW */

.selected_event{
	background-color: #FFFFCC;
	border-bottom: 1px dotted gray;
	padding: 10px;
	margin-bottom: 10px;
}
.selected_event h1{
	color: #215581;
}
.selected_event .ev_title{
	font-size: 11pt;
}
.rest_of_events{
	padding: 0 10px;
}


/* ---------- nuvas arriba de esta linea --------------*/
.header {
	background-color: #ffffff;
	padding:0;
}



