@charset "utf-8";
/* CSS Document */
#detalles-empresa {
overflow:hidden;
position:relative;
width:455px;
height:330px;
background-image: url(imagenes-web/fondo-detalles-empresas.jpg);
background-repeat: no-repeat;
background-position: center center;
clear:both;
margin:0 auto;
}
html>/**/body #detalles-empresa {
 display:table;
 position:static;
}
#contenido-detalle-empresa {
 position:absolute;
 top:50%;
}
html>/**/body #contenido-detalle-empresa {
 display:table-cell;
 position:static;
 vertical-align:middle;
}
#contenido-detalle-empresa p {
 position:relative;
 top:-50%;
}



