body {
	margin:0;
	background-color: #339999;
}

#logo {
	padding-top:13px;
	/*padding-left:21px;*/
	text-align:center;
}
#navigation {
	background-color:#A4C2C2;
	height:1.9em;
	padding-top:0.8em;
	margin-top:1.4em;

	font:85% arial;
	color: #333300;
	letter-spacing:.2em;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
	margin-left:2em;
}

#navigation li {
  float: left;
  position: relative;
	padding-right:1em;
}

#navigation a {
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
/* enlace activo */
#navigation a.activo {
	color: #993300;
	font-weight: bold;
}


/* */

#tContenido {
	margin:0;
	margin-bottom:1em;
	border:0;
	border-collapse:collapse;
	width:100%;
}

#izda {
	vertical-align:top;
	width:318px;
	text-align:center;
	background-color:#A4C2C2;

	font:90% georgia;
	color: #336666;
	line-height:18px;
	padding-bottom:2em;
}
#izda img {
	margin-bottom:1em;
}
#cuerpo {
	vertical-align:top;
	background-color:white;
	padding:1em 4em;

	font:80% arial;
	line-height:1.7;
	color:#333333;
	text-align:justify;
}

h1	{
	font:150% georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
}

/* firma */

div.firma {
	font:90% georgia;
	color:#669999;
	line-height:18px;
}


/*formulario*/

.tContacto {
	border-collapse: collapse;
	border: 1px dotted #336666;
	background-color: #f5f5f5;
	margin-top: 5px;
	font-family: georgia;
	color: #336666;
}

.tContacto td {
	padding: 2px;
	padding-top:0;
}

.tContacto th {
	text-align: left;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom:0;
}

input {
	font-family: Arial;
	font-size: 90%;
}

input.fInputNA {
	width: 337px;
}

input.fEmail {
	width: 200px;
}

textarea {
	font-family: Arial;
	font-size: 90%;
}

textarea.fTextarea {
	width: 337px;
	height: 75px;
}

	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

.enviar {
	font:100% arial;
	color:#333333;
	}
	
