/* CSS Document */
table#buscador {
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D7F2FF;
}
table#resultado {
	float: left;
	width: 740px;
	background-color: #F4FCFF;
}
table#resultado td {
	padding: 10px;
}
table#resultado strong {
	font-weight: 900;
}
td.c01 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D7F2FF;
	border-bottom-color: #D7F2FF;
}
td.c02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7F2FF;
}table#varios {
	float: left;
	width: 740px;
}
table.tabla-agents {
	float: left;
	width: 740px;
	background-color: #F4FCFF;
}
table.tabla-agents td {
	padding: 10px;
}
table.tabla-agents strong {
	font-weight: 900;
}
table.tabla-agents th {
	padding: 10px;
}
ul.lista-archivos {
	float: left;
	width: 740px;
}
ul.lista-archivos li {
	float: left;
}
ul.lista-archivos li a {
	width: 705px;
	float: left;
	background-color: #F4FCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7F2FF;
	font-weight: normal;
	text-decoration: underline;
	color: #0091D7;
	background-image: url(../img/media/menu-icon-pat.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
ul.lista-archivos li a:hover {
	font-weight: normal;
	color: #003F5E;
	text-decoration: none;
	background-color: #AEE4FF;
}
