@import url(rejilla.css);
@import url(arbol.css);
@import url(popup.css);
@import url(formularios.css);
@import url(calendario.css);
@import url(ventana.css);



BODY, DIV, UL, OL, LI, FORM, FIELDSET, INPUT, P, EMBED, OBJECT {
	padding: 0;
	margin: 0;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

HTML {
	height: auto;
	min-height: 100%;
}

BODY {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	color: #333;
}

A {
	outline: none;
}

IMG {
	border: 0;
	behavior: url(/js/iepngfix.htc);
}

H1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

H2 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

H3 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: inline
}

.Right {
	text-align: right;
}

.Left {
	text-align: left;
}

.Center {
	text-align: center;
}

.VTop {
	vertical-align: top;
}

.VBottom {
	vertical-align: bottom;
}

.VMiddle {
	vertical-align: bottom;
}

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;
}

.Overflow {
	overflow: hidden;
}
.Main {
	background: #F2F2F2;
	overflow: hidden;
	height: 100%;
	padding-bottom: 20px;
}

.VentanaPie {

	text-align:center;
	padding-top:15px;
}


/*#### MainTop: Top #####################################################################*/

.MainTop {
	height: 65px;
	width: 100%;
	background: #4C4C4C url(/e-conecta/imagenes/top.jpg) no-repeat;
	text-align: right;
}

	.MainTop .Top {
		float: left;
		height: 65px;
		width: 208px;
		text-align: right;
	}

	.MainTop .Usuario {
		height: 65px;
		margin-right: 20px;
		text-align: right;
		overflow: hidden;
	}

		.MainTop .Usuario .FotoUsuario {
			width: 50px;
			height: 50px;
			float: right;
			position: relative;
			top: 50%;
			margin-top: -25px;
			margin-left: -50px;
}

		.MainTop .Usuario .DatosUsuario {
			float: right;
			text-align: left;
			margin-left: 10px;
			color: #FFF;
			height: 50px;
			position: relative;
			top: 50%;
			margin-top: -25px;
			line-height: 14px;
			white-space: nowrap;
		}

			.MainTop .Usuario .DatosUsuario .Desconectar {
				padding-top:5px;
			}

			.MainTop .Usuario .DatosUsuario .Desconectar IMG {
				width: 105px;
				height: 17px;
			}


.MainRight {
	background: #F2F2F2;
	width: 100%;
}

/*#### MainLeft: Menu Izquierda ##########################################################*/

