/* CSS Document */
@import url("reset.css");
/**** INICIAL ****/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;




}

.clearfix
{
	clear:both;	
}
a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}
/**** ESTRUCTURA ****/

.container-wrapper{
	width:100%;
	
}
.container{
	width:980px;
	margin:0 auto;
	margin-top:10px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	
	
}

.container_links{
	width:940px;
	padding:20px;
	background-color:#FFF;
	
}

.fonsblau{
	width:920px;
	padding:10px;
	background-color:#009ee0;
	color:#fff;
	font-weight:bold;
	
}

.header{
	width:980px;
	height:60px;
	background-color:#F00;
	margin-bottom:10px;
	background:url(../img/menu/up_1_60.jpg);
	background-repeat:repeat-x;
}
.content{
	overflow:hidden;
	width:980px;
}
.col1_content{
	float:left;
	width:200px;
	background-color:#036;
}
.col2_content{
	float:left;
	position:relative;
	padding-left:10px;



}

.col1{

	width:200px;
	background-color:#E3E5E5;
	padding-bottom: 35000px;

	margin-bottom: -35000px;
	
	
}
.col2{
	
	width:770px;
	padding-bottom: 35000px;
	margin-bottom: -35000px;
	position:relative;
	
}
.footer{
	height:30px;
	width:960px;
	background-color:#009ee0;
	color:#fff;
	font-weight:bold;
	padding-right:10px;


}
.footer li{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:10px;
	color:#cccccb;
		font-weight:bold;
}
.footer li a{
	color:#cccccb;
	font-weight:bold;
	font-size:12px;
}
.footer li a:hover{
	color:#fff;
}
.footer li img{
	width:20px;
	height:20px;
	margin-top:5px;
	margin-left:25px;
}


.amaga
{
    display:none;
}