@charset "UTF-8";

/* GENERAL */
body,td,th {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #333333;}
body {background-color: #FFFFFF;margin:0;}
a:link , a:visited{color:#5191CD;text-decoration: none;}
* a:hover {text-decoration: underline;cursor:pointer;}
a:active {text-decoration: none;}

.container{width:900px;position:relative;margin:0 auto;}
.corner_bg{background:url(images/corner_bg.jpg) #FFFFFF no-repeat top right;}
.main_img_bg{background:url(images/blue_highlight_bg.jpg) no-repeat /*#00274c*/;color:#FFFFFF;}
.header_height{height:93px;}
	.header_text_menu{
	position:absolute;
	top:10px;
	right:8px;
	text-align:right;
	font-size:10px;
	color:#5191CD;
	width: 136px;
}
.main_img_height{height:178px;}
.v_2px{height:2px;margin:0 auto;padding:0px;}
.right{text-align:right;}
.pad_5{padding:5px;}
.pad_10 {
	padding:10px;
}
.pad_25{padding:25px;}
.pad_30{padding:30px;}
.grey{color:#999999;}
.grey_blue{color:#7fa0b5;}
.dark_grey_blue{color:#637b91;}
.bright_blue{color:#5191CD;}
.small{font-size:10px;}

/* CONTENT COLUMNS */
.left_column{width:245px;float:left;}
.right_column{width:655px;float:right;}

/* HEADER */
.hdr_img{width:65px;float:left;}
.hdr_text_container{width:180px;float:right;color:#86a5b9;}
.hdr_title{font-size:24px;color:#FFFFFF;padding:20px 20px 5px 20px;}
.hdr_date{font-size:12px;padding:5px 20px 5px 20px;}
.hdr_text{font-size:9px;line-height:1.35em;padding:0px 20px 5px 20px;}
.hdr_link, hdr_link:link, hdr_link:visited{text-transform:uppercase;text-decoration:none;font-size:10px;color:#FFFFFF;}

/* MAIN MENU */
.menu_container{height:54px;background:url(images/menu_bg.jpg) repeat-x #1d4466;text-align:center;}
.menu_container ul{margin:0;padding:0;list-style-type:none;width:auto;}
.menu_container ul li{display:block;float:left;margin:auto;color:#cedadf;}
.menu_container ul li div{
	display:block;
	float:left;
	margin:auto;
	width:8px;
}
.menu_container ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 0px 0px 0px;
	width:127px;
	height:27px;
	background:url(images/menu_tab.gif) no-repeat;
}
	.menu_container ul li a:visited{color:#FFFFFF;}
.menu_container ul li a:hover,.menu_container ul li a.current{background:url(images/menu_tab_over.gif) no-repeat;color:#FFFFFF;text-decoration:none;cursor:pointer;}

/* SUBMENU */
.submenu_item{/*height:17px;*/padding:6px 10px 6px 10px;font-size:11px;color:#41708e;border-bottom:dotted #5e88a2 1px;}
.submenu_item:hover{background-color:#EFEFEF;color:#41708e;cursor:pointer;}
.submenu_selected{/*height:17px;*/padding:6px 10px 6px 10px;font-size:11px;background-color:#DDD;color:#003050;border-bottom:dotted #5e88a2 1px;}
.submenu_top{height:10px;border-bottom:dotted #5e88a2 1px;}

.subsub_item{padding:6px 10px 6px 10px;font-size:11px;color:#41708e;}
.subsub_item:hover{background-color:#EFEFEF;color:#41708e;cursor:pointer;}

/* CONTENT */
.content_container{clear:both;}
.content_title{font-size:24px;padding-bottom:8px;}
.content_text{
	line-height:1.7em;
	width:100%;
}
.action_link, action_link:link, action_link:visited{color:#5191CD;text-transform:uppercase;text-decoration:none;font-size:11px;font-weight:bold;}
.bold{font-weight:bold;}


/*------------------------- FORM -------------------------*/
.form_single-line{border:1px solid #999999;height:12px;!important height:14px;font-family:Arial, Helvetica, sans-serif;font-size: 11px;color:#666666;
	background-color:#e1ebef;background-image:url(images/form/text_field_bg.gif); background-repeat:repeat-x;}
.form_multi-line{border:1px solid #999999;font-family:Arial, Helvetica, sans-serif;font-size: 11px;color:#666666;
	background-color:#e1ebef;background-image:url(images/form/text_field_bg2.gif); background-repeat:repeat-x;/**/}
	
/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg,
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg,.textfieldValidMsg {display: none;}

.textareaRequiredState .textareaRequiredMsg,.textareaMinCharsState .textareaMinCharsMsg,.textareaMaxCharsState .textareaMaxCharsMsg,
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, 
.textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: inline;color: #CC3333;font-size:10px;font-weight:bold;/*border: 1px solid #CC3333;*/}

/* HIGHLIGHTS */
.hl_title{font-size:18px;/*padding-bottom:8px;*/}
.hl_divider{padding:20px 0px 0px 0px;background:url(images/dots_bg.gif) center repeat-x;}
.hl_text{font-size:10px;line-height:1.4em;}
.hl_text a:link, a:visited{color:#405d79;text-decoration:none;}
.hl_text a:hover,a:visited:hover, a:active{color:#637b91;text-decoration:underline;cursor:pointer;}

/* FOOTER */
.footer_left{background:url(images/footer_left.gif) no-repeat top left #637b91;padding-left:25px;font-size:10px;color:#FFFFFF;}
.footer_right{
	background:url(images/footer_right.gif) no-repeat top right #cedbe3;
	padding-right:30px;
	height: 14px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b92d8;
}
.welcome2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #094075;
	font-weight: bold;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 25px;
}
#flickr {
	background-image: url(images/flickr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
	width: 186px;
	float: left;
	padding-top: 12px;
	padding-left: 35px;
	padding-right: 24px;
	overflow: hidden;
}
#facebook {
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 99px;
	width: 221px;
	padding-top: 32px;
	padding-left: 24px;
	overflow: hidden;
}
#toblog {
	background-image: url(images/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 225px;
	padding-top: 25px;
	padding-left: 20px;
	font-size: 10px;
	color: #000000;
}
.pad_left15 {
	padding-left: 15px;

}
#videoplayer {
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
	height: 350px;
	width: 435px;
}
#playlist {
	height: 340px;
	width: 205px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84A3A8;
	font-size: 11px;
	color: #3A7AAA;
	float: left;
	overflow: auto;
}
.pl_item {
	height: 52px;
	width: 170px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #84A3A8;
}
.img_item {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

.more {
	color: #0C3E6F;
	text-decoration: none;
}
.bordesup {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #094075;
	padding-top: 20px;
}

#titulo {
	font-size: 12px;
	text-transform: uppercase;
	color: #003F65;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#comentario {
	clear: both;
	float: left;
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: 15px;
	width: 430px;
}
#videoarchive {
	width: 144px;
	position: absolute;
	left: 739px;
	top: 385px;
}
#mmascot {
	font-size: 9px;
}
