/********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: #0070c0;
}
.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;
	*width: 876px;
/*	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;
	}
#content_right td{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	*font-size: 11,5px;
	color: #777777;
/*	display: inline;*/
}
.content_right_input{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	*font-size: 11,5px;
	color: #777777;
	width: 275px;
/*	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;
}

/**/
ul.cont_tabs {
	list-style: none;
	padding: 0;
}
table.cont_tabs tr {
	margin-bottom: 10px;
}
ul.cont_tabs li, table.cont_tabs td {
	background: none #EFEFEF;
    margin: 0;
    padding: 20px;
}
ul.cont_tabs li .content_title, table.cont_tabs td .content_title  {
	font-size: 14px;
}
ul.cont_tabs li img, table.cont_tabs td img {
	float: right;
	margin: 5px 0 0 35px;
}
ul.cont_tabs li p, table.cont_tabs td p {
	margin: 10px 0 0 20px;
}
img.participaBoxes {
	float: right;
	margin: 25px 0 0 20px;
}
table.calendar {
	width: 70%;
}
table.calendar td {
	padding: 9px 5px;
	text-align: center;
	background: none #e9eff7;
}
#content_right table.calendar tr.title td {
	background: none #0070c0;
	color: #fff;
	font-weight: bolder;
	font-size: 14px;
}
table.calendar tr.row1 td {
	background: none #d1deef;
}
.clearfix {
	clear: both;
}

img.right {
	float:right;
	margin: 0 0 15px 25px;
}
img.left {
	float:left;
	margin: 0 25px 15px 0;
}

.link-img {
	position: absolute;
	left: 240px;
	top: 20px;
	z-index: 5;
	display: block;
	width: 326px;
	height: 25px;
	/*border: 1px solid red;*/
}
.link-img a {
	display: block;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}

em.note {
	display: block;
	font-size: 12px;
	color: #0070c0;
	text-align: right;
}

a.boton {
	margin: 0 auto -13px;
	padding: 3px;
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 10px;
	text-align: center;
	background: #FFC000;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
