html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #b7b7b7 url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #b7b7b7;
	padding-bottom: 10px;
}

/** layout **/

#outer-wrapper {
	background: url(images/page_bg.jpg) repeat-x;
	width: 778px;
	height: 732px;
	margin:auto;
}


#wrapper {
	background: url(images/page_bg.jpg) no-repeat;
	margin:auto;
	position:relative;
	width: 778px;
	min-height: 750px;
	height: 750px;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* Logo Lincoex */

#logo {
	position: absolute;
	top:100px;
	left:-100px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: -100px;
  width: 500px;
}

#nav li {
  float: left;
  background: url(images/nav_left2.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 60px;
  line-height: 1.1;
  font-size: 28px;
  display:block;
}

#nav a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  
}
#nav a:hover {
  color: #e52929;
}

/** topcontent 

#topcon {
  background: url(images/topcon2.png) no-repeat;
  width: 627px;
  position: absolute;
  top: 105px;
  left: 420px;
  color: #fff;
}

**/

#abanner {
  width: 627px;
  height:300px;
  position: absolute;
  top: 45px;
  left: 370px;
  color: #fff;
}

#topcon {
  /*background: url(images/topcon3.3.png) no-repeat;
  width: 627px;
  height:300px;
  position: absolute;
  top: 45px;
  left: 370px;
  color: #fff;
  */
}

#topcon-inner {
  margin: 83px 40px 41px 155px;
  height: 120px;
  overflow: auto;
  color: #000000;
}

#topcon h2 {
  font-size: 14px;
}

#topcon_Inicio {
  position: absolute;
  top: 10px;
  left: 25px;
  font: 16px "Verdana", arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

#topcon_Empresa {
  position: absolute;
  top: 10px;
  left: 125px;
  font: 16px "Verdana", arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

#topcon_Servicios {
  position: absolute;
  top: 10px;
  left: 260px;
  font: 16px "Verdana", arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

#topcon_Contacto {
  position: absolute;
  top: 10px;
  left: 400px;
  font: 16px "Verdana", arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

/** Body **/

#content {
  margin-top:50px;
  width: 1100px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: -100px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #475aae;
  padding: 18px;
}

.box {
  float: left;
  align:center;
  width: 195px;
  background: #3b6085;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
  font-size:16px;
}

.box h2 {
  font-size:20px;
}

p.more {
  margin: 0;
}

/* Estilo para paginas con un cuadrado solo */

#complete {
  width: 950px;
  margin-left: 50px;
}

#complete ul{
  list-style: none;
  margin: 0.9em;
  font-size: 15px;
  padding-left: 50px;
}

#central {
  width: 640px;
}
#central .box-tl {
  // parte de abajo del box de la izquierda.
  padding-bottom: 30px;
}
#central ul {
  margin: 1em 0;
}
#central li {
  list-style: none;
  margin: 0.9em 0;
}
#central ul a {
  text-decoration: none;
}
#central ul a:hover {
  text-decoration: underline;
}

#p_titulo {
	font-size:16px;
}

#derecha {
  margin-right: 0px;
  width: 400px;
}
#derecha .box-tl {
  padding-bottom: 30px;
}
#derecha p {
  margin-top: 0;
  margin-bottom: 3.6em;
}
#derecha ul {
  margin: 0.8em;
}
#derecha li {
  list-style: none;
  margin: 0.9em;
  font-size: 15px;
}

#body h2 {
  font-size: 16px "Verdana", arial;
  text-align: center;
  margin-bottom: 1.5em;
}

#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
  margin-bottom:30px;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

