/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0F385C;
	font-size: 10px;
	font-style: normal;
}
body {
	background-color: #124997;
	margin-top: 0px;
}
.titular {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.regular {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0F385C;
	font-style: normal;
}
a:link {
	text-decoration: none;
	color: #2C88DC;
}
a:visited {
	text-decoration: none;
	color: #2C88DC;
}
a:hover {
	text-decoration: none;
	color: #1569B5;
}
a:active {
	text-decoration: none;
}
.datos {
	font-size: 10px;
	color: #00618a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a.link_menu:link    {
	text-decoration: none
}
a.link_menu:visited {
	color: #6BAFE7; 
	text-decoration: none
}
a.link_menu:active  {
	color: #ffffff; 
	text-decoration: none
}
a.link_menu:hover   {
	color: #ffffff; 
	text-decoration: none
}

.menu {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}


.fondo_azul_claro{
	background-color : #DBEAF3;
}


.textoPrensa, .textoNoticia {
  width:94%; 
  text-align: justify; 
  padding-top: 10px; 
  padding-bottom: 10px;
}

img.imagenNoticia {
  border: none;
  width: 180px;
  margin-right:15px;
  margin-bottom:10px; 
  float: left;
}

img.imagenPlanta {
  border: none;
  width: 360px;
  margin-left:10px;
}

table.datosPlanta thead th {
  padding-top: 10px; 
  padding-bottom: 10px;
}

table.datosPlanta tbody th, table.datosPlanta tbody td {
  text-align: left; 
  vertical-align: top;
}

table.datosPlanta tbody td {
  padding-bottom: 5px;
}

table.formularioRegistro tbody th {
  text-align: right; 
  font-weight: normal;
}

table.listadoDescargas thead th {
  text-align: left; 
  border-bottom: 3px solid black;
}

table.listadoDescargas tbody td {
  text-align: left; 
}

table.listadoProyectistas thead th {
  text-align: left; 
  border-bottom: 3px solid black;
}

table.listadoProyectistas tbody td {
  text-align: left; 
}

table.listadoFotografias thead th {
  text-align: left; 
  border-bottom: 3px solid black;
}

table.listadoFotografias tbody td {
  text-align: left; 
}

.errores {
  color: #CC3300;
  font-weight: bolder;
}

/**
 * EMERXENTE
*/
div.puntoCentral {
  position: absolute;
  left:50%;
  top:50%;
}
#publicidadeSmagua img {
    border: 0;
}

#publicidadeSmagua .barraCerrar {
    height: 20px;
    width: 640px;
    background: #DBEAF3;
    text-align: right;
}
#publicidadeSmagua .barraCerrar a{
    font-weight: bold;
}
#publicidadeSmagua {
    position: absolute;
    top: -250px;
    left: -320px;
    width: 640px;
    height: 500px;
    border: 5px solid #DBEAF3;
}