@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}
body {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
	font-size:12px;
	margin:0px;
	*padding-left:1px;
    height:100%;
	background:url(../img/cont/bg_big.jpg) top repeat-x fixed;
}
#indexcontainer{
    min-height:100%;
	background:url(../img/ind/index_bg.png) top center repeat-y;
	width:852px;
	margin:auto;
}
#container{
    min-height:100%;
	position:absolute;
	background:url(../img/cont/bg.png) top center repeat-y;
	width:852px;
	margin-left:50%;
	margin-right:auto;
	left:-426px;
}
a {
    text-decoration:underline;
	color:#000000;
}
a:hover {
	color:#990000;
    text-decoration:underline;
}
a {
   -moz-outline:none;
}

h1 {
	font-size:14px;
    color: #EEEEEE;
	display:inline;
}
h2 {
	font-size:24px;
    color: #CC0000;
	display:inline;
}
#header {
    width:904px;
	height:155px;
	margin-left:-27px;
	background:url(../img/head/hqfc_bg.png) no-repeat top;
}
#content {
    margin:10px 50px 50px 208px;
}
#c_table {
    font-size:11px;
}
#c_table a {
    display:block;
	background:#DDDDDD;
	padding:2px;
	text-decoration:none;
}
#c_table a:hover {
	background:#FFFFFF;
	color:#CC0000;
}
.ibuts {
    background:url(../img/cont/ibut_bg.jpg) repeat-x top #000000;
	border:1px solid #333333;
	color:#FFFFFF;
}

/* overall */
.title {
    color:#990000;
	font-size:16px;
	font-weight:bold;
}
.lapozas {
    margin:10px auto;
	clear:both;
}


/* index */
.indexmenu {
    width:150px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	*text-align:left;
}
.indexmenu a {
    color:#FFFFFF;
	font-size:16px;
}
.indexmenu a:hover {
    color:#FFCC66;
	text-decoration:none;
}
#alert {
    display:none;
}

/* leftmenu */
#leftmenu {
    width:158px;
	margin-left:42px;
	padding-top:20px;
	float:left;
}
#leftmenu .title {
    background:#CCCCCC;
	border-top:1px solid #FFFFFF;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:4px 2px 4px 8px;
}
#leftmenu ul {
    margin:0px;
	margin-left:8px;
	padding:0px;
	list-style:none;
}
#leftmenu ul li {
    margin:12px 2px 0px 5px;
}
#leftmenu ul li a {
    color:#990000;
	font-size:14px;
}
#leftmenu ul li a:hover {
    color:#000000;
	text-decoration:none;
}

/* footer */
#foot {
    clear:both;
	text-align:center;
	background:url(../img/cont/foot_bg.png) bottom center no-repeat;
	color:#EEEEEE;
	width:100%;
	height:26px;
	padding-top:14px;
	top:100%;
	position:inherit;
	margin-top:-40px;
	*position:absolute;
}
#foot a {
    color:#FFFFFF;
}

/* modules */
#lang {
    float:right;
	/*background:url(../img/head/en.jpg) top left no-repeat;*/
	padding:0px 10px 0px 30px;
	height:21px;
}
#lang a {
    color:#EEEEEE;
}
#lang a:hover {
    color:#FF9900;
}
#newsletter {
    margin-bottom:30px;
}
.newsbox {
    border:1px dotted #CCCCCC;
	clear:right;
}
.newsbox thead {
    background-color:#EEEEEE;
	height:22px;
}
.more {
    background:#EEEEEE;
	border:1px dotted #CCCCCC;
	border-top:0px;
	float:right;
	padding:2px;
	margin-bottom:20px;
}
.more a {
    color:#990000;
	text-decoration:none;
}
.more a:hover {
    color:#666666;
}

.links {
    color:#990000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
.links:hover {
    color:#666666;
	text-decoration:none;
}
#divImages {
	border:1px dotted #666666;
	background-color:#FFFFFF;
	padding:5px 0 0 0;
	height:230px;
	overflow:auto;
}

.image_border{
	border:1px solid #552B00;
}

.opaque {
}
.opaque_over {	
	opacity: .5;
	filter: alpha(opacity=50);
}