/* CSS Document */

#cajaMostrar {
	width: 150px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
}

#cajaMostrar a, #cajaMostrar a:active, #cajaMostrar a:visited, #cajaMostrar a:hover {
	text-decoration: none !important;
}

#cajaNombreCategoria {
	width: auto;
	padding: 0px 20px 0px 5px;
	margin: 0px;
	border-right: 1px solid gray;
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
}

#TablaAvisos {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
}

#contenido {
	padding:0;
	width:800px;
	text-align:left;
	margin: auto;
	color: black;
	border: 0px solid green;
}

#cajaListado {
	padding: 0px 0px 40px 0px;
	margin: 10px 0px 0px 10px;

	float: left;
	width: 630px;
	height: auto;
	min-height: 350px;
}

#tAvisos {
	width: 100%;
	padding: 0px;
	margin: 0px;

	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
}

#tAvisos thead td {
	border: 1px solid gray;
}

#tAvisos tfoot td {
	border: 1px solid gray;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:bold;
	text-align:center;
}

#tAvisos tbody td {
	padding: 0px 5px;
	border-top: 1px solid gray;
	border-left: none;
	border-right: none;
	height: 30px;
}

#tAvisos tr td.avisoTitulo, #tAvisos tr td.avisoUsuario, #tAvisos tr td.avisoPrecio, #tAvisos tr td.avisoFecha {
	padding: 3px 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight:bold;
	background-color: #E0D9FF;
	text-align: center;
}

#tAvisos tr td a, #tAvisos tr td a:visited, #tAvisos tr td a:active {
	text-decoration: inherit;
	color: black;
}

#tAvisos tr td a:hover {
	text-decoration: underline;
	color: inherit;
}

#cajaPaginas, #cajaPaginado {
	display: inline;
}

#cajaPaginado {
	vertical-align: top;
}

#btnAnterior, #btnSiguiente {
}

#CategsError {
	font-size:16pt;
	text-align: center;
	color: #6837B5;
}

#cajaCategorias {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 40px;
	float:left;
	border: 1px solid gray;
	height: auto;
}

.cambiarPagina {
	color: #6837B5 !important;
	background-color: white !important;
}

.cambiarPagina:hover, .NoCambiarPagina {
	background-color: #6837B5 !important;
	color: white !important;
}

.cambiarPagina, .NoCambiarPagina, .cambiarPaginaHover {
	padding: 0px;
	margin: 0px 5px 0px 5px;
	display: inline;

	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid gray;
	cursor: pointer;
	width: auto;
	background-color: transparent;
	text-align: center;
}

.cambiarPagina a, .cambiarPaginaHover a, .NoCambiarPagina a {
	padding: 0px;
	margin: 0px;
	text-decoration: none !important;
	background-color: transparent !important;
	width: auto;
	border: none;
}

.cambiarPagina a, .cambiarPagina a:active, .cambiarPagina a:visited {
	color: #6837B5 !important;
}

.cambiarPagina a:hover, .NoCambiarPagina a:hover {
	color: inherit !important;
	text-decoration: none !important;
}
 .NoCambiarPagina a, .NoCambiarPagina a:active, .NoCambiarPagina a:visited {
	color: inherit !important;
	text-decoration: none !important;
}

.categorias {
	padding: 0px;
	border: 1px solid gray;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	display: inline;
}

.categorias h1 {
	padding-left: 0px;
	margin: 0px;
	border: 0px solid black;

	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.categorias h2 {
	padding-left: 0px;
	margin: 2px 0 0 0;

	font-family: inherit;
	font-size:10px;
	font-weight: normal;
	color: black;
	text-align: left;
}


.categorias ul {
	padding: 0;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;

	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.categorias ul li {
	list-style-type:none;
}

.categorias ul li * {
	list-style-type:none;
}

.categorias a, .categorias a:visited, .categorias ul li a, .categorias ul li a:visited {
	display:block;
	width: 90%;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;

	font-family: inherit;
	line-height: 13px;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.categorias ul li a:hover, .categorias h2 a:hover {
	background-color: #6837B5;
	color: white;
}

.categorias h2 a, .categorias h2 a:visited, .categorias h2 a:active {
	display: inline;
	width: 100%;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;

	color: black;
	text-decoration: none;
	font-size: 10px;
}

.categorias h2 a:hover {
	background-color: #6837B5;
	color: white;
	text-decoration: none;
}

.listado {
	padding:5px;
	border: 0px solid red;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.listado h1 {
	margin-bottom:8px;
	margin-top: 0;

	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
}

.listado h3 {
	margin-bottom: 8px;
	margin-top: 0;

	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

.listado h2 {
	margin-bottom: 8px;
	margin-top: 0;

	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

.listado h2 a:hover {
	background-color: #6837B5;
}

.odd {
	font-size: 10pt;
}

.odd a, .odd a:active, .odd a:visited {
	color: inherit;
	text-decoration: none;
	font-size: 10pt;
	background-color: transparent;
}

.odd a:hover {
	color: inherit;
	background-color: transparent;
	text-decoration: underline;
	font-size: 10pt;
}

.even {
	font-size: 10pt;
}

.even a, even a:active, even a:visited {
	color: inherit;
	text-decoration: none;
	font-size: 10pt;
	background-color: transparent;
}

.even a:hover {
	color: inherit;
	background-color: transparent;
	text-decoration: underline;
	font-size: inherit;
}

.hover {
	background-color: #6837B5 !important;
	color: white  !important;
	cursor: pointer;
}

.hover a, .hover a:visited, .hover a:active {
	color: white !important;
	background-color: #6837B5 !important;
	text-decoration: none;
	font-size: 10pt;
}

.hover a:hover {
	background-color: #6837B5 !important;
	color: white !important;
	text-decoration: underline;
	font-size: 10pt;
}

.desc {
	color: inherit;
	text-align: inherit;
	font-size: 10pt;
}

.inline {
	display: inline;
}

/************************************************
** Listado de avisos
*************************************************/

.nick {
	font-weight: bold !important;
	text-align: center !important;
}

.precio {
	text-align: right !important;
}

.fecha {
	text-align: center !important;
}

.tituloAviso {
	text-align: left !important;
}
