/*<group=General Styles>*/

body {
	background-image: url("./images/fondo_comun.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font: 0.75em "Arial Rounded MT Bold", Arial Rounded MT, Geneva, Arial, Helvetica, sans-serif;
	margin: 30px 5px 30px 5px;
	text-align: center;
	color: #181512;
	background-color: #181512;
	padding: 0;
}

p {

}
a:link, a:visited {
	color: #181512;
	text-decoration: none;
}

a:hover, a:active {
	color: #181512;
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-center {
	text-align: center;
	margin: 3px 3px 0 3px;
	position: relative;
	z-index: 5;
}

/*</group>*/

/*<group=Layout>*/
.clearer {
	clear: both;
}

#footer { 
	background: repeat-x url(images/footer_bg.png)  top;
	margin: 0px;
	text-align: center;
	padding: 0px;
	color: #a9b4c2;
	height: 53px;
	font-size: 0.95em;
}

#footer p {
	padding: 5px 25px 0px 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 0em;
	font-weight: bold;
	padding: 2px 3px 1px 3px;
}

.imageStyle {
}


