/*Estilo de Página Nuestra Empresa*/

/*Encabezados y algunos enlaces solo visibles sin css*/
.oculto {visibility:hidden;}

#contenedor {
	position:absolute;
	top:0px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	height:auto;
	}
#fondo {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:500px;

	}
#encabezado01 {
	position:absolute;
	top:0px;
	left:62px;
	width:10px;
	height:62px;
	background:url(imagenes/encabezado01.png);
	}
#encabezado02 {
	position:absolute;
	top:0px;
	left:952px;
	width:10px;
	height:62px;
	background:url(imagenes/encabezado02.png);
	}
#encabezado03 {
	position:absolute;
	top:0px;
	left:72px;
	width:880px;
	height:62px;
	background:url(imagenes/encabezado03.png) repeat-x;
	}
#titulo-encabezado {
	position:absolute;
	top:10px;
	left:570px;
	width:366px;
	height:46px;
	background:url(imagenes/tit-encabezado.png);
	}
#barra-links {
	position:absolute;
	top:62px;
	left:62px;
	width:900px;
	height:18px;
	background:#258ad2;
	}
#inicio-img a {
	position:absolute;
	top:55px;
	left:72px;
	width:23px;
	height:19px;
	background:url(imagenes/inicio01.png);
	}
#inicio-img a:hover {
	background:url(imagenes/inicio02.png);
	}
#atras-img a {
	position:absolute;
	top:55px;
	left:110px;
	width:19px;
	height:19px;
	background:url(imagenes/atras01.png);
	}
#atras-img a:hover {
	background:url(imagenes/atras02.png);
	}

#vinculos {
	position:absolute;
	left:80px;
	top:2px;
	width:660px;
	height:auto;
	}
#txt_links {
	list-style:none;
	margin-top:0px;
	padding:0px;
	}
#txt_links li {
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	width:132px;
	height:auto;
	font-family:Arial;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	}
#txt_links li a {
	display:block;
	padding:0px;
	width:132px;
	height:auto;
	font-family:Arial;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	}
#txt_links li a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
#fnd-contenido {
	position:absolute;
	left:62px;
	top:80px;
	width:900px;
	height:400px;
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	background:#0074ba;
	}
#encabezado {
	position:absolute;
	top:10px;
	left:520px;
	width:344px;
	height:27px;
	background:url(imagenes/enc-mision.png);
	}
#titulo01 {
	position:absolute;
	top:20px;
	left:30px;
	width:auto;
	height:auto;
	}
#linea01 {
	position:absolute;
	top:60px;
	left:25px;
	width:774px;
	height:1px;
	background:url(imagenes/linea01.png);
	}
#texto01 {
	position:absolute;
	top:80px;
	left:30px;
	width:378px;
	height:auto;
	}
#titulo02 {
	position:absolute;
	top:200px;
	left:30px;
	width:auto;
	height:auto;
	}
#linea02 {
	position:absolute;
	top:240px;
	left:25px;
	width:774px;
	height:1px;
	background:url(imagenes/linea01.png);
	}
#texto02 {
	position:absolute;
	top:260px;
	left:30px;
	width:378px;
	height:auto;
	}
#img-fondo01 {
	position:absolute;
	top:220px;
	left:680px;
	width:210px;
	height:170px;
	background:url(imagenes/img-fondo01.png);
	}
#pie {
	position:absolute;
	top:340px;
	left:20px;
	width:535px;
	height:36px;
	background:url(imagenes/pie-mision.png);
	}
