body {
	margin: 0px;
	background-image: url(xtras/fnd_site.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.rojo{
	color: #FF0000;
}
h1 {
	font-size: 18px;
	color: #C00;
	text-align: left;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #C00;
	font-weight: bolder;
	text-align: center;
}

h6 {
	font-size: 11px;
	color: #C00;
	font-weight: bolder;
	text-align: center;
}

p {
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-align: justify;
}

blockquote {
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
	width: 90%;
	margin: 0;
}

.chico {
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-align: justify;
}

.titulotabla {
	padding-top: 3px;
	font-size: 11px;
	font-style: bolder;
	color: #C00;
	text-align: center;
}

#tabla {
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-align: justify;
	border: 1px solid #CCC;
}

#tabla td {
	padding-left: 2px;
	padding-bottom: 2px;
}

td.margen {
	padding: 5px;
}

input {
	padding: 2px;
	width: 100%;
	border: 1px solid #666;
	font-size: 12px;
}

input:hover {
	color: #C00;
}

textarea {
	padding: 2px;
	width: 100%;
	border: 1px solid #666;
	font-size: 12px;
}

textarea:hover {
	color: #C00;
}

a:link, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover, a:visited {
	color: #F00;
	text-decoration: underline;
}