/* +--------------------------------------------------------------------------------------------+ */
/* |     brain.css                                                                              | */
/* +--------------------------------------------------------------------------------------------+ */

* {
    padding: 0;
	margin: 0;
	outline-style: none;
	border: 0;
}

.rojo {
    /*color: #ff0000;*/
    font-weight: bold;
}

.negrita { font-weight: bold; }

.italica {
    font-style: italic;
}

.clear { clear: both }

a {
    text-decoration: underline;
	color: #666666;
}

a:hover {
    text-decoration: underline;
	color: #004296;
}

a:visited {
    color: #004296;
}


body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#wrapper {
	/* width: 950px; */
	/* margin: 0 auto; */
}

#header {
    height: 174px;
	width: 950px;
	color: #FFFFFF;
	margin: 0 auto;
}

	#contenedor1 {
        width: 950px;
		height: 30px;
    }

		#fechaHora {
			float: right;
			width: 500px;
			text-align: right;
			padding: 10px 1px 0px 20px;
			font-size: 11px;
			color: #ffffff; /*#bfd0e6;*/
			filter: alpha(opacity=75);
			opacity: .75;
        }

		#idiomas {
			float: right;
			width: 120px;
			text-align: right;
            padding: 10px 20px 0px 20px;
			font-size: 11px;
        }

			#idiomas .itemIdioma {
	            float: right;
				text-decoration: none;
				color: #ffffff;
				padding: 0px 0px 0px 8px;
	        }

				#idiomas .itemIdioma a {
                    text-decoration: none;
					color: #FFFFFF;
					background: url(../img/bullet_idioma_off.png) no-repeat;
					padding: 0px 0px 0px 8px;
                }

				#idiomas .itemIdioma a:hover {
                    background: url(../img/bullet_idioma_on.png) no-repeat;
                }


            #idiomas img {
                padding: 0px 2px 0px 5px;
            }

	#contenedor3 {
        float:		left;
		width:		180px;
		height:		60px;
		padding:	0px 100px 60px 20px;
    }

			#logo a:hover {
                cursor:		pointer;
            }

	#contenedor2 {
		float: right;
        width: 610px;
		height: 110px;
		padding: 5px 20px;
    }

		#menuInvisible {
            width: 10px;
			float: right;
        }

		#menuSoluciones {
            width: 205px;
			float: right;
        }

		#menuServicios {
            width: 140px;
			float: right;
        }

		#menuClientes {
            width: 140px;
			float: right;
        }

		.menuHead {
			border-right: 1px dashed;
			height: 100px;
			padding: 5px 0px 5px 0px;
			font-size: 11px;
    		line-height: 170%;
		}

		#contenedor2 h3 {
            font-size: 18px;
			font-weight: bold;
			padding: 0px 0px 5px 20px;
        }


		#contenedor2 ul.menu {
		  list-style-type: none;
			/* cursor: pointer; */
    }

		#contenedor2 ul.menu a {
			width: 175px;
            padding: 0px 0px 0px 10px;
			text-decoration: none;
			color: #ffffff;
        }

		#contenedor2 ul.menu li{
			padding: 0px 10px;
      cursor: pointer;
		}

		#contenedor2 ul.menu li:hover {
			background-image: url(../img/fondo_menu.png);
			background-repeat: repeat;
		}

		#contenedor2 ul.menu li:hover a {
			background-image: url(../img/bullet_menu_activo_1.gif);
			background-repeat: no-repeat;
			background-color: transparent;
	    }

		#contenedor2 ul.menu li.opcCli1:hover {
            background-color: #7a2c46;
			background-image: none;
        }

		#contenedor2 ul.menu li.opcCli2:hover {
            background-color: #e07a2f;
			background-image: none;
        }

		#contenedor2 ul.menu li.opcCli3:hover {
            background-color: #009673;
			background-image: none;
        }

		#contenedor2 ul.menu li.opcCli4:hover {
            background-color: #85b001;
			background-image: none;
        }

	#menuGeneral {
		clear: 		both;
        width: 910px;
		padding: 0px 20px;
    }

		#menuGeneral .itemGeneral {
            float: left;
        }

			#menuGeneral .itemGeneral a {
                text-decoration: none;
				color: #ffffff;
				padding : 0px 10px;
				background: url(../img/bullet_menu1_off.png) no-repeat;
				font-size: 15px;
				font-weight: bold;
            }

				#menuGeneral .itemGeneral a:hover {
		            background: url(../img/bullet_menu1_on.png) no-repeat;
		        }

/* +--------------------------------------------------------------------------------------------+ */
/* |     banner                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#banner {
	margin: 		0 auto;
	width: 			500px; /* 530px; */
    height: 		192px;
	padding: 		50px 430px /*400px*/ 50px 20px;
	color: 			#ffffff;
	/*line-height: 150%;*/
}

#banner h1{
	font-size: 40px;
	letter-spacing: -2px;
}

#banner p{
	font-size: 14px;
	font-weight: bold;
}

#banner_1, #banner_2, #banner_3, #banner_4, #banner_5, #banner_6, #banner_7 {
    display: none;
}


