* { margin: 0; padding: 0; }
body { font-size: 76%; text-align: center; }
img { border-width: 0; }
a { outline-style: none; }

#page
{
	text-align: left;
	margin: 190px auto;
	width: 99%;
	overflow: hidden; 
}
#sidebar
{
	float: left;
	width: 500px;
}
#sidebar h1
{
	margin-left: 73px;
}
#sidebar ul
{
	overflow: hidden;
	margin-left: 35px;
	margin-top: 45px;
	height: 252px;

}
#sidebar .block1
{	
	margin-left: 55px;
	margin-top: 25px;
	width: 220px;
	float: left;
}
#sidebar .block2
{
	width: 140px;
	float:right;
	padding: 20px 0 0 10px;
	border-left: 1px dotted black;
}
#sidebar li
{
	display: block;
	float: left;
	width: 114px;
	height: 92px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#content
{
	margin: 5% 1% 0 500px;
}
#footer
{
	clear: both;
}
#content form label {
  display: block;
  margin: 0 0 0 0;
  float: left;
  width: 17%;
  font-weight: bold;
  border-bottom: 1px dotted grey;
  padding-bottom: 5px;
}
#content form input { background-color: rgb(240,240,240); border: 1px dotted grey; padding: 2px; font-size: 8pt;}
#content form input:focus { border: 1px solid grey; background-color: rgb(255,255,255); }
#content form textarea { background-color: rgb(240,240,240); border: 1px dotted grey; }
#content form textarea:focus { border: 1px solid grey; background-color: rgb(255,255,255); }
#content form .btn {
  display: block;
  margin: 1em 0 0 17%;
  border: 0;
  text-decoration: underline;
  font-weight: bold;
  color: #425CA4;
  cursor: pointer;
  background: none;
}
#content form span { display: block; padding-left: 20px; margin: 1em 0 0 17%; }
#content form .ok { background: transparent url('../images/ok.png') no-repeat; }
#content form .error { background: transparent url('../images/error.png') no-repeat; }
#content form div {
  margin: .4em 0 15px 0;
}
#content form p.ayuda { display: none; }
#content form:hover p.ayuda {
	display: block;
	color: #425CA4;
	width: 80px;
	height: 50px;
	text-align: left;
	position: absolute;
	margin-left: 30%;
	font-size: 7pt;
}
