﻿/*
Hoja de estilos
Por: Juan Carlos Carcaño González
Fecha: Septiembre, 2009
*/

*
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* ELEMENTOS DE LAS SECCIONES */

#encabezado h1 /* título */
{
	color:#0C2E82;
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:16px;
	font-weight:normal;
}

#entrada h2 /* subtítulos */
{
	margin-bottom:12px;
	color:Black;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:13px;
	font-weight:bold;
}

#entrada a /* enlaces */
{
	color:#666666;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	text-decoration:none;
}

#entrada a:hover 
{
	color:Red;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-weight:normal;
}

#entrada p 
{	
	margin-bottom:12px;
	color:#666666;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	text-align:justify;
	line-height:16px;
}

#entrada hr.separador1
{
	color: #BCDD5A; /* para iexplorer */
	height:1px;
	border-bottom:gray solid 1px;
	margin-bottom:10px;
}

#entrada hr.separador2
{
	color: #BCDD5A; /* para iexplorer */
	height:1px;
	border-bottom:gray dashed 1px;
	margin-bottom:10px;
}

#entrada strong 
{
	color:#1A1A1A;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-weight:normal;
}

#noticia-cabecera 
{
	margin-top:10px;
	margin-bottom:10px;
}

#noticia_titulo
{
	color:#0C2E82;
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:16px;
	font-weight:normal;
}

#noticia_resumen 
{
	color:#666666;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	text-align:justify;
}

#noticia-separador 
{
	margin-top:5px;
	height:14px;
	background-color:#B7BFDB;
}

#noticia-detalle
{
	width:483px;
	float:left;
	margin-top:8px;
	margin-bottom:10px;
	padding:5px;
}

#noticia-miniaturas
{
	width:152px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;	
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#noticia-pie 
{
	width:650px;
	float:right;
	margin-bottom:10px;
}

/*----------------------------*/
	
#pagina 
{
	width:800px;
	margin: 10px auto;
}

#navegacion 
{
	width:800px;
	height:190px;
}

/*#separacion 
{
	width:600px;
	height:20px;
	background-color:Aqua;
}*/

#contenido 
{
	float:left;
	width:600px;
	height:490px;
	background-color:White;
	overflow:auto;
	
	/*height:480px;*/
	/*background-color:Olive;*/
}

#encabezado 
{
	margin-top:20px;
	margin-right:10px;
	padding:5px;
	height:20px;
	background-color:#B7BFDB;
}

#entrada 
{
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#entrada td 
{
	color:#666666;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:12px;
}

#lateral 
{
	float:left;
	width:200px;
	height:390px;
	background-color:#CCCCCC;
}

#lateral p 
{
	font-family:Arial;
	font-size:10px; 
}

#lateral-pie 
{
	text-align:right;
	margin-bottom:5px;
	padding:5px;
	float:left;
	width:190px;
	height:90px;
	background-color:#CCCCCC;
}

#entrada
{
	font-family:Tahoma;
	font-size:12px;
}

#pie 
{
	text-align:right;
	float:left;
	padding:0px 6px 8px 6px;
	width:788px;
	height:18px;
	background-color:#CCCCCC;
	background-image:url("/img/pie-fondo.png");
	background-repeat:repeat;
}

#pie a 
{
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:10px;
	color:Black;
	text-decoration:none;
}

#pie a:hover
{
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:10px;
	color:Red;
	text-decoration:none;
	font-weight:normal;
}

/* MENU LATERAL */

#usuarioActivo
{
	color:#1A1A1A;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:13px;
}

#usuarioActivo .usuario-lateral-pie
{
	color:Black;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:13px;
	text-decoration:none;
}

.cerrarsesion-lateral-pie
{
	color:Blue;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:10px;
	text-decoration:none;
}

#lateral-pie p
{
	margin-top:4px;
	margin-bottom:4px;
	color:#1A1A1A;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:10px;
}

.texto-lateral-pie
{
	color:#696969;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:10px;
}	

/* ------------ */

/* --- PARA FORMULARIOS (COMBOS, LEYENDAS, ETIQUETAS) --- */

.frmCombo
{
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
	/*width:150px;*/
}

.frmEtiqueta 
{
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:12px;
	font-style:italic;
	color:#666666;
}

.frmBoton
{
	color:White;
	background-color:#00338E;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:12px;
	border-style:outset;
	border-width:1px;
	width:60px;
	height:22px;
	/*border-color:Gray;*/
}

.frmCajaTextoInicial 
{
	border-style:solid;
	border-width:thin;
	border-color:Gray;
		
	font-family:Arial;
	font-style:italic;
	color:#D3D3D3;
	width:250px;
}

.frmCajaTexto-Proveedor 
{
    border-style:solid;
	border-width:thin;
	border-color:Gray;
	
	font-style:normal;
	Color:#666666;
	width:250px;
}

.frmCajaTexto
{
	border-style:solid;
	border-width:1px;
	border-color:Gray;
	
	font-style:normal;
	Color:#666666;
}

.asterisco 
{
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:12px;
	color:Red;
}

/* ------------------------------------------------------ */

/* -- TABLAS -- */

.tabla 
{
	width:800px;
	border-style:solid;
	border-color:Gray;
	border-width:1px;
	border-collapse:collapse;
}

.tabla th 
{
	color:Black;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:10px;
	font-weight:normal;
	background-color:White;
	background-image:url("/img/pie-fondo.png");
	background-repeat:repeat;
}

#catalogo td
{
	border: 1px solid Gray;
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	font-size:10px;
	padding:4px;
}	

.tablaVacantes
{
    width:590px;
    }
	
/* ------------ */

/* -- CONTROL DE FUENTE -- */

@font-face 
{
	font-family:"Frutiger LT Std 45 Light", Tahoma;
	
	src: local('Frutiger LT Std 45 Light'),
		 url('/fuentes/FrutigerLTStd-Light.otf') format('opentype');
}

/* ----------------------- */

#tabulador 
{
	width:585px;
	height:310px;
	border-style:solid;
	border-width:thin;
	border-color:Silver;
}				 

.tab-activa 
{
	padding:5px;
	width:575px;
	height:300px;
}

/* --- VENTANA MODAL --- */

#ventanamodal
{
	display:none;
	padding:6px; 
	position:absolute; 
	width:310px; 
	height:150px; 
	top:300px; 
	left:450px;
	color:Black;
	background-color:White;
	background-image:url('/img/ventanamodal-fondo.png');
	background-repeat:no-repeat;
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:14px;
}

#ventanamodal-contenido
{
	color:White;
	font-family:"Frutiger LT Std 55 Roman", Tahoma;
	font-size:12px;
}

/* --------------------- */

#ContactanosData th
{
	 
	 white-space:nowrap;
}

/* -- VACANTES -- */

.vacantes-perfil
{
	color:#666666;
	line-height:16px;
	padding:4px;
	background-color:#B7BFDB;
	margin-bottom:8px;
}

.vacantes-detalle
{
	color:#666666;
	line-height:16px;
	padding:4px;
	background-color:#D0D6E8;
	margin-bottom:8px;
}

.vacantes-observaciones
{
	color:#666666;
	line-height:16px;
	padding:4px;
	background-color:#B7BFDB;
	margin-bottom:8px;
}

.vacantes-informes
{
	color:#666666;
	line-height:16px;
	padding:4px;
	background-color:#D0D6E8;
	margin-bottom:8px;
}
