#main .sidebar.right {
display: none;
}
#content{
	width:750px;
	background: none;
	padding-right: 0
}

/* ----- FORMULARIO ----- */
#cuadros > form.search > label.combo{
	width: 414px;
}
#cuadros > .search > label > input{
	width: 396px;
}

/* ----- LISTADO ----- */
#cuadros > table.listado{
	table-layout: fixed;
	float: left;
}
#cuadros > table.listado tr{
	border-top: 1px solid #EBEBEB;
}
#cuadros > table.listado tr:first-child {
	border-top: 0px ;
}
#cuadros > table.listado tr th{
	font-size: 1.3em;
	color: white;
	background: #EC6E07;
	font-weight: bold;
	height: 28px;
	vertical-align: middle;
	text-align: left;
	padding-right: 17px;
	padding:1px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
#cuadros > table.listado tr th:first-child {
	padding-left: 17px;
}
#cuadros > table.listado tr td{
	font-size: 1.3em;
	line-height: 16px;
	padding: 8px 17px 6px 0;
	color: #333;
}
#cuadros > table.listado tr td:first-child {
	padding-left: 17px;
}
#cuadros > table.listado .fecha{
	width: 90px;
	font-weight: bold;
}
#cuadros > table.listado .file{
	width: 285px
}
#cuadros > table.listado .evento{
	width: 285px
}
#cuadros > table.listado .tipo{
	width: 90px
}
#cuadros > table.listado tr td a{
	color: #333;
	padding-left: 24px;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 16px;
	display: block;
	background: url(../img/icons.png) no-repeat;
}
#cuadros > table.listado tr td a:hover {
	text-decoration: underline;
}
#cuadros > table.listado tr td a.img{
	background-position: left top; 
}
#cuadros > table.listado tr td a.xls{
	background-position: left -17px; 
}
#cuadros > table.listado tr td a.pdf{
	background-position: left -34px; 
}
#cuadros > table.listado tr td a.doc{
	background-position: left -51px; 
}

/* ----- PAGINACION ----- */
#pagination{
	float: left;
	width: 100%;
	margin-top: 20px;
}
#pagination > ul{
	margin-right: 17px;
	float: right;
	width: auto;
}
#pagination > ul > li{
	float: left;
	margin-left: 5px;
}
#pagination ul > li > a{
	font-size: 1.4em;
	color: #333;
}
#pagination ul > li.selected > a{
	color: #EB6C06;
	font-weight: bold;
}