.Ejercicio {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

	.Ejercicio SELECT {
		width: 120px;
	}

.MainLeft {
	width: 208px;
	vertical-align: top;
	background: #F9F9F9 url(/e-conecta/imagenes/logo.jpg) no-repeat center bottom;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

	
	.Menu {
		display: block;
		list-style: none;
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		width: 200px;
		margin: 4px auto;
		font-weight: bold;
	}

		.Menu .Boton {
			background: url(/e-conecta/imagenes/fondo_boton.jpg) no-repeat;
			height: 30px;
			line-height: 30px;
			border-bottom: 1px solid #999999;
		}

			.Menu .Boton A {
				color: #333;
				text-decoration: none;
				height: 30px;
				line-height: 30px;
				display: block;
			}

			.Menu .Boton A:hover {
				height: 30px;
				line-height: 30px;
				color: #333;
				text-decoration: underline;
				background: url(/e-conecta/imagenes/fondo_boton_on.jpg) no-repeat;
			}

		.Menu .Boton A.Seleccionado {
			background: url(/e-conecta/imagenes/fondo_boton_seleccionado.jpg) no-repeat;
			height: 30px;
			line-height: 30px;
		}

		.Menu .Boton A.Seleccionado:hover {
			background: url(/e-conecta/imagenes/fondo_boton_seleccionado.jpg) no-repeat;
			height: 30px;
			line-height: 30px;
		}

		.Menu .Submenu {
			border-bottom: 1px solid #999999;
			padding: 5px 0;
			background: #FFF;
		}

		.Menu .Submenu .Opcion {
			height: 25px;
		}

		.Menu .Opcion {
			font-size: 11px;
			font-weight: normal;
			clear: both;
		}

			.Menu .Opcion A {
				text-decoration: none;
				color: #333;
				background: none;
				height: 30px;
				line-height: 30px;
				border-bottom: none;
				display: block;

			}

			.Menu .Opcion A:hover {
				text-decoration: underline;
				color: #333;
				background: none;
				height: 30px;
				line-height: 30px;
				border-bottom: none;

			}

			.Menu .Opcion A.Seleccionado {
				text-decoration: underline;
				color: #333;
				background: none;
				font-weight: bold;
				height: 30px;
				line-height: 30px;
				border-bottom: none;
			}


/*#### Datos de la rejilla ################################################################*/


.DatosRejilla {
	margin-left: 20px;
	text-align: left;
	padding: 10px 0;
	font-size: 12px;
}

	.DatosRejilla TABLE TD {
		padding-right: 20px;
	}


/*#### Buscador ######################################################################*/

.Buscador {
	margin-right: 20px;
	background: transparent url(/e-conecta/imagenes/buscador.gif) no-repeat right center;
	text-align: right;
	height: 30px;
	padding-top: 15px;
	padding-right: 10px;
}

	.Buscador .Buscar {
		font-size: 11px;
		color: #666;
		margin-right: 30px;
	}

	.Buscador INPUT.Campo {
		border: 0;
		height: 16px;
		font-size: 11px;
		color: #666;
		width: 155px;
		background: transparent;
	}

	.Buscador INPUT.Campo:focus {
		outline: 0;
	}

/*#### Pestañas ########################################################################################################*/

.Cabecera {
	background: url(/e-conecta/imagenes/fondo_rayadooscuro.gif) repeat;
	height: 44px;
	position: relative;
}

.Pestanas {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

UL.ListaPestanas {
      list-style-type: none;
      margin: 0;
      padding-left: 20px;
}

UL.ListaPestanas LI {
      float: left;
      background-color: #CCC;
      color: #333;
      margin-left: 4px;
      font-weight: bold;
      padding: 5px 10px;
}

UL.ListaPestanas A:link, UL.ListaPestanas A:visited {
      display: block;
      color: #333;
      text-decoration: none;
      
}

UL.ListaPestanas A:hover {
      color: #666;
}

.ListaPestanas .Activa {
      color: #333;
      background-color: #F2F2F2;
}

.ListaPestanas .Inactiva {

}

UL.ListaPestanas LI.Titulo {
    float: left;
    font-weight: bold;
    color: #FFF;
    background-color: #333;
	padding: 5px 10px;
}

	.Pestanas UL.ListaPestanas LI.Titulo A {
	    float: left;
	    font-weight: bold;
	    color: #FFF;
	    background-color: #333;
		padding: 0;
	}


/*#### Login ########################################################################################################*/

.Login {
	font-size: 12px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	height: 250px;
}

	.Login .LoginTop {
		background: #4C4C4C url(/e-conecta/imagenes/login_top.jpg) no-repeat center;
		height: 100px;
		width: 100%;
	}

	.Login .Degradado {
		background: transparent url(/e-conecta/imagenes/login_degradado.jpg) repeat-x;
		height: 150px;
		width: 100%;
	}

		.Login .Degradado .Acceso {
			width: 360px;
			height: 130px;
			margin: 0 auto;
			padding-top: 20px;
			text-align: right;
		}

			.Login .Degradado .Acceso .FilaLogin {
				 height:25px;
				 clear:both;
			}

			.Login .Degradado .Acceso LABEL {
				width: 120px;
				float: left;
				text-align: left;
				margin-bottom: 5px;

			}

			.Login .Degradado .Acceso .Campo {
				width: 220px;
				margin-bottom: 5px;
			}

			.Login .Degradado .Acceso .Check {
				margin-right: 5px;
				margin-bottom: 0;
			}

			.Login .Degradado .Acceso .Boton {
				margin-top: 15px;
			}


/*#### Error #######################################################################*/

.Error {
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding: 50px;
}

.Error A {
	color: #333;
	text-decoration: underline;
}


/*#### Iconos Menu ##########################################################*/


.Menu .Actualizar {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -690px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Agenda {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -360px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Almacen {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -330px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Articulos {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 0;
	width: 30px;
	height: 30px;
	float: left;
}

.Menu .Ayuda {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -420px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Boletines {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0px -210px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Calendario {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -450px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Candado {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -720px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Casa {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -600px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Catalogo {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -270px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Categorias {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -60px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Clientes {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -90px;
	width: 30px;
	height: 30px;
	float: left;
}

.Menu .Colores {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -150px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Configuracion {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -240px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Contactos {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -390px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Diagrama {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -660px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Documentacion {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -210px;
	width: 30px;
	height: 30px;
	float: left;
}

.Menu .Documentos {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0px -300px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Empleo {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -150px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Enviados {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -630px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Envio {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -120px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Estados {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -30px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Estrella {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -630px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Foto {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0px -720px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Grafica {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -540px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .GrupoTejidos {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px 0;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Imprimir {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -480px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Listado {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 0;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .ListadoDocumento {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -540px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Listas {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -210px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Mensajeria {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -390px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Noticias {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -60px;
	width: 30px;
	height: 30px;
	float: left;
}

.Menu .NuevaCategoria {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -570px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevaTarea {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -480px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Nuevo {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -510px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevoColaborador {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -510px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevoDocumento {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -570px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevoEvento {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -450px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevoMensaje {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -660px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .NuevoServicio {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -690px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Opiniones {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -30px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Pago {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -90px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Paises {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -60px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Papelera {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -600px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Pedidos {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -120px;
	width: 30px;
	height: 30px;
	float: left;
}

.Menu .PedidosListados {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -240px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Promociones {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -180px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Registros {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -270px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Servicios {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -300px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Sms {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -330px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Tarjeta {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0px -420px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Vales {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -180px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Web {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -360px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Video {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -750px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Sonido {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -750px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Buscar {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -780px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .Herramienta {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat -30px -780px;
	width: 30px;
	height: 25px;
	float: left;
}

.Menu .EditarUsuario {
	background: transparent url(/e-conecta/imagenes/iconos.gif) no-repeat 0 -810px;
	width: 30px;
	height: 25px;
	float: left;
}


.PieVentana {
	margin: 15px;
	text-align: right; 
}


/*#### Artículos Relacionados ###################################################################*/

.Relacionados {
	overflow: hidden;
}

	.Relacionados .Relacionado {
		width: 280px;
		float: left;
		height:  90px;
	}
	
		.Relacionados .Relacionado .RFoto {
			float: left;
			width: 90px;
			height: 80px;
		}
		
		.Relacionados .Relacionado .RDatos {
			float: right;
			padding-top: 30px;
			width: 190px;

		}
		
		