.gom {
	width: 100px;
	height: 100px;
	background-size:100px 100px;
	background-image: url('images/gom_transp.png');
}


.cimatron {
	width: 100px;
	height: 100px;
	background-size:100px 100px;
	background-image: url('../images/cimatron_transp.png');
}

.fikus {
	width: 100px;
	height: 100px;
	background-size:100px 100px;
	background-image: url('../images/fikus_transp.png');
}

.lemoine {
	width: 100px;
	height: 100px;
	background-size:100px 100px;
	background-image: url('../images/lemoine_transp.png');
}

.geomagic {
	width: 100px;
	height: 100px;
	background-size:100px 100px;
	background-image: url('../images/geomagic_transp.png');
}

.ulimage {
	width: 200px;
	vertical-align: middle;
	background-size:200px 70px;
}

#moradas {
	width: 800px;
	text-align: left;
}

#inconstruction {
	padding: 20px;
	width: 574px;
	vertical-align:middle;
	text-align: center;
}

#s3dimage {
	padding: 20px;
	width: 350px;
	vertical-align:middle;
	text-align: center;
}

#cimatronimage {
	padding: 20px;
	width: 600px;
	vertical-align:middle;
	text-align: center;
}

#navmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: center;
}

#navmenu ul li { 
	display: inline-block;
	padding: 10px 10px 10px 10px;
}

#navmenu ul li a
{
text-decoration: none;
padding: 10px 10px 10px 10px;
color: #fff;
background-color: #036;
width: 210px;
height: 70px;
display: inline-block; 
}

#navmenu ul li a:hover
{
text-align: center;
color: #fff;
background-color: #369;
}

body {
	background-color: #FFFFFF;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body{
	margin: 0 15px 0 15px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container{
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}

#cimatron:hover:after {
    content: url('../images/cimatron_page.jpg');
    display: block;
    position: absolute;
    background-size: 400px 300px;
	left: 800px; /* change this value to one that suits you */
    top: 60px; /* change this value to one that suits you */
}
#metalcam:hover:after {
    content: url('../images/metalcam_page.jpg');
    display: block;
    position: absolute;
    text-align: rigth;
	left: 800px; /* change this value to one that suits you */
    top: 60px; /* change this value to one that suits you */
}
#geomagic:hover:after {
    content: url('../images/geomagic_page.jpg');
    display: block;
    position: absolute;
    text-align: rigth;
	left: 800px; /* change this value to one that suits you */
    top: 60px; /* change this value to one that suits you */
}
#gom:hover:after {
    content: url('../images/gom_page.jpg');
    display: block;
    position: absolute;
    text-align: rigth;
	left: 800px; /* change this value to one that suits you */
    top: 60px; /* change this value to one that suits you */
}
#lemoine:hover:after {
    content: url('../images/lemoine_page.jpg');
    display: block;
    position: absolute;
    text-align: rigth;
	left: 800px; /* change this value to one that suits you */
    top: 60px; /* change this value to one that suits you */
}

.eventohorizontal {
	display: block;
	padding-top: 40px;
	margin: auto;
	width: 90%;
}

.header {
	margin: auto;
	width: 1200px
}

.centered {
	margin: auto;
	width: 800px;
}

.rightfloat {
	float: right;
}