@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

.texto-corrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3c3c3b;
	text-align: center;
}
.texto-corrido-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3c3c3b;
}

.texto-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Titulo-General {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.Subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}




header, footer, nav, section, article, aside, hgroup {
	display: block;
}
header {
	height: 50px;
	width: 635px;
	float: left;
	background-image: url(../Imagenes-Web/imagen-header.png);
	font-family: Booky;
	font-size: 20px;
	color: #FFF;
	padding-top: 30px;
	padding-left: 30px;
	letter-spacing: 0.08em;
}
#cuerpo-bendjouya header #follow {
	float: left;
	height: 40px;
	width: 200px;
	margin-right: 20px;
	margin-top: 0px;
}
#social-bendjouya {
	background-image: url(../Imagenes-Web/barra-idiomas.png);
	height: 80px;
	width: 235px;
	float: left;
}
#cuerpo-bendjouya #social-bendjouya #texto-social {
	width: 70px;
	margin-left: 40px;
	margin-top: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 17px;
	float: left;
}
#cuerpo-bendjouya #social-bendjouya #texto-idiomas {
	float: left;
	height: 17px;
	width: 70px;
	margin-top: 13px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: center;
}
#cuerpo-bendjouya #social-bendjouya #iconos-social ul li {
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 6px;
	display: block;
	margin-top: 5px;
}

#cuerpo-bendjouya #social-bendjouya #iconos-social ul {
	list-style-type: none;
	display: block;
}
#cuerpo-bendjouya #social-bendjouya #iconos-social ul li a {
	display: block;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding-top: 2px;
	padding-left: 2px;
	text-decoration: none;
}
#cuerpo-bendjouya #social-bendjouya #iconos-social ul li a:hover {
	background-color: #347E7C;
	-webkit-transition: all 0.5s ease-in 0s;  /* Chrome y Safari */
	-o-transition: all 0.5s ease-in 0s;  /* Opera */
	-moz-transition: all 0.5s ease-in 0s;  /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in 0s;   /* Internet Explorer */
	transition: all 0.2s ease 0s;
	text-decoration: none;
}
#cuerpo-bendjouya #social-bendjouya #iconos-social ul li a img {
	text-decoration: none;
}




#cuerpo-bendjouya #social-bendjouya #iconos-social {
	float: left;
	margin-left: 40px;
	width: 70px;
	height: 43px;
}
#cuerpo-bendjouya #social-bendjouya #iconos-idioma {
	float: left;
	height: 43px;
	width: 72px;
	margin-left: 28px;
}
#cuerpo-bendjouya #social-bendjouya #iconos-idioma ul li {
	float: left;
	display: block;
	width: 28px;
	margin-left: 6px;
	height: 28px;
	margin-top: 5px;
}
#cuerpo-bendjouya #social-bendjouya #iconos-idioma ul {
	list-style-type: none;
}

#cuerpo-bendjouya #social-bendjouya #iconos-idioma ul li a {
	display: block;
	height: 27px;
	width: 27px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding-top: 2px;
	padding-left: 2px;
	text-decoration: none;
}
#cuerpo-bendjouya #social-bendjouya #iconos-idioma ul li a:hover {
	background-color: #347E7C;
	-webkit-transition: all 1s ease-out;  /* Chrome y Safari */
	-o-transition: all 1s ease-out;  /* Opera */
	-moz-transition: all 1s ease-out;  /* Mozilla Firefox */
	-ms-transition: all 1s ease-out;   /* Internet Explorer */
	transition: all 0.2s ease;  /* W3C */
}






#cuerpo-bendjouya {
	width: 900px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	height: 725px;
	-webkit-box-shadow: -8px 8px 2px 2px rgba(157, 157, 156, 0.25);
	-moz-box-shadow: -8px 8px 2px 2px rgba(157, 157, 156, 0.25);
	-ms-box-shadow: -8px 8px 2px 2px rgba(157, 157, 156, 0.25);
	-o-box-shadow: -8px 8px 2px 2px rgba(157, 157, 156, 0.25);
	box-shadow: -8px 8px 2px 2px rgba(157, 157, 156, 0.25);
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-ms-border-radius: 0px 0px 8px 8px;
	-o-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}




nav {
	width: 240px;
	float: left;
	height: 580px;
	background-color: #971731;
}


#cuerpo-bendjouya nav #sombras-nav-01 {
	width: 240px;
	height: 20px;
	float: left;
}

