body {
	margin: 0 15px 0 0;
  background-color: white;
  color: #7a7a7a;
  border-top: 4px solid #00447E;
  font-family: Arial,"Book Antiqua", Georgia, "Times New Roman", serif;
  font-size: 12px;
}
img {
	border: 0;
}
p {
	text-align: justify;
}
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
h1 {
	color: #00447E;
  font-size: 20px;
}
h2 {
	font-size: 17px;
  font-weight: bold;
}
h3 {
	color: #5D646A;
  font-size: 14px;
}
h4 {
	font-size: 12px;
	color: #00A6EB;
}
a {
/*	color: #00A6EB;*/
  color: #0091CD;
}
a:hover {
}
table.tabla-datos {
	border-top: 2px solid #00447E;
  border-bottom: 1px solid #7a7a7a;
  empty-cells: show;
}
table.tabla-datos tr.head {
	color: black;
  font-weight: bold;
}
table.tabla-datos td {
	background-color: #E8E8E8;
}
br.clear {
	clear: both;
}
div.articulo {
	background-color: white;
  margin-bottom: 30px;
}
div.fecha, div.boton-accion {
	text-align: right;
  color: #80A1C9;
}
div.comentarios {
	background-color: white;
  margin-top: 20px;
}
div.comentarios h1 {
	padding-left: 20px;
  color: #80A1C9;
  font-size: 14px;
  font-weight: bold;
	background-image: url('../img/icono-comentarios.gif');
  background-repeat: no-repeat;
  background-position: left;
}
span.n-comentarios {
	font-size: 11px;
  font-weight: normal;
}
div.comentario {
	margin-left: 20px;
  padding: 10px 0 4px 0;
  border-bottom: 1px dashed #BEBEBE;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #86A8D2;
}
div.comentario div.autor {
	margin-top: 5px;
	padding: 1px 4px;
	color: #7a7a7a;
  background-color: #E8E8E8;
  font-size: 10px;
}
div.cuadro-oscuro {
	background-color: #666666;
	background-image: url('../img/fondo-cuadro-oscuro.gif');
  background-repeat: repeat-y;
  background-position: left;
  padding: 13px;
  color: white;
}
div.cuadro-oscuro h1 {
	font-weight: bold;
	color: white;
}
div.cuadro-oscuro h3 {
	color: #BDD4F0;
}
div.cuadro-oscuro img.foto {
	border: 6px solid white;
}
div.cuadro-claro {
	border-top: 2px solid #80A1C9;
	background-image: url('../img/fondo-cuadro-claro.gif');
  background-repeat: repeat-x;
  background-position: top;
  padding: 13px;
}
div.cuadro-claro h1 {
	font-weight: bold;
}

#cabecera {
	background-image: url('../img/casita-roja.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #318ABA;
  margin: 4px 0 0 34px;
  border-bottom: 2px solid #DCDCDC;
  height: 144px;
}
#menu ul {
	margin: 35px 0 0 0;
	list-style-type: none;
}
#menu li {
  display: inline;
  border-left: 1px solid #DCDCDC;
  padding: 10px 0 0 10px;
  margin-right: 20px;
}
#menu li a {
	color: #688BB3;
	font-size: 14px;
	font-weight: bold;
  text-decoration: none; 
}
#menu li a:hover, #menu li a.selected {
	color: black;
}
#contenedor {
	background-image: url('../img/tramado-diagonal.gif');
  background-repeat: repeat-y;
  background-position: left;
  padding: 20px 0 0 55px;
}
#izq {
	margin: 0 365px 0 0;
}
#dcha {
	margin: 0;
  float: right;
  width: 345px;
}
#pie {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #2F516E;
  color: white;
  margin-top: 50px;
  padding: 10px;
}


.iframejavi{
	background:#fabada;
}