@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #3C461D url(../interfaz/fondo_papel.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #533905;
}
#contenedor  {
	width: 775px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	text-align: center;
}
#cabecera  {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
	margin: 0px;
	text-align: center;
}
#cabecera ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: large;
	font-style: italic;
}
#cabecera li {
	float: left;
	margin-left: 1em;
	margin-right: 1ex;
	padding: 10px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cabecera a:link {
	color: #DDB;
	text-decoration: none;
}
#cabecera a:visited {
	color: #C0C1A3;
	text-decoration: none;
}
#cabecera a:hover {
	color: #DDB;
	text-decoration: none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DDB;
}
#cabecera a:active {
	color: #FFF;
	text-decoration: none;
}
#contenido  {
	padding: 0px;
	margin: 0px;
}
#contenido a:link {
	color: #3C461D;
	text-decoration: none;
	font-weight: bold;
}
#contenido a:visited {
	color: #3C461D;
	text-decoration: none;
	font-weight: bold;
}
#contenido a:hover {
	color: #3C461D;
	text-decoration: underline;
	font-weight: bold;
}
#contenido a:active {
	color: #676735;
	text-decoration: underline;
	font-weight: bold;
}
#pie  {
	padding: 0px;
	margin: 0px;
	color: #C0C1A3;
	width: 100%;
	background-color: #3C461D;
} 
#pie   p    {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 5px 6px;
}
#pie small {
	font-size: x-small;
}
#oculto {
	position: absolute;
	visibility: hidden;
	top: -2000px;
}
#intro {
	float: left;
	width: 205px;
	margin-top: 210px;
	margin-left: 60px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
}
#intro h2 {
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0ex;
	padding: 0px;
	font-size: xx-large;
}
#principal {
	margin-left: 300px;
	padding: 0px;
	background-color: #DDB;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-image: url(../interfaz/papel.gif);
	text-align: left;
}
#principal  img {
	margin: 0px 0px -4px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
#principal   small {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1pt;
	line-height: 2ex;
}
#principal   h3 {
	padding: 10px 20px 0px 0px;
	margin: 0px;
	width: 180px;
	text-align: right;
	float: left;
	font-size: larger;
}
#principal   p {
	margin: 0px;
	padding: 10px 20px;
	line-height: 3ex;
}
.fecha {
	margin: 0px;
	padding: 0px;
	background-color: #663300;
	color: #DDB;
	background-image: url(../interfaz/top.jpg);
	background-position: center top;
	text-align: right;
}
#principal table {
	text-align: center;
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#principal th {
	color: #DDB;
	background-color: #663300;
	background-position: center top;
	padding: 10px 5px;
	font-weight: normal;
	background-image: url(../interfaz/top.jpg);
	font-size: medium;
}
#principal td {
	background-color: #DDB;
	font-size: large;
}
form {
	font-size: small;
}
input {
	background-color: #DDB;
}
textarea {
	background-color: #DDB;
}
.ok {
	color: #336600;
}
.error {
	color: #CC0000;
}
.flota {
	float: left;
}