/* +--------------------------------------------------------------------------------------------+ */
/* |     migas                                                                                  | */
/* +--------------------------------------------------------------------------------------------+ */
#migas {
    height: 30px;
	width: 910px;
    margin: 0 auto;
	padding: 12px 20px 0px 20px;
	font-size: 11px;
}

	#migas ul {
		list-style-type: none;
    }

		#migas ul li {
			display: inline;
            background: transparent url(../img/bullet_migas.png) no-repeat;
			padding: 0px 3px 0px 8px;
        }

			#migas ul li a {
                text-decoration: none;
				color: #666666;
            }


/* +--------------------------------------------------------------------------------------------+ */
/* |     content                                                                                | */
/* +--------------------------------------------------------------------------------------------+ */
#wrapper_2 {
    margin: 0 auto;
	width: 950px;
}

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

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

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

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

    }

  .contenido a {
    text-decoration: none;
  }
  

#leftcolumn {
	float: left;
    width: 180px;
	height: 410px;
	padding: 0px 0px;
	color: #000000;
	background: url(../img/soluciones_fondo.gif) no-repeat;
	display: block;
}

	#leftcolumn .lcTi {
		padding: 10px 10px 5px 18px;
		font-size: 18px;
		font-weight: bold;
		width: 180px;
		height: 25px;
    }

	#leftcolumn .lcIt {
		font-size: 16px;
		font-weight: bold;
		list-style-position: inside;
		list-style-type: none;
		color: #ffffff;
    padding: 23px 0px 0px 18px;
		margin: 0px 0px 0px 0px;
		width: 180px;
		height: 46px;
  }
  
  #leftcolumn a, #leftcolumn a:hover, #leftcolumn a:visited, #leftcolumn a:link { text-decoration: none }
  
  #leftcolumn .lcItSer {
    padding: 32px 0px 0px 18px;
    height: 37px;
  }

			#leftcolumn #lcAlmac {
				background : url(../img/soluciones_almac.jpg) no-repeat;
      }

			#leftcolumn #lcVirtu {
				background: url(../img/soluciones_virtu.jpg) no-repeat;
      }

			#leftcolumn #lcProte {
				background: url(../img/soluciones_prote.jpg) no-repeat;
      }

			#leftcolumn #lcConec {
				background: url(../img/soluciones_conec.jpg) no-repeat;
      }

			#leftcolumn #lcProye {
				background: url(../img/servicios_proye.jpg) no-repeat;
      }

			#leftcolumn #lcConsu {
				background: url(../img/servicios_consu.jpg) no-repeat;
      }

			#leftcolumn #lcForma {
				background: url(../img/servicios_forma.jpg) no-repeat;
      }

			#leftcolumn #lcSopor {
				background: url(../img/servicios_sopor.jpg) no-repeat;
      }

.div_final {
    clear: both;
}

.noticiaTitulo a, .noticiaCuerpo a { color: #004296; }


/* +--------------------------------------------------------------------------------------------+ */
/* |     footer                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */

#wr_footer {
    background-color: #e2e2e2;
	border-top: 1px solid #b7b7b7;
}

#footer {
    margin: 0 auto;
	width: 850px;
    height: 129px;
	padding: 20px 10px 0px 80px;
	background: url(../img/footer_logo.png) no-repeat;
}

	#wr_footer_l {
	    float: left;
	}

		#footer_txt {
		    font-size: 12px;
			color: #666666;
		}

			#footer_txt a {
		        text-decoration: none;
				color: #666666;
		    }

	#wr_footer_r {
	    float: right;
	}

		#footer_menu {
			color: #666666;
			font-size: 11px;
	    }

			#footer_menu ul {
				list-style-type: none;
            }

				#footer_menu ul li {
					display: inline;
                }

					#footer_menu ul li a {
						text-decoration: none;
						margin-left: 15px;
						padding-left: 11px;
						background: url(../img/bullet_footer_off.png) no-repeat transparent;
						color: #666666;
	                }

						#footer_menu ul li a:hover {
							background: url(../img/bullet_footer_on.png) no-repeat transparent;
							cursor: pointer;
                        }

		#footer_dise {
			text-align: right;
			color: #999999;
			font-size: 10px;
			padding: 40px 0px 0px 0px;
	    }

			#footer_dise a {
                text-decoration: none;
				color: #999999;
            }

				#footer_dise a:hover {
	                text-decoration: none;
					color: #666666;
	            }

	#wr_footer_f {
        clear: both;
    }

/* +----------------------------------------------------------------+ */
/* |     flash                                                      | */
/* +----------------------------------------------------------------+ */

div.div_flash {
  display: none;
  width: 650px;
  height: 490px;
  background: #ffffff;
}

div.div_flash2 {
  display: none;
  width: 700px;
  height: 550px;
  background: #ffffff;
}

/* +----------------------------------------------------------------+ */
/* |     mapa web                                                   | */
/* +----------------------------------------------------------------+ */

#content_mapa {
	padding: 0px 20px;
	line-height: 150%;
  margin-bottom: 250px;
}

div#content_mapa h1 {
  color: #003b89;
}

#content_mapa a,
#content_mapa a:hover,
#content_mapa a:link,
#content_mapa a:visited {
  text-decoration: none;
  color: #666666;
}


div.col_mapa {
  float: left;
  padding-right: 50px;
}



