body {
	margin: 0;
	padding: 0;
	text-align: center;




  background: url(file:///C|/Documents and Settings/Nombre/Escritorio/varios escritorio/plantillas css/Nautica05/images/bg/light_body.gif) repeat-y top center;
	font: 400 0.7em/170% "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #555;
	background: #44444E repeat-y fixed 50% 0px;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
	padding: 0;
	margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
	float: left;
	width: 25%;
	vertical-align: top;
	font: 1em/normal "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #333333;
  background: #EEE;
  border: 1px solid #CCC;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
a {
	text-decoration: none;
	border-style: none;
	color: #E76F00;
}
a img {
	text-decoration: none;
	border-style: none;
}
