table {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table tr {}
table tr td {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-color: #999900;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.crema {
	background-color: #FAFAEA;
	text-align: center;
}
.fondoverde {
	background-color: #999900;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
/* Global */
h4 {
	color: #999900;
	padding-right: 15px;
	padding-left: 15px;
	/*font-size: 1em;*/
}
div#contenido h5 {
	background-image: url(./img/indice1.jpg);
	background-repeat: no-repeat;
	background-position: left 18px;
	color: #999900;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.elsubtitu {
	font-weight: bold;
	/*font-size: .9em;*/
	padding-right: 15px;
	padding-left: 15px;
}
.eltexto {
	padding-left: 15px;
	padding-right: 15px;
	/*font-size: 1em;*/
}
a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999900;
}


