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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 22px;
	padding-bottom: 20px;
	font-family: 'Poiret One', cursive;

}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'Poiret One', cursive;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #D33623;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: white;
	font-size: 16px;
	color: black;
}

a {
	color: black;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
}


#logo {
	padding-left: 150px;
	
}

#header {
	background-image: url('../img/214_stin_U.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-bottom: 20px;
}

#hd_info {
	float: right;
	width: 120px;
	font-size: 18px;
	margin-top: 75px;
	margin-right: 80px;
}

#hd_1 {
	text-align: center;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	font-family: 'Poiret One', cursive;
}

#hd_2 {
	padding-top: 5px;
	text-align: center;
	font-family: 'Poiret One', cursive;
}

#logo {

}

#logo h1 {
	padding-top: 80px;
	color: black;
	font-size: 35px;
	font-weight: normal;
	font-family: 'Poiret One', cursive;
}

#content {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-left: 40px;
	margin-right: 40px;
}

#menu {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid black;
	font-size: 18px;
	text-align: center;
	display: block;
	text-decoration: none;
}

#menu a.selected, #menu a:hover {
	background-image: url('../img/214_menu_elipsa.png');
	background-repeat: no-repeat;
	background-position: center center;
}


#body {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px;
	float: right;
	width: 754px;
	border: 2px solid black;
}

#body p, #body li, #body a, #body span {
	font-size: 14px;
}

#homebody {
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	width: 754px;
	border: 2px solid black;
}

#footer {
	clear: both;
	background-image: url('../img/214_stin_D.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 200px;
	font-size: 14px;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 20px;
	color: #aaa;
}

#benefitweb a {
	color: #555;
	text-decoration: none;
}


.fleft {
	float: left;
}

.fleft img {
	margin-right: 20px;
	margin-top: 10px;
	border: 2px solid black;
}


.fright {
	float: right;
}

.fright img {
	margin-left: 20px;
	margin-top: 10px;
	border: 2px solid black;
}

