@font-face {
    font-family: 'Bergamo';
    src: url('fonts/bergamostd-bold_0-webfont.eot');
    src: url('fonts/bergamostd-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/bergamostd-bold_0-webfont.woff') format('woff'),
url('fonts/bergamostd-bold_0-webfont.ttf') format('truetype'),
url('fonts/bergamostd-bold_0-webfont.svg#HelveticaNeue75Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
	height:100%;
	width:100%;	
}
body{
	background:/*#f0ece1*/#ffffff;
	margin:0px;
	padding:0px;
	display:table;
}
#container{
	width:100%;
	height:800px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
a{
	text-decoration:none;	
}
h1{
	margin:0 !important;
	padding:0 !important;	
}
h1 span, a span{
	display:none;
}
#direccion, #candelabro{
	text-indent: 0px;
	font-family: Bergamo, "Times New Roman", Times, serif;
	font-size:1.1em;
	color: #656160;
	text-shadow: 2px 2px 3px #68665A inset;
}
#candelabro{
	margin-top:10px;	
}
#candelabro-link{
	width:auto;
	background-color:#999;
	border-radius:5px;
	padding:10px 20px;
	float:none;
	display:inline-block;
	color:#fff;
	font-family: 'Amatic SC', cursive;
	font-weight:lighter;
	font-size:1.6em;
	border:1px solid #999;
}
#candelabro-link:hover{
	background-color:#fff;
	color:#999;
}
#muchamiga{
	margin-top:-30px;;	
}
#foto{
	border:20px #FFF solid;
	width:700px;
	height:auto;
	margin-bottom:30px;
	margin-top:0;
	box-shadow: 0 5px 15px #8F867D;
		
}
#fb{
	width:40px;
	height:40px;
	background-image:url(../img/fbhover.png);
	background-size:cover;
	text-align:center;
	display:inline-block;
	margin-top:7px;
}
#fb:hover{
	opacity:0.6;
}
#in{
	width:40px;
	height:40px;
	background-image:url(../img/instagram.png);
	background-size:cover;
	text-align:center;
	display:inline-block;
	margin-top:7px;
}
#in:hover{
	opacity:0.6;
}
#email{
	width:40px;
	height:40px;
	background-image:url(../img/email.png);
	background-size:cover;
	text-align:center;
	display:inline-block;
	margin-top:7px;
}
#email:hover{
	opacity:0.6;
}

#email, #in, #fb, #candelabro-link{
	transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
}
