body {
	margin :   0px;
	padding:   0px;
	background-color: #00DEEB;
}
img {
	border :  0px;
}
.clear {
	clear : both;
}
.error {
	color : #FF0000;
}



#board {
	position: relative;
	width : 780px;
	margin :   0px auto;
	z-index: 0;
}
#header {
	position: relative;
}
#undimg {
	position: relative;
	width : 780px;
	background-image   : url(../images/bgBottom.jpg);
	background-repeat  : no-repeat;
	background-position: top left;
	background-color   : #00DDEB;
	z-index: 1;
}
#warea {
	position: relative;
	width : 530px;
	margin-left: 126px;
/*	background-position: left bottom;
	background-repeat  : no-repeat;
	background-image   : url(../images/imgBottom.gif); */
	background-color   : #FFFFFF;
	z-index: 2;
}



#menu {
	position: relative;
	width : 530px;
	height:  27px;
	margin :  0px;
	z-index: 3;
	background-color   : #000000;
}



#content {
	position: relative;
	padding:  5px 10px 25px 10px;
	z-index: 3;
}
#content h1 {
	font-family: Verdana;
	font-size  : 19px;
}
#content h2 {
	font-family: Verdana;
	font-size  : 17px;
}
#content p {
	margin :  12px  0px;
	font-family: Verdana;
	font-size  : 12px;
}
#content ul {
	font-family: Verdana;
	font-size  : 12px;
}
#content .html {
	font-family: Verdana;
	font-size  : 12px;
}


/* Contacto */
#content p.lbl {
	margin-bottom:  0px;
}
#content p.btn {
	margin-top   : 12px;
}
#content p.btn a {
	color : #0000FF;
}
#content input.inp {
	border : 1px solid black;
}
#content textarea.inp {
	width : 300px;

	height: 150px;
	border : 1px solid black;
}
