a:focus {
	outline:none;
}
body {
	color: #333;
	font-family: Helvetica, "Myriad Pro", Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center 0;
	text-align: center;
}
input {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border: solid 1px #969696;
}
select {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
p {
	font-size: 11px;
	line-height: 110%;
}
a:link {
	color: #00a8bf;
	text-decoration: none;
}
a:visited {
	color: #00a8bf;
	text-decoration: none;
}
a:hover {
	color: #003d6e;
	text-decoration: underline;
}
a:active {
	color: #003d6e;
}
h1 {
	color: #003d6e;
	font-size: 12px;
	font-weight: normal;
	margin: 0.2em 0;
}
h2 {
	color: #00a8bf;
	font-size: 11px;
	font-weight: normal;
	margin: 0.8em 0 0;
}
.sumario {
	font-size: 11px;
}
.cuerpo {
	font-size: 10px;
}
.campos {
	font-size: 10px;
}
.piedir {
	font-size: 10px;
	line-height:1.3em;
}
.piedir a:link {
	color: #fff;
	text-decoration: none;
}
.piedir a:visited {
	color: #fff;
	text-decoration: none;
}
.piedir a:hover {
	color: #003d6e;
	text-decoration: underline;
}
.piedir a:active {
	color: #003d6e;
}
//  button.calendar {
 background: url(calendar-icon.gif);
 border: 0;
 cursor: pointer;
 float: left;
 height: 20px;
 margin-right: 50px;
 width: 20px;
}
button.calendar:hover, button.calendar.active {
	background-position: left bottom;
}
