﻿
	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;	/* Minimum width of layout - remove line if not required */
						    /* The min-width property does not work in old versions of Internet Explorer */
		font-size:65%;
	}
	a {
		color:#369;
		font-size:12px;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	h2 {
		color:#978b7d;
	}

	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #978b7d;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h1{
	    padding:0;
		margin:0;
	    height:77px;
	    background:#3D8BF2 url(/images/fondo-cabecera.gif) repeat-x top left;
	}
	
	#header h1 img{
	    padding:0;
		margin:0;
    }

	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 20px;
		text-align:center;
		background:#978b7d;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#f29836;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#f29836;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#b8b1a5;
		border-top:2px solid #b8b1a5;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

	#footer a {
		 display:inline;
	}
	

div#contenido{margin: 0 auto; width: 825px; border: 1px solid #978b7d; min-height: 270px; _height: 270px; background-color: #FFF;}

div#contenido div.resultados {margin:15px 0 0 0; width:auto; font-size:12px;}

div#contenido div.resultados div.titulo{float:left; padding-left:5px; width:820px; text-align:left;}

div.linea{ width:825px; margin:2px auto 0 0; height:1px; line-height:1px; background-color:#978b7d;}

div#contenido ul{list-style-type: none; width:825px; padding:2px 0; margin:0;}
div#contenido ul li {display:inline; float:left; text-align:left; list-style-type: none; color: #000; font-weight:normal; font-size:12px; padding:2px 5px;}
div#contenido ul.titulos {color:#978b7d;  font-weight:bold;}
div#contenido ul.linea1 {background-color:#e0dedc;}
div#contenido ul.linea2 {background-color:#FFF;}

div#contenido ul li.columna1 {width:250px;}
div#contenido ul li.columna2 {width:280px;}
div#contenido ul li.columna3 {width:80px;}
div#contenido ul li.columna4 {width:120px;}
div#contenido ul li.columna5 {width:150px;}
div#contenido ul li.columna6 {width:480px;}
div#contenido ul li.columna0 {width:20px;}

.clear{clear: both;}

/* clases para el paginador */

	div#contenido div.paginador{ display:block; float:right; width:auto; text-align:right; padding-right:5px;}
	
	div#contenido div.paginador ul
	{
		display:block;
		text-align:right;
 		width:auto; 
 		margin:0;
 		padding:0;
	}	


	div#contenido div.paginador ul li {
		display:inline;
		list-style-type: none;
		margin:0;
		padding:0 1px;
	}

	div#contenido div.paginador ul li a.paginador_normal 
	{
		font-weight : normal;
  		font-size : 10px;
  		color : #a0912f;
  		font-family: Verdana, Arial;
  	    text-decoration:none;	
	}

	div#contenido div.paginador ul li a.paginador_normal:hover
	{
		font-weight : normal;
  		font-size : 10px;
  		color : #731D34;
  		font-family: Verdana, Arial;
  	    text-decoration:none;	

	}
	
	div#contenido div.paginador .paginador_actual 
	{
		font-weight : 700;
  		font-size : 10px;
  		color: #731D34;
  		font-family: Verdana, Arial;
	}

	
	div#contenido div.paginador .flecha_izquierda
	{
		BACKGROUND: url(/images/ico_flecha_izq.gif) no-repeat;
		width:7px;
		height:10px;
	}	
	
	div#contenido div.paginador .flecha_izquierda:hover
	{
		BACKGROUND: url(/images/ico_flecha_izq1.gif) no-repeat;
		width:7px;
		height:10px;
	}

	div#contenido div.paginador .flecha_derecha
	{
		BACKGROUND: url(/images/ico_flecha_der.gif) no-repeat;
		width:7px;
		height:10px;

	}	

	div#contenido div.paginador .flecha_derecha:hover
	{
		BACKGROUND: url(/images/ico_flecha_der1.gif) no-repeat;
		width:7px;
		height:10px;
	}	

/* ------------------------------------------------------------- */

a
{
	display:block;
}

a.imprimir
{
    BACKGROUND: url(/images/ico_imprimir.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px
}
a.imprimir:hover
{
    BACKGROUND: url(/images/ico_imprimir1.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px
}

A.informacion
{
    BACKGROUND: url(/images/ico_informacion.gif) no-repeat;
    WIDTH: 15px;
    HEIGHT: 15px;
    cursor: help;
}

A.informacion:hover
{
    BACKGROUND: url(/images/ico_informacion1.gif) no-repeat;
    WIDTH: 15px;
    HEIGHT: 15px;
    cursor: help;
}

A.ver
{
    WIDTH: 18px;
    HEIGHT: 18px;
    BACKGROUND: url(/images/ico_ver.gif) no-repeat;
}

A.ver:hover
{
    WIDTH: 18px;
    HEIGHT: 18px;
    BACKGROUND: url(/images/ico_ver1.gif) no-repeat;
}

A.editar
{
    WIDTH: 18px;
    HEIGHT: 18px;
    BACKGROUND: url(/images/ico_editar.gif) no-repeat;
}

A.editar:hover
{
    WIDTH: 18px;
    HEIGHT: 18px;
    BACKGROUND: url(/images/ico_editar1.gif) no-repeat;
}

A.subscriptor
{
    BACKGROUND: url(/images/bot_usuario.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px;
}
A.subscriptor:hover
{
    BACKGROUND: url(/images/bot_usuario1.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px;
}

A.grupo
{
    BACKGROUND: url(/images/ico_grupo.gif) no-repeat;
    WIDTH: 20px;
    HEIGHT: 20px;
}

A.grupo:hover
{
    BACKGROUND: url(/images/ico_grupo1.gif) no-repeat;
    WIDTH: 20px;
    HEIGHT: 20px;
}

A.activar
{
    BACKGROUND: url(/images/ico_aprobar.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px;
}
A.activar:hover
{
    BACKGROUND: url(/images/ico_aprobar1.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px;
}
A.desactivar
{
    BACKGROUND: url(/images/ico_rechazar.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px
}
A.desactivar:hover
{
    BACKGROUND: url(/images/ico_rechazar1.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px;
}

A.eliminar
{
    BACKGROUND: url(/images/ico_borrar.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px
}
A.eliminar:hover
{
    BACKGROUND: url(/images/ico_borrar1.gif) no-repeat;
    WIDTH: 18px;
    HEIGHT: 18px
}

/* --> */