﻿body	{
	/*width: 97%;*/
	color: #7C7B7B /*color: #858484*/;
	background: #3C6BA3 url(../images/bg_sitio.gif) repeat-x;
	/*margin: 0,*/
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 10px 10px 0px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	
}

a:link	{
	text-decoration: none;
	color: #417AC2;
}

a:visited	{
	text-decoration: none;
	color: #417AC2;
}

a:hover	{
	text-decoration: underline;
	color: #CE5811;
	/*background-color: #FFFFFF;*/
}

a:active	{
	text-decoration: none;
	color: #ff0000;
}

/*encabezado*/

#header {
	height: 105px;
	background: #fff url(../images/bg_header.gif) repeat-x;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	padding-left: 10px;
	clear: both;
	min-width: 768px;
	text-align: left;
	/*border-bottom: 1px solid #ccc;*/
}


#logo{
	/*display: none;*/
	 height:72px;
	 width: 100%;
	 clear: both;
	 /*border: 1px solid red;*/
	 /*/background: url(../images/logo_super.gif) no-repeat;*/
}
#logo table{
	 width: 100%;
	 padding: 0 0 0 0;
	 margin: 0;
}

#logo a, a:link, a:hover, {
	 text-decoration: none;
}

#asistentes{
	 width: 450px;
	 text-align: right;
}

/*men�*/

#sidebar {
	height: auto;
	background: #9B978C;
	/*border-left: 4px solid #fff;
	border-right: 4px solid #fff;*/
	/*border-top: 1px solid #fff;*/
	z-index: 3;

	
}


/*Contenidos*/

#main {
	/*height: 600px;*/
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	background: #fff url(../images/bg_estadisticas.jpg) no-repeat bottom right;
	border-bottom: 4px solid #fff;
	/*clear: both;*/
	padding-left: 10px;
	font-size: 11px;
}

#ruta {
	/*display:none;*/
	height: 20px;
	/*border: 1px solid red;*/
	background: #fff;
	font-size: 10px;
	text-align: right;
	/*padding: 0 10 0 0px;*/
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	
}
#ruta a, a:link, a:hover, {
	color: #0568A3;
	text-decoration: none;
	
}

.binicio {
	float: left;
	font-size: 10px;
	font-weight: bold;
}

.binicio a{
	margin-right: 10px
}

/*Colof�n*/


#footer {

	text-align: center;
	padding: 10px 0 10px 0;
	height: auto;
	/*width: 100%;*/
	color: #999999;
	font-size: 11px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #EFEFEF url(../images/bg_footer.gif) repeat-x top;
	clear: both;
}

#footer a {
	color: #999999;
	padding: 0 15px 0 15px;
	font-size: 10px;
}

.input {
	color: #7C7B7B;
	font-size: 10px;
	/*border: 1px solid #999;*/
}

.selectInput {
	/*width: 350px;*/
}

/* Estilos para los selectores utilizados en .menu.selector.php*/
#menu_selector_menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#menu_selector_menu li.selected
{
	background-color: #FFFFCC;
}
