
body, html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	background: #fdfdfd;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: relative;
}

#contenedor{
	padding-top: 100px;
	margin: 0 auto;
	color: #333;
	display:block;
	width: 550px;
}

#contenido{
	text-align:center;
	padding-bottom: 10px;
}


h1 {
    color: #15436e !important;
    font-size: 55px;
    font-weight: bold;
    line-height: 85px;
    margin: 0 auto;
    display: table;
}

p {
    text-align: center;
}
p.mail, p.telefono{
    color: #333;
}

#foot{
	position: absolute;
	bottom: 5px;
	width: 100%;
}

#foot p{
	font-size: 10px;
	text-align: center;
	height: 30px;
	margin-top: 5px;
	margin-right: 0px;
}

a{
	color: #15436e;
}

a:hover{
	color: #333;
}
