@charset "UTF-8";
p {
	text-align: justify;
	padding: 5px 15px 5px 15px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#333333;
}

img {
	float: left;
	padding: 5px 5px 5px 5px;
}

.more {
	float:right;
	padding: 5px 5px 15px 5px;
}

.bordes-tabla {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #993300;
	border-left-color: #993300;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.caja-enlace {
	border: thin solid #993300;
	background-image: url(fotos/fondo.jpg);
}

.headtable {
	background: #551D02;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#FFFFFF;
	text-align: center;
	padding: 10px 0 10px 0;
}

.linetable {
	color: #551D02;
	text-align: justify;
	padding: 5px 0 0 15px;
}