@charset "utf-8";
/* CSS Document */

/*20150212 - Estilos propios de la home nueva, tra recibir los de estilos.css. SE fundamenta la estructura en la de dentro.*/
			body{
				display:block;	
			}
			
			body#home #header_wrapper{
				/*padding:0;	*/	
			}
			
				#header_wrapper > img#grupo_biomek{
					/*position:static;
					display:block;
					margin:0 auto;
					*/
				}
				
			body#home #contenido_wrapper{
				/*Ancho de la imagen y no tiene padding lateral*/
				width:958px;
				padding-top:202px;
				padding-left:0;
				padding-right:0;
				box-shadow:none;
			}
			
			body#home #contenido_wrapper > article#home_menu{
				margin:0;
				background:url(../img/fondo_home.jpg) left top no-repeat;
				width:100%;
				height:566px;
				box-shadow:-3px 3px 3px 0 rgba(153, 153, 153, 1);
				text-align:center;
			}
			
			body#home #contenido_wrapper > article#home_menu > img{
				padding-top:82px;
			}
		