body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	background-image: url(imagenes/fondo.gif);
}

table,td,tr,form,p,div {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	vertical-align:top;
	font-size:10px; 
}

input, select {
	font-size: 9px;
	border: 1px solid #a1a1a1;
	max-width: 300px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea { 
	font-size: 10px;
	border: 1px solid #a1a1a1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	max-width: 10000px;	
}
/*

LOGIN

*/

#login {
	background-image: url(imagenes/login.gif);
	background-repeat:no-repeat;
	width: 354px;
	height: 276px;
	margin-top: 50px;
	padding-top: 55px;
	padding-left: 22px;
	clear:both;
	text-align:left;
}
#login h2 {
	font-size: 11px;
	margin: 35px 0px 10px 0px;
}
#login p {
	margin: 0px 0px 10px 0px;
}

#login label {
	width: 100px;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
}
#login fieldset {
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#login_footer {
	width:354px;
	padding-top: 25px;
	padding-left: 15px;
	text-align:left;
}
#login_footer small {
	float: left;
	margin-left: 10px;
}
#login_footer a {
	color: #ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*

CABECERA

*/


#header {
	background-image:url(imagenes/header.gif);
	background-repeat:no-repeat;
	width: 762px;
	height: 67px;
	margin-top: 25px;
	clear:both;
}
#header p {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 20px 25px 0px 0px;
	width: 300px;
	height: 45px;
	vertical-align:bottom;
}
#header a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
/*

FOOTER

*/


#footer {
	width:747px;
	height: 75px;
	background-image: url(imagenes/fondo_cotainer_footer.gif);
	background-repeat:no-repeat;
	padding-top: 25px;
	padding-left: 15px;
	text-align:left;
}
#footer small {
	float: left;
	margin-left: 10px;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*

OPCIONES

*/

#categories {
	width: 762px;
	clear:both;
	background-image:url(imagenes/fondo_container.gif);
	background-repeat:repeat-y;
	padding-top: 10px;
}
#categories ul{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 736px;
	background-image:url(imagenes/options_top.gif);
	height:21px;
}
#categories li{
	float: left;
	border-left: 1px solid #b0b0b0; 
	border-top: 1px solid #b0b0b0; 
	border-bottom: 1px solid #b0b0b0; 
	border-right: 1px solid #000000; 
	list-style-type:none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height:16px;
	background-image:url(img/fondo_menu_off.gif);
}
#categories li.active{
	background-image:url(img/fondo_menu_on.gif);
}
#categories div.bn {
	float: left;
	border-right: 1px solid #000000;
}
#categories a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
#categories a.active {
	color: #800040;
	text-decoration:none;
	font-weight: bold;
}

.categories2 {
	width: 736px;
	text-align: left;
	clear:both;
	height:39px;
	background-color: #bdbdbd;
}



/*
CONTENIDO
*/
#container {
	width: 742px;
	text-align:left;
	background-image:url(imagenes/fondo_container.gif);
	background-repeat:repeat-y;
	clear:both;
	padding: 10px 10px 10px 10px;
}
#container h2 {
	background-image:url(imagenes/fondo_h1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 20px;
	padding: 7px 15px 3px 15px;
	margin: 0px 0px 0px 0px;
}
#container h1 {
	font-size: 11px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

/*
MENSAJES
*/
#mensajes {
	width: 742px;
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	margin: 0px 0px 10px 0px;
}
#mensajes_footer {
	background-image: url(imagenes/list_footer.gif);
	background-repeat:no-repeat;
	height: 4px;
	clear:both;
}
#mensajes h2 {
	background-image:url(imagenes/fondo_h1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 20px;
	padding: 7px 15px 3px 15px;
	margin: 0px 0px 0px 0px;
}
#mensajes p {
	margin: 15px 15px 15px 15px;
}

/*
AYUDA
*/
#ayuda {
	width: 742px;
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	margin: 0px 0px 10px 0px;
}
#ayuda_footer {
	background-image: url(imagenes/list_footer.gif);
	background-repeat:no-repeat;
	height: 4px;
	clear:both;
}
#ayuda h2 {
	background-image:url(imagenes/fondo_h1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 20px;
	padding: 7px 15px 3px 15px;
	margin: 0px 0px 0px 0px;
}
#ayuda p {
	margin: 15px 15px 15px 15px;
}


/*
BUSQUEDA
*/
#search {
	width: 742px;
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	margin: 0px 0px 10px 0px;
}
#search_footer {
	background-image: url(imagenes/list_footer.gif);
	background-repeat:no-repeat;
	height: 4px;
	clear:both;
}

#search form {
	padding: 7px 7px 7px 7px;
}
#search label {
	width: 150px;
	float:left;
	font-weight:bold;
	}
#search fieldset {
	border: none;
	margin: 0px;
}
/*
ESTADISTICAS
*/
#stats {
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}
#stats h3 {
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 15px 0px;
}
#stats p.borde {
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 15px 10px 15px;
}

#stats_list_footer {
	background-image: url(imagenes/list_footer.gif);
	background-repeat:no-repeat;
	height: 4px;
}

/*
Listado y paginaciones
*/
#listado {
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}
#formulario {
	text-align:left;
	background-image:url(imagenes/fondo_container_inside.gif);
	background-repeat:repeat-y;
	clear:both;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}
#formulario label {
	width: 175px;
}
#formulario fieldset {
	border: none;
}
#formulario div.form1 {
	clear: both;
	padding: 10px 0px 0px 0px;
}
#required {
	width: 340px;
	float: left;
}
#options {
	width: 340px;
	float: right;
}
#otros {
	width: 680px;
	clear: both;
}
#formulario div.form2 {
	clear: both;
	padding: 10px 0px 10px 0px;
}
#formulario h3 {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	border-bottom: 1px solid #000000;
}
#formulario p {
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
}
p.list_information {
	font-size: 12px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: none;
}
.tbl_top { 
	background-image:url(imagenes/fondo_table_top.gif); 
	padding: 7px 15px 7px 15px;
	border-top: 1px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

.tbl_top a {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.listado_sp {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
.tbl1 { background-color: #f2f2f2; border-bottom: 1px solid #a0a0a0;  padding: 7px 15px 7px 15px; }
.tbl2 { background-color: #eaeaea; border-bottom: 1px solid #a0a0a0; padding: 7px 15px 7px 15px; }

#paginacion {
	margin-top: 0px;
	margin-left: 50px;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	width:244px;
	height:24px;
	text-align:left;
	background-image: url(imagenes/fondo_paginacion.gif);
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	
}
#paginacion select {
	font-size: 9px;
}
#paginacion ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height:19px;
}
#paginacion li{
	float: left;
	list-style-type:none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height:010px;
}
#paginacion li.jumpmenu {
	float: right;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
#paginacion a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
#paginacion a.active {
	color: #800040;
	text-decoration:none;
	font-weight: bold;
}


/*

BORRAR al finalizar el proyecto

*/

.borrar{ 	border: 1px solid #00FF00 ;}
