

body{
  background-color: white;
  font-family: Arial;
  font-size: 20px;

 /* font-weight: 600;*/
/*
  background-image: url(img/urbanob.jpg);
  background-repeat:no-repeat;
  background-size: auto;
*/
  color: black;

}

p{
/*  font-family: Garamond;*/
  font-size: 14px;
  line-height: 140%; /*interlineado*/
  margin-bottom: 5px;  /*distancia entre parrafos */
  margin-top: 0px;


}


h1{
  font-size: 27px;
  font-weight: bold;

  margin-top: 0px;

}

h2{
  font-size: 17px;
  font-weight: bold;
}

h3{
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
}

/*******************Tabla************************************************/

td{
  font-size: 13px;
  height: 27px;
  padding: 5px 10px 5px 10px;     /*top,derecho,abajo,izquierdo*/
}

#a{width: 50%;}
#b{width: 20%;}
#c{width: 20%;}
#d{width: 10%;}

/******************************************************************/

.cabecera{
 /* width: 800px;*/
  height: 100px;
/*  background-image: url(img/cabecera3.jpg);*/
  background-color: white;


}

.cabecera img{
    margin: 0 auto;
    display: block;
}

/*
.cabeceraContacto{
  width: 800px;
  height: 125px;
  background-image: url(img/cabeceraContacto.jpg);
}

.cabeceraEnlaces{
  width: 800px;
  height: 125px;
  background-image: url(img/cabeceraEnlaces.jpg);
}
*/

.contenido{
 /* width: 720px;
  height: 330px;
  overflow: auto;*/
  background-color: white;
  padding: 20px 40px 40px 40px;     /*top,derecho,abajo,izquierdo*/
  /*text-shadow: 0.1em 0.1em 0.2em grey;*/
}

/********Fondos de las Pantallas*****************************************/
/*
#enlaces{ background-image: url(img/enlaces.jpg);}
#buzones{background-image: url(img/buzones.jpg);}
#equipo{background-image: url(img/planeta.jpg);}
*/
#equipo p{
  text-align: justify;
}

#actividades{
  /*background-image: url(img/actividades.jpg);*/

/*  background-repeat: repeat;
  background-attachment: scroll;
  overflow: scroll;
*/
  background-repeat: no-repeat;

}
#trabajos{
  /*background-image: url(img/trabajos.jpg);*/
  background-color: white;

}
#inicio{
  background-image: url(img/inicio_.jpg);
  background-color: white;
}
#inicio p{
   margin-bottom: 15px;
   text-align: justify;
/*   font-size: 16px;*/
}

#eqhumano p{
   margin-bottom: 15px;
   text-align: justify;
}

/****************************************************************************/

.estrechar{
  margin-right: 300px;
}

 /*
.domicilio{
  background-color: green;
  background-repeat: no-repeat;
  width: 710px;
  height: 250px;
}
 */
#fondo{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(img/urbanob.jpg);
}

.imagenes{
  margin-top: 0;
  width: 303px;
  float: right;
  background-color: blue;
  overflow: visible;
}

.margen{
  margin-left: 20px;
}

.pagina{
  width: 80%;
  margin: 0 auto;
  
  height: 100%;  
  background-color: grey;
  /*border: 5px solid #000000;*/

  /*Bordes redondeados para mozilla, chrome y safari*/
/*  -moz-border-radius:5px;
  -webkit-border-radius:5px;*/

  box-shadow: 0 0 40px rgba(0, 0, 0, 4.5);
}

.pie{
/*  width: 800px;*/
  height: 15px;
  background-color: #000000;
  font-size: 12px;
  color: white;
  padding: 7px 0px 5px 0px;     /*top,derecho,abajo,izquierdo*/


}

.remarcado{
  font-style: oblique;
  font-weight: bold;
}

.titulo{
	width: 760px;
	height: 35px;
	margin: 0 auto;
	border-left: 40px solid #000000;  /* azul claro #000000 */
    background-color: #000000;
    color: #FFFFFF;                   /* azul oscuro #FFFFFF */
    padding: 5px 0px 0px 0px;     /*top,derecho,abajo,izquierdo*/
}


/******************************* Menu ***************************************/

#menu {
	/*width: 760px;*/
	height: 40px;
	margin: 0 auto;
	border-left: 40px solid #000000;
    background-color: #000000;

    font-weight: bold;
    font-size: 15px;

    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
    padding-top: 10px;
}

#menu a {
	display: block;
	float: left;
    height: 20px;
    text-decoration: none;
/*    color: #FFFFFF;*/
    margin: auto;
	padding: 10px 10px 10px 10px;     /*top,derecho,abajo,izquierdo*/
    vertical-align: bottom;
}

#menu p {
	display: block;
	float: left;
    height: 20px;
    text-decoration: none;

    margin: auto;
	padding: 10px 10px 10px 10px;     /*top,derecho,abajo,izquierdo*/
    vertical-align: bottom;
}

#menu a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#seleccionado{
  	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#noseleccionado{
   	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

/*****************************************************************************/

#guiones li {
  list-style-type: none;

  font-size: 17px;
  font-style: italic;
  font-weight: normal;
}

#guiones li:before{
  content: "- "
}


