body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #006675;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body img{
	border:none;
}
.thrColFixHdr #container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:url(../imagenes/cabecero.jpg) 0px 20px no-repeat;
} 
.thrColFixHdr #header {
	height:152px;
	padding-left: 20px;
	padding-top: 20px;

} 
.thrColFixHdr #sidebar1 {
	float: left;
	width: 192px;
	padding-left:15px;
	padding-top:0;
}
.thrColFixHdr #sidebar1 ul{
	list-style:none;
	padding:0;
	margin:0;
	background-color:#3e818b;
}
.thrColFixHdr #sidebar1 li{
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}

.thrColFixHdr #sidebar1 li a{
	display:block;
	width:172px;
	height:23px;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:4px;
	background:url(../imagenes/bg_boton_menu.jpg) no-repeat;
	font-size:11pt;
}
.thrColFixHdr #sidebar1 li a:hover{
	background:url(../imagenes/bg_boton_menu_over.jpg) no-repeat;
}

.thrColFixHdr #sidebar1 .subcat a{
	display:block;
	width:172px;
	height:23px;
	text-decoration:none;
	color:#a8ff00;
	padding-left:20px;
	padding-top:4px;
	background:url(../imagenes/bg_boton_menu_subcat.jpg) no-repeat;
	font-size:10pt;
}
.thrColFixHdr #sidebar1 .subcat a:hover{
	font-weight:bold;
	background:url(../imagenes/bg_boton_menu_subcat.jpg) no-repeat;
}

.thrColFixHdr #sidebar1 .selected a{
	display:block;
	width:172px;
	height:23px;
	text-decoration:none;
	color:#a8ff00;
	padding-left:20px;
	padding-top:4px;
	background:url(../imagenes/bg_boton_menu_selected.jpg) no-repeat;
	font-size:11pt;
}
.thrColFixHdr #sidebar1 .selected a:hover{
	background:url(../imagenes/bg_boton_menu_selected.jpg) no-repeat;
}

.thrColFixHdr #sidebar1 .subcat_selected a{
	display:block;
	width:172px;
	height:23px;
	text-decoration:none;
	color:#000000;
	padding-left:20px;
	padding-top:4px;
	background:url(../imagenes/bg_boton_menu_subcat_selected.jpg) no-repeat;
	font-size:11pt;
}
.thrColFixHdr #sidebar1 .subcat_selected a:hover{
	background:url(../imagenes/bg_boton_menu_subcat_selected.jpg) no-repeat;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 210px;
	padding-top:30px;
}
.thrColFixHdr #sidebar2 .buscador{
	width:206px;
	float:left;
	height:30px;
	padding-top:20px;
	padding-left:4px;
	background:url(../imagenes/buscador.gif) no-repeat;
}
.thrColFixHdr #sidebar2 .buscador input{
	background:none;
	border:none;
	width:155px;
	height:20px;
	font-size:95%;
}
.thrColFixHdr #sidebar2 .eventos{
	float:left;
	margin-top:15px;
	width:209px;
	padding-bottom:30px;
	background:#FFFFFF;
	border-bottom:#a8ff00 5px solid;
}
.thrColFixHdr #mainContent {
	width:525px;
	margin-left:210px;
	padding-left:10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #sidebar2 .sesion{
	padding:0 10px;
	float:left;
	padding-top:30px;
}

.thrColFixHdr #sidebar2 .sesion .titulo a{
	color:#75aff7;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
.thrColFixHdr #sidebar2 .sesion .titulo a:hover{
	text-decoration:underline;
}
.thrColFixHdr #sidebar2 .sesion .texto{
	padding-top:6px;
}
.thrColFixHdr #sidebar2 .sesion .texto a{
	text-decoration:none;
	color:#000000;
	font-size:10pt;
}
.thrColFixHdr #sidebar2 .sesion .texto a:hover{
	text-decoration:underline;
}


#capa_opaca {
	background-color:#000000;
	clear:both;
	display:none;
	float:left;
	height:100%;
	left:0px;
	opacity:0.7;
	position:fixed;
	top:0px;
	width:100%;
	z-index:1000;
}