@charset "utf-8";



body {

	margin: 8px 0 0 0;

	padding: 0;

	text-align: left;

	color: #000000;

	font: normal 1em arial, helvetica, sans-serif;

	background-color: #ABABAB;

}



img {

    border:0px;

}



a {

	color: #006600;

    text-decoration: none;

}



a:hover {

    color: #666666;

    text-decoration: underline;

}


.structure #container {

	width: 780px;

	background: #FFFFFF;

	margin: 0 auto;

	text-align: left;
	
	

}





.structure #header {

	text-align:left;

	margin-bottom:5px;

	height:130px;
	

}
.structure #barranav {

	text-align: left;

	margin-bottom:0px;

	font: normal 90% arial, sans-serif;

	height:55px;

}



.structure #leftcontent {

    width: 300px;

    float: left;

}




.structure #rightcontent {

    margin-left:300px;
    
    border-right: 10px solid #ffffff;

    background-image:url(../img/bg1.gif);

    height:500px;

    padding: 0 12px 0 12px;

}



.structure #rightcontent #sections_container {

	padding: 8px 0 0 0;

}



.structure #rightcontent #sections_container .section {

	background-color:#ffffff;

	background-image:url(../img/bg3.gif);

	padding:4px;

	margin-bottom:16px;

	border: 0px solid #ffffff;

	min-height: 96px;

}





.structure #rightcontent #sections_container .section h1 {

	margin:0;

	padding:0;

	font: normal 16px arial, sans-serif;
	
	color: #317CCC;

	

	padding-top: 4px;
	
	padding-left: 8px;

}



.structure #rightcontent #sections_container .section p {

	font: normal 12px arial, sans-serif;

	margin: 6px 0 0 0;
	padding-left: 4px;

}



.structure #rightcontent #sections_container .section .foot {

	font: normal 90% arial, sans-serif;

	text-align:right;

}







.structure #footer {

	text-align: center;

	margin: 6px 0 6px 0;

    font-family: Arial, Helvetica, sans-serif;

}



.structure #footer .content {

	border-bottom: 1px solid #777777;

	text-align:right;

	font: normal 90% arial, sans-serif;

	height:24px;

}



.structure #footer .title {

	font-size:110%;

    letter-spacing: 8px;

}



.structure #footer .membrete {

	font-size:11px;

    margin-top:6px;

    letter-spacing: 1px;

}



.clearfloat {

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}











/*------------------- Main struct - Ticker --------------------*/

.structure #rightcontent #ticker_container {

	text-align: center;

    /*background-color: #CCCCCC;*/

	background-image:url(../img/bg3.gif);

	padding: 2px;

    border-top: 1px solid #999999;*/

}



.structure #rightcontent #ticker {

}



.structure #rightcontent #ticker *

{

    /*this will hide all children tags */

	font-size: 1em;

	margin:0px;

	padding:0px;

	display:none;

}



.structure #rightcontent #ticker a {

    /* add more tags to this list if you wish to display them inside the children */

	display:inline;

}


