@charset "UTF-8";
/* CSS Document */

/*reset style
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Frutiger45Light
}
body {
	background: #fff;
	
}
a {
    color: #b50000;
    text-decoration: none;
}
header {
    background-image: url(images/lamosquita.jpg);
    width: 289px;
    height: 270px;
    position: relative;
    margin: 50px auto;
}
h1.logo {
    position: absolute;
    left: 50px;
    top: 50px;
    font-family: Frutiger55Roman;
	font-style: normal;
	font-stretch: normal;
    font-size: 30px;
    color: #000;
}
#page {
	text-align:center;  
    width: 300px;  
    margin: auto;
    padding-top: 20px;
}
.contacto {
	font-size: 1.5em;
	color: #008f58;
}
.ubicacion {
	margin-top: 2em;
	font-size: 1.3em;
	color:#752b62;
}
h1 {
	font-weight: 700;
	font-size: 1em;
}
p {
	margin: 0;
	font-size: 2em;
}

.reditem {
	display: inline-block;
	margin: 2em 1em 0;
}
