body{ 
  margin:  0px;
  padding: 0px;
  font-family:Verdana,Helvetica;   
  font-size:14px;
}

ul { 
  margin:  0px;
  padding: 0px;
}

li { 
  margin-left:  10px;
  padding: 0px;
}

img{ 
  border:0px;
}

table{ 
  width: 100%;
  margin: 0px;
  padding:0px;
}

table tr,td,th{ 
  margin: 0px;
  padding:0px;
}


#cabecera
{
  height:           49px;
  background-image: url(../images/cabeceraFondo.png);
}

#cabecera img
{ 
  float:left;
  margin-top:5px;
}

#cabeceraIzquierda
{ 
  background-image: url(../images/cabeceraIzquierda.png);
  width:            39px;
  height:           49px;
  float:            left;
}

#cabeceraDerecha
{ 
  background-image: url(../images/cabeceraDerecha.png);
  width:            39px;
  height:           49px;
  float:            right;
}

#cabecera #menu
{ 
  float:  left;
  margin-top: 15px;
  margin-left: 40px;

}

#cabecera #menu ul
{ 
  list-style: none;
  display:    inline;
}

#cabecera #menu ul li
{ 
  display:    inline;
  padding-left: 27px;
  margin-right: 15px;
}

#cabecera #menu ul li.empresa
{ 
  background: url(../images/iconoEmpresa.png) no-repeat;
}

#cabecera #menu ul li.trabajo
{ 
  background: url(../images/iconoTrabajo.png) no-repeat;
}

#cabecera #menu ul li.exito
{ 
  background: url(../images/iconoExito.png) no-repeat;
}

#cabecera #menu ul li.laboratorio
{ 
  background: url(../images/iconoLaboratorio.png) no-repeat;
}

#cabecera #menu ul li a
{ 
  color:           white;
  text-decoration: none;
}

#cabecera #contacto
{ 
  background: url(../images/iconoContacto.png) no-repeat;
  margin-top: 15px;
  float: right;
  padding-left: 30px;
}

#cabecera #contacto a
{ 
  color:white;
  text-decoration:none;
}


#contenido
{ 
  width:      1000px;
  margin:     10px auto;
  min-height: 450px;

}

#contenido .columna
{ 
  width:      300px;
  margin:     15px;
  float:      left;
  margin-top:  50px;

}

#contenido .columna label
{
  display: block;
  float: left;
  width: 250px;
}

#contenido .columnaDoble
{ 
  width:      600px;
}

#contenido .columnaInterior
{ 
  width:      300px;
  margin:     15px;
  float:      left;
  margin-top:  80px;

}

#contenido .columnaCompleta
{
  clear: both;
  margin: 15px;
}

#contenido ul
{
  font-size: 12px;
  color: #555555;
}

#contenido p
{ 
  font-size:  12px;
  color:      #555555;
  text-align: justify;
  line-height: 18px;
}

#contenido h1
{ 
  color: #163f88;
  font-size:18px;
}

#contenido h2
{ 
  color: #555555;
  font-size:15px;
}

#contenido a
{
  color:#163F88;
  font-size:12px;
  text-decoration: none;
  font-weight: bold;
}

#contenido a:hover
{
  color:#555555;
}

#contenido a span
{ 
  padding-left: 22px;
  background:   url(../images/link.png) no-repeat;
}

#contenido a:hover span
{ 
  background:   url(../images/linkHover.png) no-repeat;
}

#footer
{ 
  background: #163f88 url(../images/q.png) bottom right no-repeat;
  height:     200px;
  clear: both;
}

#footerEntrada
{ 
  background: #163f88 url(../images/q.png) bottom right no-repeat;
  height:     200px;

}

#footerEntrada div, #footer div
{ 
  color: white;
  width: 190px;
  clear: both;
  margin: 0px auto;
}

#footerEntrada div p, #footer div p
{ 
  padding-top: 80px;
}