@charset "utf-8";
/* CSS Document */

@font-face { font-family: 'gobCL'; 
font-weight: normal; 
font-style: normal; 
src: url('fonts/gobcl_regular-webfont.eot'); 
src: local('☺'), url('fonts/gobcl_regular-webfont.woff') format('woff'), url('fonts/gobcl_regular-webfont.ttf') format('truetype'), url('fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg'); 
}

@font-face { 
font-family: 'gobCL'; 
font-weight: bold; 
font-style: normal;
src: url('fonts/gobcl_bold.eot'); 
src: local('☺'), url('fonts/gobcl_bold.woff') format('woff'), 
url('fonts/gobcl_bold.ttf') format('truetype'), 
url('fonts/gobcl_bold.svg#gobCL') format('svg'); }

@font-face {
	font-family: 'Conv_gobCL_Heavy';
	src: url('fonts/gobCL_Heavy.eot');
	src: local('☺'), url('fonts/gobCL_Heavy.woff') format('woff'), url('fonts/gobCL_Heavy.ttf') format('truetype'), url('fonts/gobCL_Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body{
	font-family:'gobCL', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	
	
	background: url(img/f.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contenedor{
	margin:0 auto;
	min-width:700px;
	max-width:990px;
	padding:0 30px;
}

#cnca{
	float:left;
}
#link1{
	float:right;
	color:#333333;
	margin:35px 0 0 0;
	font-size:24px;
	text-decoration:none;
}
#link1:hover{
	text-decoration:underline;
}

#top{
	overflow:hidden;
}


#footer{
	bottom:0;
	height:160px;
	position:fixed;
	width:100%;
	margin:0 auto;
}

#footerin{
	background-image:url(img/cnca2.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-width:700px;
	max-width:990px;
	height:160px;
	border-top:solid 1px #CCCCCC;
	margin:0 auto;
	
}

#t{
	margin:80px 0 0 0;
}
#t1{
	display:block;
	text-align:center;
	font-size:18px;
}
#t2{
	text-align:center;
	display:block;
	font-family: 'Conv_gobCL_Heavy';
	font-size:45px;
}
