



/* Formato para CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#606060;
}
a {
	text-decoration:none;
	font-size:10px;
}
h1, h2{
	padding:0px;
	margin:0px;
}
p{
	margin:5px 0px 5px 0px;
}

form{
	margin:0px;
}
hr{
	border:none;
	border-top:2px dotted #D7D6DC;
	clear:both;
}


#page{
	width:778px;
	background:#F2F2F2;
	margin:0 auto 0 auto;
	position:relative;
}
#header{
	width:778px;
	height:86px;
	background-color:#1B2C86;
}
#alternativemenu{
	font-size:12px;
	text-align:right;
}

#alternativemenu a, #mainmenu a{
	color:#FFFFFF;
}

#alternativemenu a:hover, #mainmenu a:hover {
	text-decoration:underline;
}

#logo{
	position:absolute;
	left: 22px;
	top: 8px;
}
#searchBar{
	text-align:right;
	padding-bottom:2px;
}
#searchBar form{
	height:20px;
	margin-top:10px;
	margin-right:20px;
	margin-left:auto;
}
#searchBar form input{
	font-size:10px;
	margin:0px;
	padding:0px;
	padding-left:5px;
	border:solid 1px #AAAAAA;
	width:100px;
	height:17px;
	position:relative;
}
#searchBar img{
	vertical-align:top;
}
#mainmenu{
	height:15px;
	background:url(/sri/jsp/layout/images/bartop.gif) #0281AA repeat-x;
	margin-top:15px;
	text-align:right;
	padding-top:7px;
	padding-right:10px;
}




#content {
	background:url(/sri/jsp/layout/images/barhome.gif) repeat-x #F2F2F2;
	width:775px;
	height:515px;
	padding:17px 0px 0px 3px;
}
#homeContent{
	width:592px;
	float:left;
}
#menuBar {
	width:183px;
	/*height:300px;*/
	padding: 4px 0px 4px 0px;
	float:left;
	background: url(/sri/jsp/layout/images/bordeblanco2.gif) bottom left #FFFFFF no-repeat;
	margin-bottom:10px;
}
#menuBar h1 {
	font-size:12px;
	color:#0281AA;
	padding: 0px 0px 9px 7px;
}
#menuBar h2 {
	font-size:11px;
	color:#1B2C86;
	background-color:#E9F4F8;
	padding-left:7px;
}
#menuBar a{
	display:block;
	color:#1B2C86;
	margin:0px 10px 0px 12px;
	padding:2px 0px 2px 0px;
	border-top:#D7D6DC dotted 2px;
}
#menuBar a:hover{
	text-decoration:underline;
}
.menu_tl{
	float:right;
	position:relative;
	top:-4px;
}
#homeSections{
	width:585px;
	height:150px;
	border-bottom:#D7D6DC dotted 2px;
	padding-left:7px;
}

/* Home section boxes */
.evenHomeSectionBox, .oddHomeSectionBox{
	width:188px;
	height:142px;
	margin-right:8px;
	float:left;
	color:#FFFFFF;
	background:no-repeat bottom;
	overflow:hidden;
}
.evenHomeSectionBox{
	background-position:top left;
}
.oddHomeSectionBox{
	background-position:top right;
}

/* Home section contents */
.homeSectionContent{
	height:134px;
	padding:8px 7px 0px 7px;
	background:no-repeat bottom;
}
.evenHomeSectionBox .homeSectionContent {
	background-position:bottom right;
}
.oddHomeSectionBox .homeSectionContent {
	background-position:bottom left;
}

.evenHomeSectionBox h1, .oddHomeSectionBox h1{
	font-size:12px;
	padding-bottom:11px;
	text-align:center;
}
.evenHomeSectionBox img, .oddHomeSectionBox img{
	padding-left:1px;
}
.evenHomeSectionBox a, .oddHomeSectionBox a{
	color:#FFFFFF;
}
.evenHomeSectionBox a:hover, .oddHomeSectionBox a:hover{
	text-decoration:underline;
}
#newsPanel{
	width:386px;
	float:left;
	padding-top:4px;
	padding-left:14px;
	margin-bottom:10px;
}
#newsList{
	width:340px;
	background-color:#FFFFFF;
	border:#1B2C86 solid 4px;
	padding:25px 0px 6px 26px;
}
#newsScroll{
	height:270px;
	width:310px;
	overflow:auto;
}
.newsRightCorner{
	float:right;
	position:relative;
	top:-29px;
	right:-4px;
	margin:0px;
}
.newsLine{
	clear:both;
	font-size:11px;
	color:#1B2C86;
	padding-bottom:15px;
	padding-right:10px;
}
.seeMoreLink{
	display:block;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	clear:left;
}
.newsLine a{
	color:#0281AA;
}
.newsLine a:hover{
	text-decoration:underline;
}
.newsLine h1{
	font-size:12px;
}
.newsLine img{
	float:left;
	padding-right:19px;
}
#bannerPanel{
	padding-top:13px;
	float:left;
}
#banners{
	width:180px;
	padding-top:4px;
	padding-bottom:4px;
	clear:both;
}
.bannerImage{
	margin-top:4px;
	margin-bottom:4px;
	border:none;
}


#footer{
	height:38px;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	background-color:#FFFFFF;
}
#footer img{
	margin-top:5px;
}
#copyright{
	height:38px;
	float:left;
}





