a, a:link, a:hover, a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	/*background-color:#ccc;*/
}

a img, a:link img, a:hover img{
	border:none;
	padding:0px;
	margin:0px;
}

a:hover img{
	/*background-color:transparent;*/
	
}

body {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#666;
	margin:0px;
}

form{
	padding:0px;
	margin:0px;
}

input, textarea, select{
	/*	background-color:dde;*/
	font-size:.85em;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#369;
}

input.big {
	font-size:2em;
	width:200px;
}

h1, h2, h3, p{
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
}

h2, h3{
	color:#3366cc;
}

h2{
	font-size:1.6em;
}

h3{
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

#contenedor{
	width:800px;	
}

#contenedor tr{
	border:none;
	padding:0px;
	margin:0px;
}

#contenedor td{
	border:none;
	padding:0px;
	margin:0px;
}

#dashboard{
	background-image:url(../imagenes/db_bg.jpg);
	background-repeat:no-repeat;
}


#dashboard div{
	padding-left:30px;
}

.funcion{
	padding:10px;
}

#novedades{
	color:#333;
	padding:10px;
}

#novedades p{
	/*border-bottom:1px white solid;*/
}

#novedades p a{
	font-size:.8em;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
}

/*HISTORIAL*/

div.historial_holder
{
	height:400px;
	overflow-y:scroll;
}

div.historial_dia.p{
	font-weight:bold;
}

div.historial
{
	padding-left:0px;
	padding-bottom:2px;
	border-bottom:#eee 1px solid;
	margin-bottom:4px;
	/**/
	overflow:hidden;
	text-overflow:ellipsis;
	width:120px;
}

div.historial p{
	font-size:.75em;
}

div.historial p a, div.historial p a:link, div.historial p a:hover{	
}

div.historial p a:hover{
	background-color:#fff;
}

/*HISTORIAL*/

.menuda{
	font-size:.75em;
}


table.post
{
	width:100%;
}

.post_texto
{
	background-color:#fff;
	padding:5px 10px;
}

div.cajon{
	border:#fff solid 1px;
	padding:10px;
	margin-bottom:10px;
	background-color:#cfcee7;
	
}

table.formulario{
	width:100%;
}

table.formulario td{
	width:50%;
}

div.menu_contextual{
	border:1px #fff solid;
	background-color:#dde;
	padding:4px;
	
	/*margin:0px;*/
}

div.menu_contextual p{
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
}


/**/

table#au{
	width:100%;
}

div#au_resultados{
	width:100%;
	height:200px;
	overflow-y:scroll;
	padding:4px;
	border:1px white solid;
	margin-right:10px;
	background-color:#eee;
}

div#au_asignados{
	width:100%;
	height:200px;
	overflow-y:scroll;
	padding:4px;
	border:1px white solid;
	background-color:#eee;
}

table.au_item{
	width:100%;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}

.au_item_nombre{
	width:90%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.au_item_anchor{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#forma_respuesta{
	padding:0px;
}

#forma_respuesta td{
	background-color:#f7f7f7;
	padding:0px;
}


.form_grupo{
	border:solid #999999 1px;
	margin: 0px auto;
	width:60%;	
}

.form_grupo_label{
	text-align:center;
	color:#369;
}

.form_grupo input{
	width:144px;
}

.form_grupo td{
	background-color:#f7f7f7;
	height:30px;
	vertical-align:middle;
}

.form_label{
	width:50%;
	text-align:right;	
	
}

table.candela{
	background-color:#eef;
	/*margin-top:4px;*/
}

table.candela td{
	vertical-align:top;
}

/*grilla*/

div.grilla{
	height:1%;
	margin:auto 0px;
}

.grilla_celda{
	float:left;
	padding:5px;
	width:90px;
}

.grilla_celda img{
	text-align:center;
}

.grilla_celda p{
	text-align:center;
	width:parent;
	color:#333;
	font-size:.75em;
	overflow:hidden;
}

.grilla_clear{
	clear:left;
}




