/********BASICOS********/
a:link {
/*	text-decoration: none;*/
	color: #3b87c5;
}
a:visited {
	text-decoration: none;
	color: #3b87c5;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3b87c5;	
}
li {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
/*******CLASES********/

.right_bar {
	float: left;
	background-image: url(../img/right_border.png);
	background-repeat: repeat-y;
}
.dleft_border {
	width: 20px;
	float: left;
	background-image: url(../img/dleft_border.jpg);
	background-repeat: repeat-y;
}
.dright_border {
	width: 20px;
	float: right;
	background-image: url(../img/dright_border.jpg);
	background-repeat: repeat-y;
}
.large_border {
	width: 800px;
	float: left;
	background-image: url(../img/large_border.jpg);
/*	background-repeat: repeat-x;*/
}
.left_bar {
	float: right;
	background-image: url(../img/left_border.png);
	background-repeat: repeat-y;
	background-position: right;
	*margin-right: -1px;
}
.cright_bar {
	float: left;
	background-image: url(../img/cright_border.png);
	background-repeat: repeat-y;
	background-position: right;
}
.link_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.separator {
/*	padding-top: 15px;*/
}
.separator2 {
	width: 200px;
	float: left;
	margin-top: 100px;
}
.separator3 {
	width: 20px;
	float: left;
	margin-top: 47px;
}
.content_title {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #e18e23;
}
.content_img {
	height: 110px;
}
/*******DIV's********/

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}
#content {
	width: 875px;
	position: relative;
/*	background-color: #CC0000;*/
}
#content_right {
	width: 747px;
/*	margin-top: 40px;*/
/*	margin-left: 60px;*/
	padding-left: 60px;
	padding-right: 69px;
/*	background-color: #FF00AA;*/
/*	float: right;*/
}
#content_right p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
/*	display: inline;*/
}
/*#content_right a {
	display: inline;
}*/

/*----*/
#footer {
	width: 100%;
	float: left;
}
#footer_cont {
	width: 875px;
	height: 24px;
}
#footer_text {
	width: 875px;
}
#footer_text p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	display: inline;
}
