/*
------------------------------------------------------------------------
Balma S.L. Provisional design to the masses, to the people
------------------------------------------------------------------------

Autor:     Carlus JovŽ, correu@carlusjove.net
Updated:    Juliol 2009
Copyright:  (c) 2009 Carlus JovŽ.

Some rights reserved, guess which of 'em.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color:#94a34b;
	margin-top:30px;
	overflow-x:hidden;
}
p {
line-height: 15px;
}
#wrapper {
width:800px;
margin:auto;
}

#header {
margin-left: 0px;
width:100p%;
height:441px;
padding: 0px 0px 0px 0px;
background-image:url(index.jpg);
background-repeat:none;
-moz-border-radius-bottomright:25px;-webkit-border-bottom-right-radius:25px;
-moz-border-radius-topright:25px;-webkit-border-top-right-radius:25px;
-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;
}
.hola{
width:350px;
position:absolute;
margin-left:500px;
margin-top:360px;
font-family: Arial, sans-serif;
font-size: 15px;
color: #ebebeb;
float:right;
line-height:11px;
}

.hola a{
color:#ebebeb;
text-decoration:none;
}
.hola a:hover{
text-decoration:underline;
}

#footer {
	margin-left: 3px;
	margin-top:10px;
	width:100%;
	padding: 0px 0px 0px 0px;
	font-size:10px;
	color: #666666;
}
