@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	background-color: #000000;
	background-image: url(images/fondo1.jpg);
	background-repeat:  repeat-x;
}
.textolink {
	color: #333333;
	text-decoration: none;
}
.titulos {
	font-weight: bold;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 14px;
}
.destacado {
	font-weight: bold;
	color: #333333;
	background-color: #FEDDAB;
	padding: 20px;
	margin: 20px;
}
.lineaizquierda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