#internalContent{
	width:385px;
	padding: 0px 9px 0px 9px;
	float:left;
}
.internalText{
	width:385px;
	clear:both;
}

.internalText .expandableTitle {
	width:344px;
	margin-left: 10px;
	padding:3px 10px 3px 21px;
	background-color:#FFFFFF;
	color:#1B2C86;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
}


.internal_img_float{
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#topicPath{
	color:#1B2C86;
}
.evenHeader, .oddHeader, .mainHeader{
	width:385px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:15px;
	margin-top:10px;
	background-repeat:no-repeat;
	background-color:#B5B2D1;
	clear:both;
}
.evenHeader{
	background-image:url(/sri/jsp/layout/images/bordelila1.gif);
	background-position:top left;
}
.oddHeader{
	background-image:url(/sri/jsp/layout/images/bordelila4.gif);
	background-position:bottom left;
}
.evenHeader h1, .oddHeader h1, .mainHeader h1{
	color:#FFFFFF;
	font-size:12px;
	padding:5px 20px 5px 0px;
	margin-left:21px;
}
.evenHeader h1{
	background:url(/sri/jsp/layout/images/bordelila3.gif) no-repeat bottom right;
}
.oddHeader h1{
	background:url(/sri/jsp/layout/images/bordelila2.gif) no-repeat top right;
}

.mainHeader {
	background-color:#1B2C86;
	background-position:top left;
	background-image:url(/sri/jsp/layout/images/bordeazul1.gif);
}
.mainHeader h1{
	background:url(/sri/jsp/layout/images/bordeazul3.gif) no-repeat bottom right;
}

#internalContent h3{
	font-size:11px;
	color:#1B2C86;
	margin:0px;
}

.expandableTitle{
	width:354px;
	padding:3px 10px 3px 21px;
	background-color:#FFFFFF;
	color:#1B2C86;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
}

.expandableLink{
	float:right;
	color:#FF0D01;
}
.expandableContent{
	margin:0px 0px 5px 20px;
	padding:3px 10px 0px 21px;
	background-color:#FFFFFF;
	display:none;
	width:334px;
	clear:both;
}
.internalList{
	padding:0px;
	margin:5px 10px 5px 30px;
	list-style:outside;
	list-style-image:url(/sri/jsp/layout/images/dash.gif);
}
.internalList a{
	color:#0281AA;
}
.internalList a:hover{
	text-decoration:underline;
}
.importantLink{
	display:block;
	margin:5px 0px 5px 5px;
	padding:3px 5px 0px 0px;
	background:url(/sri/jsp/layout/images/linkcorner2.gif) bottom right #0281AA no-repeat;
	color:#FFFFFF;
	height:15px;
	float:right;
	clear:both;
}
.importantLink img{
	border:none;
}
.link_l{
	vertical-align:top;
	position:relative;
	top:-3px;
}
#accessPanel{
	width:185px;
	float:left;
}
.accesImgBanner{
	padding-bottom:5px;
}


/* Home section contents */
.evenAccessLinkLittle, .oddAccessLinkLittle{
	width:185px;
	height:47px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.evenAccessLinkLittle {
	background-position:top left;
}
.oddAccessLinkLittle {
	background-position:top right;
}
.accessLinkContent{
	padding:0px 7px 0px 8px;
	background:no-repeat bottom;
	height:47px;
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	overflow:hidden;
}
.evenAccessLinkLittle .accessLinkContent {
	background-position:bottom right;
}
.oddAccessLinkLittle .accessLinkContent {
	background-position:bottom left;
}

.evenAccessLinkLittle p, .oddAccessLinkLittle p{
	padding:8px 0px 0px 0px;
	margin:0px;
}

.accessImg_r{
	padding-top:9px;
	float:right;
	border:none;
}
.hiddenSpan{
	display:none;
}
.shownSpan{
	display:inline;
}

.internalForm{
	width:365px;
	background-color:#FFFFFF;
	margin:5px 0px 5px 0px;
	padding:10px;
}
.internalForm strong{
	color:#1B2C86;
	font-size:10px;
}
.internalForm input, .internalForm select{
	font-size:10px;
}
.formLine, .formLineBig{
	clear:both;
	padding:3px 0px 3px 0px;
}
.formSubLine{
	clear:both;
	padding:4px 0px 4px 0px;
}
.formLine strong, .formSubLine strong, .formLineBig strong{
	display:block;
	float:left;
	width:80px;
}
.formSubLine strong{
	color:#1D74B2;
	padding-left:30px;
	width:110px;
}
.formLineBig strong{
	width:140px;
	padding-right:10px;
	text-align:right;
}
#messageText{
	min-height:70px;
	/height:70px;
	background:url(/sri/jsp/layout/images/bordeblanco3.gif) #FFFFFF bottom right no-repeat;
}
#messageText img{
	float:right;
	padding:10px;
}
#messageContent{
	padding:10px;
	background:url(/sri/jsp/layout/images/bordeblanco1.gif) top left no-repeat;
}
#pictureBar{
	float:left;
	padding-right:10px;
	width:87px;
}
#textBar{
	float:left;
	width:287px;
}
#textBar h3{
	background-color:#FFFFFF;
}
.internalText p, .expandableContent li, .expandableContent p, .expandableContent li, #messageContent p, #textBar p{
	text-align:justify;
}
.formControl{
	display:block;
	float:left;
}
.formLabel{
	display:block;
	float:left;
	padding-left:8px;
	width:160px;
	padding-top:5px;
}
