html, body {
	margin:0px;
	padding:0px;
	background-color: #000;
	height:100%;
}
a, img {outline:none; }
/* Divs */
#container {
	width:900px;
	height:100%;
	clear:both;
	margin:0 auto;
	background-image:url(../img/back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom center;
}
#tel {
	width:94px;
	height:46px;
	background-image:url(../img/under_4.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:10px;
}
#btn {
	width:148px;
	height:46px;
	position:absolute;
	bottom:10px;
	left:10px;
	border:none;
}
#btn a:link {text-decoration:none; border:none; }
#btn a:hover {text-decoration:none; border:none; }
#btn a:active {text-decoration:none; border:none; }
#btn a:visited {text-decoration:none; border:none; }

#line {
	width:1px;
	height:80%;
	background-color:#FFF;
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	right:15px;
}
#under {
	width:42px;
	height:142px;
	background-image:url(../img/under_2.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
}

/* Fuentes */

/* Formularios */

