body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffe17f;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	height: 100%;
	width: 800px;
	overflow: hidden;
}
#top {
	height: 79px;
	width: 170px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 55px;
	padding-left: 630px;
}
#menu {
	height: 66px;
	width: 800px;
}
#content {
	height: 100%;
	width: 780px;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/bg_cont.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}
#content_sx {
	height: 100%;
	width: 175px;
	overflow: hidden;
	text-align: left;
	float: left;
	font-size: 12px;
}
#content_dx {
	height: 100%;
	width: 545px;
	overflow: hidden;
	text-align: left;
	padding-left: 40px;
	float: left;
	font-size: 12px;
}
#footer {
	height: 87px;
	width: 775px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 25px;
}
.input {
	height: 18px;
	width: 120px;
	border: 1px solid #000000;
}
.form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tit_sx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-image: url(../images/punto.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 6px;
}
.tit_dx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	display: block;
	margin-bottom: 6px;
}
.data {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.links {
	font-size: 9px;
	color: #ccc;
}
.border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


A:link, A:active, A:visited {
	color: #999999;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}

.news A:link, .news A:active, .news A:visited {
	color: #CC6600;
	text-decoration: none;
}
.news A:hover {
	color: #FF9900;
	text-decoration: underline;
}
.categoria A:link, .categoria A:active, .categoria A:visited {
	color: #FFCC00;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.categoria A:hover {
	color: #FFCC00;
	text-decoration: underline;
}
