/* +--------------------------------------------------------------------------------------------+ */
/* |     normal/css/home.css                                                                    | */
/* |                                                                                            | */
/* |     valores específicos para la home                                                       | */
/* +--------------------------------------------------------------------------------------------+ */

/* +--------------------------------------------------------------------------------------------+ */
/* |     header                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#wr_header {
    background-color: #013c88;
	border-bottom: 1px solid #3c6fa8;
}

#header {
	background: url(../img/home_header.jpg) no-repeat;
}

#contenedor2 ul.menu li:hover {
	background-color: #003578;
}

/* +--------------------------------------------------------------------------------------------+ */
/* |     banner                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#wr_banner{
    background-color: #002e69;
}

#banner.bannerHome { background: url(../img/home_banner.jpg) no-repeat; }
#banner.bannerEmpresa { background: url(../img/empresa_banner.jpg) no-repeat; }
#banner.bannerNoticias { background: url(../img/noticias_banner.jpg) no-repeat; }
#banner.bannerContacto { background: url(../img/contacto_banner.jpg) no-repeat; }

/* +--------------------------------------------------------------------------------------------+ */
/* |     rightcolumn                                                                            | */
/* +--------------------------------------------------------------------------------------------+ */
#rightcolumn {
	float: left;
    width: 160px;
	border-right: dashed 1px #a1a1a1;
	padding: 10px;
}

	#rightcolumn #casos {
		padding: 0px 0px 30px 0px;
		border-bottom: dashed 1px #a1a1a1;
		font-size: 11px;
    }

		#rightcolumn #casos #cTitulo {
			font-size: 18px;
			font-weight: bold;
			color: #003c88;
        }

		#rightcolumn #casos #cTexto {
			font-style: italic;
			color: #333333;
        }

		#rightcolumn #casos #cAutor {
			color: #333333;
        }

		#rightcolumn #casos #cCargo {
			color: #999999;
        }

		#rightcolumn #casos #cEmpresa {
			color: #003c88;
			font-weight: bold;
        }

	#rightcolumn #part1 {
        padding: 0px 5px 0px 5px;
    }

	#rightcolumn #part3 {
        padding: 0px 10px 0px 13px;
    }

/* +--------------------------------------------------------------------------------------------+ */
/* |     contacto                                                                               | */
/* +--------------------------------------------------------------------------------------------+ */

#content_contacto {
	float: left;
  width: 400px;
	padding: 0px 0px 0px 20px;
	line-height: 150%;
}

	#content_contacto .contenido {
      padding: 0px 0px 30px 0px;
  }

	#content_contacto .contenido h1 {
		padding: 0px 0px 20px 0px;
		font-size: 18px;
		font-weight: bold;
  }

	#content_contacto .contenido p {
    font-size: 12px;
		font-weight: normal;
  }

  img.emailContacto { vertical-align: bottom; }
  
#mapa_contacto {
  float: right;
  width: 475px;
  padding: 0px 20px;
  margin-bottom: 100px;
}

/* +--------------------------------------------------------------------------------------------+ */
/* |     noticias                                                                               | */
/* +--------------------------------------------------------------------------------------------+ */

div.noticia {
  width: 100%;
  padding-right: 380px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #808080;
}

h2.noticiaGrupo {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 30px;
}

h3.noticiaTitulo {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

h4.noticiaFecha {
  font-size: 14px;
  font-weight: bold;
  color: #003c88;
}

p.noticiaCuerpo {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}

div.noticia p.noticiaMasInfo,
div.noticia p.noticiaMasInfo a,
div.noticia p.noticiaMasInfo a:hover,
div.noticia p.noticiaMasInfo a:visited,
div.noticia p.noticiaMasInfo a:link { font-size: 12px; font-weight: normal; color: #004295; /*text-align: right;*/ text-decoration: none;}
