body {
	background-color: #C8CCB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	margin: 0px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
	cursor: auto;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: underline;
}
.central {
	border: thin solid #009900;
	background-color: #EBEBEB;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.sombrilla1 {
	background-image: url(images/som1.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.sombrilla2 {
	background-image: url(images/som2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.peque {
	font-size: 10px;
	font-weight: normal;
}
.ficha {
	font-size: 12px;
	color: #565B34;
}
.cabezota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

