* {
  margin:0;
}

body {
  font: 62.5% Tahoma, Arial, Verdana, sans;
  color: #666;
  background: url(img/bg.gif) repeat-y left center;
  margin-bottom: 20px;
}

a {
  color: #009f8f;
  text-decoration: underline;
  font-weight: bold;
}
a:hover { text-decoration: none; }

a img, a:visited img {
	border: 1px solid #009f8f;
}

#idioma {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  z-index: 1;
  font-size: 1.3em;
}

h1 {
  background: url(img/logo.gif) no-repeat right top;
  width: 555px;
  height: 205px;
  text-indent: -9999px;
}

h1.es {
	background-image: url(img/logo_es.gif);
}

h2 {
  display:none;
}

h3 {
  font: 1.1em Verdana, Arial, sans serif;
  font-weight: bold;
  margin: 15px 0 10px 0;
  color: #ec008c;
}

h4 {
  margin-bottom: 10px;
  font-size: 1em;
}

ul#menu, ul#menu li{
  list-style: none;
  margin:0;
  padding:0;
}

ul#menu {
  height: 3.7em;
  background: #009f8f url(img/bg_menu.gif) no-repeat right top;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 45px;
}

ul#menu li {
  float: left;
}

ul#menu li a{
  float: left;
  color: white;
  font-size: 1.3em;
  margin: 0 2px;
  padding: 0.9em 0.4em 0.4em 1.5em;
  margin: 0.1em 0.5em 0.1em 0;
  border: 1px solid white;
}

ul#menu li a:hover {
	background: white;
	color: #ec008c;
}

ul#menu li.actual a {
	background: white;
	color: #ec008c;
}

ul#menu li.actual a:hover {
	text-decoration: none;
}

#content {
  font-size: 1.4em;
  padding: 0 25px;
  clear: both;
}

p {
  text-align: justify;
  margin: 0 0 10px 0;
}

table {
	font-size: 1em;
	border-collapse: collapse;
	margin-bottom: 20px;
	
}

tr.descans {
	background-color: #009f8f;
	color: white;
}

tr.descans td strong {
	color: white;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: solid 1px #009f8f;
  padding: 5px;
}

td strong {
	color: #ec008c;
}

td em {
	color: #009f8f;
	font-style: normal;
}

th {
	text-align: center;
	background-color: #009f8f;
	color: white;
}

form {
	width: 550px;
}

fieldset {
	border: 1px solid #009f8f;
	padding: 10px 10px 5px 10px;
	width: 500px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	border: 1px solid #009f8f;
	padding: 5px;
	color: ec008c;
	font-size: 0.8em;
}

* html legend {
	margin-bottom: 10px;
}

fieldset p {
	margin-bottom: 10px;
}

label {
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
}

input {
	border: 0;
	background: #ecf1ba;
	width: 395px;
}

* html input {
	width: 370px;
}

label.radio {
	display: inline;
	float: none;
	width: auto;
	margin-left: 20px;
}

label.radio input {
	margin-right: 10px;
	width: auto;
}

p.envia {
	text-align: right;
}

p.envia input {
	width: auto;
	cursor: pointer;
	padding: 5px;
}

* html p.envia input {
	cursor: hand;
}

ul {
	margin-bottom: 10px;
}

* html ul {
	margin-left: 30px;
}