#cuerpo-bendjouya nav #med-nav {
	float: left;
	height: 540px;
	width: 240px;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya {
	height: 400px;
	width: 200px;
	margin-left: 20px;
	background-color: #FFF;
	margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float: left;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya #content-rasore {
	width: 175px;
	height: 370px;
	margin-top: 10px;
	margin-left: 13px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #878786;
	border-bottom-width: 3px;
	border-bottom-color: #878786;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya #content-rasore ul li {
	width: 165px;
	height: 25px;
	display: block;
	margin-top: 22px;
	padding-left: 5px;
	padding-top: 2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya #content-rasore ul {
	list-style-type: none;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya #content-rasore ul li a {
	color: #575756;
	text-decoration: none;
	height: 25px;
	width: 165px;
	display: block;
	float: left;
	padding-top: 4px;
}
#cuerpo-bendjouya nav #med-nav #menu-bendjouya #content-rasore ul li a:hover {
	color:#FFF;
	background-image: url(../Imagenes-Web/Fondo-Secciones.png);
	height: 25px;
	width: 165px;
	display: block;
	padding-left: 10px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-in 0s;  /* Chrome y Safari */
	-o-transition: all 0.5s ease-in 0s;  /* Opera */
	-moz-transition: all 0.5s ease-in 0s;  /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in 0s;   /* Internet Explorer */
	transition: all 0.8s ease 0s;
	padding-top: 4px;
	float: left;
	
	
}


#cuerpo-bendjouya nav #nav-02 {
	float: left;
	height: 20px;
	width: 240px;
}



#cuerpo-bendjouya #home-bendjouya {
	width: 660px;
	float: left;
	background-color: #FFF;
	height: 580px;
}
#cuerpo-bendjouya #home-bendjouya #asesoramiento-cientifico {
	width: 625px;
	margin-left: auto;
	height: 550px;
	
-webkit-box-shadow:  0px 0px 2px 2px rgba(157, 157, 156, 0.5);
-moz-box-shadow:  0px 0px 2px 2px rgba(157, 157, 156, 0.5);
-ms-box-shadow:  0px 0px 2px 2px rgba(157, 157, 156, 0.5);
-o-box-shadow:  0px 0px 2px 2px rgba(157, 157, 156, 0.5);
box-shadow:  0px 0px 2px 2px rgba(157, 157, 156, 0.5);

	margin-right: auto;
	margin-top: 15px;
	-webkit-border-radius: 0px 20px 0px 0px;
	-moz-border-radius: 0px 20px 0px 0px;
	-ms-border-radius: 0px 20px 0px 0px;
	-o-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
}
#asesoramiento-cientifico #asesoramiento-financiero {
	width: 420px;
	height: 50px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}
#asesoramiento-cientifico #asesoramiento-contable {
	height: 75px;
	float: left;
	width: 55px;
	padding-left: 120px;
}
#asesoramiento-cientifico #estudio-cientifico {
	height: 75px;
	float: left;
	width: 175px;
	background-image: url(../Imagenes-Web/Hoja-Efecto-02.gif);
}
#home-bendjouya #asesoramiento-cientifico #areas-01 {
	float: left;
	height: 55px;
	width: 605px;
	margin-left: 10px;
	border-top-width: 1.5px;
	border-bottom-width: 1.5px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #3c3c3b;
	border-bottom-color: #3c3c3b;
	padding-top: 15px;
	text-align: center;
	line-height: 20px;
}
#home-bendjouya #asesoramiento-cientifico #areas-02 {
	height: 390px;
	width: 585px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-left: 20px;
	overflow: auto;
}
#asesoramiento-cientifico #areas-02 #abc-01 {
	width: 290px;
	height: 100px;
	float: left;
}

#asesoramiento-cientifico #areas-02 #abc-02 {
	width: 290px;
	height: 100px;
	float: left;
}

#asesoramiento-cientifico #areas-02 #abc-03 {
	width: 290px;
	height: 100px;
	float: left;
}

#asesoramiento-cientifico #areas-02 #abc-04 {
	width: 290px;
	height: 100px;
	float: left;
}

#asesoramiento-cientifico #areas-02 #abc-05 {
	width: 290px;
	height: 285px;
	float: left;
}

#asesoramiento-cientifico #areas-02 #abc-06 {
	width: 290px;
	height: 180px;
	float: left;
}

#asesoramiento-cientifico #bendjouya-rasore {
	float: left;
	height: 180px;
	width: 625px;
	background-image: url(../Imagenes-Web/bendjouya-rasore.jpg);
}
#asesoramiento-cientifico #titulo-pagina {
	float: left;
	width: 565px;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #3c3c3b;
	margin-left: 15px;
	padding-top: 10px;
	padding-left: 30px;
}

