/* +--------------------------------------------------------------------------------------------+ */
/* |     normal/css/servicios.css                                                               | */
/* |                                                                                            | */
/* |     valores específicos para el grupo "servicios"                                          | */
/* +--------------------------------------------------------------------------------------------+ */

/* +--------------------------------------------------------------------------------------------+ */
/* |     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.clientes01 {
    background: url(../img/clientes_banner_1.jpg) no-repeat;
}

#banner.clientes02 {
    background: url(../img/clientes_banner_2.jpg) no-repeat;
}

/* +--------------------------------------------------------------------------------------------+ */
/* |     casos de estudio                                                                       | */
/* +--------------------------------------------------------------------------------------------+ */
#content { width: 100% }

/* +--------------------------------------------------------------------------------------------+ */
/* |     casos de estudio                                                                       | */
/* +--------------------------------------------------------------------------------------------+ */
div.contenido_1,
div.contenido_2 { width: 50%; float: left }

div.casoEstudio {
  float: left;
	width: 95%;
  /* width: 447px; */
  padding-bottom: 10px;
  /* height: 200px; */
  margin: 0px 8px 20px 8px;
  border-bottom: 1px dotted #808080;
  /* background: transparent url(../img/bloque_azul.jpg) right 100px no-repeat; */
}

div.casoEstudio span.casoClienteTit { font-size: 18px; font-weight: bold; color: #666666; }
div.casoEstudio span.casoClienteCont { font-size: 18px; font-weight: bold; color: #004295; }
div.casoEstudio span.casoSectorTit,
div.casoEstudio span.casoSedeTit { font-size: 16px; font-weight: bold; color: #666666; }
div.casoEstudio span.casoSectorCont,
div.casoEstudio span.casoSedeCont { font-size: 16px; font-weight: bold; color: #004295; }
div.casoEstudio p.casoRetoTit,
div.casoEstudio p.casoSolucionTit { font-size: 12px; font-weight: bold; color: #004295; }
div.casoEstudio p.casoRetoCont,
div.casoEstudio p.casoSolucionCont { font-size: 12px; font-weight: normal; color: #666666; }
div.casoEstudio p.casoMasInfo,
div.casoEstudio p.casoMasInfo a,
div.casoEstudio p.casoMasInfo a:hover,
div.casoEstudio p.casoMasInfo a:visited,
div.casoEstudio p.casoMasInfo a:link { font-size: 14px; font-weight: normal; color: #004295; text-align: right; text-decoration: none;}

