body {
    background-color:#EFEFEF;
}


#contenedor {
  background-color: #efefef;
  width: 980px;
  border: #dedede;
  border-style: solid;
  margin:auto;
  border-width: 1px;
  overflow:hidden;
}

#cabecera {
  width: 980px;
  height: 155px;
  background-image: url(../imagenes/cabecera.jpg);
  margin:0 auto;
}

#idiomas {
    width:800px;
    height: 18px;
    background-color:#efefef;
    margin-top: 1px;
	float:right;
}

#fecha_act {
    width:180px;
    height: 18px;
    background-color:#efefef;
	float:left;
	font-family: Calibri;	
	font-size: 14px;
	color: #034168;
}

#menu {
    width:160px;
    float:left;
    background-color:#efefef;
}

#contenido {
    width:820px;
    float:right;
    font-family: Calibri;
    color: #4D4D4D;
    font-size: 16px;
    text-align: justify;
    background-color:#FFFFFF;
}

#contenido_interior {
    width:740px;
    float:right;
	min-height:500px;
    font-family: Verdana;
    color: #4D4D4D;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color:#FFFFFF;
}

.texto_humano {
	position:relative;
	top:0px;
	left:0px;
	background-color:#efefef;
	border-color:#dedede;
	border:solid;
	border-width:2px;
	height:60px;
	width:165px;
	font-size:12px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}

#separador {
    width:740px;
    height:1px;
    background-color: #4D4D4D;
    margin-bottom: 25px;
}

#separador_peq {
    width:500px;
    height:1px;
    background-color: #4D4D4D;
    margin-bottom: 5px;
}


#player {

    margin-left:200px;
    margin-bottom: 10px;
}


#titulo {
    height:20px;
    width:700px;
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    color:#034168;
    margin-top:30px;
    margin-bottom:60px;
	font-weight: bold;
}
#titulo_clientes {
    height:20px;
    width:550px;
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    color:#034168;
    margin-top:30px;
    margin-bottom:60px;
	font-weight: bold;
	float:left;
}
#logotipo_clientes {
    width:150px;
	float:right;
    margin-top:30px;
    margin-bottom:60px;	
	height:20px;
	text-align:right;
}

#pie {
  margin-left: 160px;
  margin-top: 15px;
  width: 820px;
  height: 30px;  
  float:left;
  text-align: center;
  font-family: Calibri;	
  font-size: 12px;  
}

.tipo_idiomas {
  width: 100px;
  height: 18px;
  background-color:#efefef;
  color:#034168;
  font-family: Calibri;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  float:right;
  margin-left: 3px;
  text-decoration: none;
  line-height: 18px;
}

.tipo_idiomas:hover {

    background-color:#ffffff;
}

.milink {

    text-decoration: none;
    color: #034168;
    font-size: 12px;
}
.nolink {

    color:#034168;

}
.milink:hover {
    text-decoration: none;
}

.nolink:hover {

    text-decoration: none;

}


.link_texto
 {
    text-decoration: none;
    /*color: #034168;*/
	border-bottom: 0px;
	line-height:18px;
	/*font-weight:bold;*/	
	color:#4682b4;
}

.link_texto:hover {
    text-decoration: none;
	/*color: #666666;*/
	color: #999999;
}

.link_texto:focus {
    text-decoration: none;
}


#tabla_equipamiento {

    width: 700px;
    margin: auto;    
}

#tabla_equipamiento td {

    text-align: center;
}

#tabla_proyectos{

    width: 700px;
    margin: auto;    
}

#tabla_proyectos td{

    text-align: left;
}

#tabla_proyectos th{

    text-align: left;
    background-color: #EFEFEF;
    color: #034168;
    height: 30px;
}


#tabla_informacion {
	
	height: 25px;
	border:none;
	
}
#tabla_enlaces{
	
	width:500px;
	border:solid;	
}
#tabla_enlaces td{
	width:20%;

}

a {
    text-decoration: none;
    color: #034168;	
	line-height:25px;
	text-decoration: none;
	border-bottom:1px dotted #034168;	
}

a:hover {
    text-decoration: none;
	color: #666666;
}

a:focus {
    text-decoration: none;
}

.fecha_noticias {
	font-family: 'Quicksand', sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #f8f8f8;
	color: #034168;
}

.titulo_noticias {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #f8f8f8;
	color: #034168;
	/*margin-bottom: 15px;*/
}

.centrado {
	text-align:center;
}
/* Tablas añadidas al inicio */

#tabla_noticias, #tabla_eventos {
    width: 740px;
    margin: auto;  
    margin-top:20px;  
}

#tabla_noticias td, #tabla_eventos td{
    text-align: justify;
}

#tabla_noticias th, #tabla_eventos th{
    text-align: left;
    background-color: #EFEFEF;
    color: #034168;
    height: 30px;
}

.banner{
	clear:both;
	padding-top:20px;
	/*width:700px;*/
	text-align:center;
}

.encabezado {
	
	background-color: #EFEFEF;
	font-weight:bold;
	height:25px;
	color:#034168;
	padding-left:15px;
	padding-top:7px;
}

