div#container h2{   
   background-color:#1d7bad;
}

p.datos{
   background-color:#15b9c9;
}

table{
	border: 2px solid #1d7bad;
}
table td, table th{
	border-bottom: 1px solid #1d7bad;
	border-right: 1px solid #1d7bad;
}
table th{	
	background-color:#159dc9;	
}
td.azul{
	background-color:#ceecff;
}
div#titulo{
	border: 2px solid #1d7bad;
	background-color:#1d7bad;
}
div#titulo2{
	border: 2px solid #1d7bad;
	background-color:#1d7bad;
}
td.titulotr{
    background-color:#ceecff;
}
td.provincia{
	background-color:#159dc9;
	font-weight: bolder;
}
div.titulo3{
margin:0px;
margin-top:10px;
text-align:center;
color:white;
border: 2px solid #1d7bad;
	background-color:#1d7bad;
padding:0px;


}