@charset "utf-8";
/* CSS Document */
	body  {
    	font: 60% Verdana, Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 0;
    	padding: 0;
    	color: #000000;
    }
	
	p {
		padding: 3px;
		margin: 3px;
	}
	a{
	color:#003d4c;
	text-decoration: none;
	}
	a:hover{
	color:#003d4c;
	text-decoration: underline;
	}
	a img{
	border:none;
	}

/* TEXTOS */
	.texto-navegacion{
		padding: 15px 5px 5px 20px; /*  arriba, der ,abajo, izq */
		font-size: 9px;
		text-align: left;
	}
	.texto-titulo{
		color: #003366;
		font-weight: bolder;
		font-size: 16px;
		padding: 0px 0px 0px 20px; /*  arriba, der ,abajo, izq */
	}
	.texto-subtitulo{
		color: #003366;
		font-weight: bolder;
		font-size: 10px;
		padding: 0px 0px 0px 0px; /*  arriba, der ,abajo, izq */
	}
	.texto-contenido{
		color: #003d4c;
		padding: 0px 5px 0px 5px;
	}
	.texto_sucursal_titulo {
		padding: 1px;
		color: #FFFFFF; 
		font-weight: bold; 
	}
	.texto_empleos_titulo {
		font-size: 10px;
		padding: 5px;
		color: #FFFFFF; 
		font-weight: bold; 
	}
	.texto_empleos_subtitulo {
		font-size: 10px;
		padding: 3px;
		color: #000000;  
	}
	.texto_empleos_lista {
		font-size: 9px;
		padding: 5px;
		color: #000000; 
	}
	.texto_empleos_pie {
		font-size: 9px;
		padding: 1px;
		color: #000000; 
	}
	.texto-contacto-input {
		color: #666666;
		font-size: 10px;
		width: 240px;
		margin: 2px 2px;
	}
	.texto-input-pass {
		color: #666666;
		font-size: 11px;
		width: 100px;
	}
	.texto_noticia {
		color: #993300;
		font-size: 9px;
		font-weight: bold; 
		padding: 3px;
		margin: 5px;
	}
	.texto_ver_mas {
		color: #FF6633;
		font-size: 8px;
		padding: 5px;
	}
	
	.texto-destacado-verde {
		color: #006600;
		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
		font-weight: bold;
	}
	.tabla_error {
		text-align: left;
		font-size: 12px;
		border: 1px solid #CC3300;
		background: #FFF0F0;
		padding: 5px 5px;
		
	}
	.texto-destacado-rojo {
		color: #CC0000;
		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
		font-weight: bold;
	}
	.tabla_adv {
		text-align: left;
		font-size: 12px;
		border: 1px solid #FF9900;
		background: #FFEAD5;
		padding: 5px 5px;
		
	}
	.texto-destacado-naranjo {
		color: #FF9900;
		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
		font-weight: bold;
	}


/* TABLAS */
	.tabla_sucursal td{
		text-align: left;
		font-size: 10px;
		border-bottom: 1px solid #006699;
		border-left: 1px solid #006699;
		border-right: 1px solid #006699;
		padding: 6px;
		background: #FFFFFF;
	}
	.tabla_tabajo {
		text-align: left;
		font-size: 10px;
		border-bottom: 1px solid #003366;
		border-left: 1px solid #003366;
		border-right: 1px solid #003366;
		background: #FFFFFF;
	}
	.tabla_tabajo2 {
		text-align: left;
		font-size: 10px;
		border: 2px solid #003366;
		background: #ECF5FF;
	}
	.tabla_contacto {
		text-align: left;
		font-size: 10px;
		border: 1px solid #006699;
		background: #E5E5E5;
	}
	.tabla_noticias {
		font-size: 9px;
		border: 1px solid #003366;
		padding: 1px;
	}
	.tabla_ok {
		text-align: left;
		font-size: 12px;
		border: 1px solid #006600;
		background: #EEFCED;
		padding: 5px 5px;
		
	}
	
	.texto-input {
		color: #666666;
		font-size: 11px;
		width: 250px;
	}
	.texto-input-pass {
		color: #666666;
		font-size: 11px;
	}
	.texto-pass{
		font-size: 11px;
		color: #003d4c;
		font-weight: normal;
	}
	
	/* -----------TABLA REPORTES--------------- */
	.tabla-consulta0 { 
		font: 120% Calibri, "Arial Narrow", Tahoma, "Times New Roman", sans-serif;
		color: #000000;
		background: #FAFAFA;
		text-align: left;
		border-collapse: collapse;
		border: 0px solid #003366;
		padding: 5px;
	}

	.tabla-consulta { 
		font: 100% Calibri, "Arial Narrow", Tahoma, "Times New Roman", sans-serif;
		color: #000000;
		background: #FAFAFA;
		text-align: left;
		border: 1px solid #003366;
	}
	
	
	/* -----------FIN TABLA REPORTES--------------- */
	/*FIN Tabla consultas*/