#asesoramiento-cientifico #texto-home {
	float: left;
	height: 223px;
	width: 595px;
	margin-left: 15px;
	line-height: 18px
}
#home-bendjouya #asesoramiento-cientifico #socios-bendjouya-rasore {
	float: left;
	width: 605px;
	height: 40px;
	border-top-width: 1.5px;
	border-bottom-width: 1.5px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #3c3c3b;
	border-bottom-color: #3c3c3b;
	padding-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#socios-bendjouya-rasore #gaston-bendjouya {
	height: 30px;
	width: 200px;
	float: left;
	text-align: center;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#socios-bendjouya-rasore #Elizabeth-Rasore {
	height: 30px;
	float: left;
	width: 285px;
	margin-left: 55px;
	text-align: center;
}


#home-bendjouya #asesoramiento-cientifico #content-cv {
	height: 415px;
	width: 605px;
	float: left;
	margin-left: 10px;
	overflow: auto;
}
#home-bendjouya #asesoramiento-cientifico #texto-home-clientes {
	float: left;
	width: 605px;
	height: 400px;
	padding-top: 10px;
	margin-left: 10px;
	border-top-width: 1.5px;
	border-top-style: dashed;
	border-top-color: #3c3c3b;
	line-height: 18px;
}
#home-bendjouya #asesoramiento-cientifico #home-publicaciones {
	float: left;
	width: 605px;
	height: 30px;
	margin-left: 10px;
	border-top-width: 1.5px;
	border-top-style: dashed;
	border-top-color: #3c3c3b;
	padding-top: 10px;
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #3c3c3b;
}
#home-bendjouya #asesoramiento-cientifico #tabla-publicaciones {
	float: left;
	height: 380px;
	width: 585px;
	margin-left: 10px;
	padding-top: 50px;
	padding-left: 30px;
}
#cuerpo-bendjouya #home-bendjouya #asesoramiento-cientifico #tabla-publicaciones table tr td .Subrayado a {
	color: #286464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#home-bendjouya #asesoramiento-cientifico #empleo {
	float: left;
	height: 440px;
	width: 605px;
	padding-top: 30px;
	margin-left: 10px;
	border-top-width: 1.5px;
	border-top-style: dashed;
	border-top-color: #3c3c3b;
}
#home-bendjouya #asesoramiento-cientifico #contacto-home {
	width: 605px;
	float: left;
	margin-left: 10px;
	height: 475px;
	border-top-width: 1.5px;
	border-top-style: dashed;
	border-top-color: #3c3c3b;
}
#asesoramiento-cientifico #contacto-home #mapa {
	background-image: url(../Imagenes-Web/Mapa.gif);
	height: 230px;
	width: 400px;
	float: left;
}
#asesoramiento-cientifico #contacto-home #direccion {
	width: 185px;
	float: left;
	height: 170px;
	padding-top: 60px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3c3c3b;
}
#asesoramiento-cientifico #contacto-home #formulario-correcto {
	float: left;
	width: 400px;
	height: 245px;
}
#contacto-home #formulario-correcto #titulo-contacto {
	width: 350px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #878786;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 1px;
}
#contacto-home #formulario-correcto #titulo-contacto-gracias {
	width: 350px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #878786;
	text-align: center;
	margin-top: 100px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#contacto-home #formulario-correcto #form1 {
	width: 350px;
	margin-left: 20px;
	height: 205px;
}



#Boton {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #296365;
	font-size: 11px;
	margin-left: 80px;
	width: 100px;
	height: 25px;
}
















footer {
	background-color: #a4897a;
	float: left;
	height: 65px;
	width: 900px;
-webkit-border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-ms-border-radius: 0px 0px 8px 8px;
-o-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
}
#cuerpo-bendjouya footer #data-fiscal {
	height: 55px;
	width: 60px;
	float: left;
	margin-left: 20px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 5px;
}
#cuerpo-bendjouya footer #iconos-html5-bendjouya {
	width: 128px;
	float: left;
	margin-top: 5px;
	height: 45px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-left: 30px;
}
#cuerpo-bendjouya footer #consultores-bendjouya {
	float: left;
	width: 520px;
	height: 35px;
	margin-top: 5px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 20px;
	text-align: center;
}
#cuerpo-bendjouya footer #optium-diseno {
	float: left;
	width: 110px;
	height: 35px;
	margin-top: 5px;
	padding-top: 20px;
	padding-left: 20px;
	text-decoration: none;
}
#cuerpo-bendjouya footer #optium-diseno a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
