@import url("default.css");
@import url("horitzontal.css");


.container{
	background:url(img/bg_container.gif) top right repeat-y;
	background-color:#ffffff;
	padding-bottom:0px;
	}
.menuNav{
	width:712px;
	}
.content{
	background:url(img/bg_content.gif) top right repeat-y;
	overflow:hidden;
	padding:0px 17px 0px 12px;
	display:block;
	height:1%;
	}

/***************
	IMG
****************/
.img{
	clear:both;
	margin:55px 0px 0px 12px;
	height:139px;
	overflow:hidden;
	}
* html .img{
	margin-top:12px;
	}
*+html .img{
	margin-top:15px;
	}
/******************
	LEFT
*******************/
.left{
	background: url(img/bg_barraLeft.jpg) 0 32px no-repeat;
	width:566px !important;
	padding-bottom:20px;
	}

.left .top{
	font-family:Arial, Helvetica, sans-serif;
	color:#0f5f80;
	margin:8px 0px 24px 0px;
	height:34px;
	display:block;
	}
.top h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0f5f80;
	display:inline;
	float:left;
	font-size:1.7em;
	}
.top ul{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:7px 3px 0px 0px;
	font-size:1em;
	text-transform:uppercase;
	}
.top ul li{
	float:left;
	margin-left:23px;
	}

h3.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.9em;
	color:#0f5f80;
	margin:0px 0px 10px 10px;
	font-weight:normal;
	line-height:1.05em;
	}
.left h4,
.left p{
	font-size:1.2em;
	}
.left h4{
	margin:0px 0px 2px 0px;
	}
.left p{
	line-height:1.4em;
	margin:0px 0px 21px;
	}
.left .center{
	text-align:center;
	}


/*****************
	RIGHT
******************/
.right{
	background:url(img/bg_right.jpg) top right repeat-y;
	width:288px;
	float:right;
	padding-left:22px;
	display:block;
	color:#ffffff;
	font-size:1.2em;
	padding-bottom:30px;
	}
.right a,
.right a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
.right a.out{
	background:url(img/bg_link_out.gif) top right no-repeat;
	padding-right:22px;
	}
.right h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(img/bg_h3.gif) 0 0 no-repeat;
	height:25px;
	margin:13px 0px 0px 0px;
	padding:2px 0px 0px 10px;
	color:#0f5f80;
	font-size:1.1em;
	}
.right h3.red{
	background:url(img/bg_h3red.gif) 0 0 no-repeat;
	color:#ffffff;
	padding:4px 0px 0px 10px;
	}
.right h4{
	text-transform:uppercase;
	margin:0px 0px 4px 10px;
	font-size:0.8em;
	}
.right p{
	margin:0px 0px 10px 10px;
	font-size:0.95em;
	line-height:1.5em;
	}