/*
html {
	background:#444 url(../img/img-bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  text-shadow: 2px 2px 2px #000;
}

*/


@import url(http://fonts.googleapis.com/css?family=Cuprum);

body {
	background:#fff; 
	color: #444; 
	font-size: 28px; 
	font-family: 'Cuprum', sans-serif, Arial;
	margin:0px; 
	padding:0px; 
	border:none;
}

a, a:visited{
	color:#0C5582;
	text-decoration:none;
}

#hl{
	width:800px; 
	height:auto; 
	clear:both; 
	padding:0; 
	margin:0 auto
}

#header{
	width:800px; 
	height:100px; 
	clear:both; 
	margin:0 auto; 
}

#content{
	width:800px; 
	height:auto; 
	clear:both; 
	padding:0; 
	margin:0 auto;
}

.logo{
	width:380px;
	height:96px;
	margin:0 auto;
	clear:both;
}

.contacto{
	width:800px;
	height:auto;
	margin: 0 auto;
}

.item-contacto{
	width:380px;
	height:auto;
	float:left;
	padding:5px;
	margin:5px;
}

.link-v, .link-v a, .link-v:visited{
	color:#fff; 
	margin:2px;
	padding:2px 8px;
	background:#A4E92A;
	-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
	text-decoration:none;
}

#footer{
	width:800px; 
	height:auto; 
	clear:both; 
}

#footer a{color:#f00}