@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}
a {
	color: white;
	text-decoration: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
body {
	background-repeat: no-repeat;
	max-width: 900px;
	background-size: auto auto;
}


#automatismo {
	height: 65px;
	position: relative;
	border-radius: 26px;
	top: 0px;
	padding-top: 5px;
	background-color: rgba(0,153,255,0.3);
	color: #FFF;
	min-width: 452px;
	min-height: 0px;
	max-width: 800px;
	-webkit-transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
#maquina {
	width: 117px;
	padding-top: 7px;
	background-image: url(ingenieria.jpg);
	height: 93px;
	min-width: 0px;
}
#ingemacion {
	background-color: rgba(0,51,204,.4);
	height: 500px;
	max-width: 599px;
	min-width: 300px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 18px;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
}
body table tr td table tr td {
	background-color: rgba(51,51,51,0.5);
	border-radius: 10px;
	border: medium solid #0145C3;
}
#omron {
	color: #00CC33;
	font-style: normal;
	font-weight: 400;
	font-family: allura;
	font-size: 65px;
	text-indent: 20px;
	text-shadow: 10px -4px 5px #FF9900;
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
	background-color: rgba(51,51,51,1);
}
#automatico:hover {
	background-color: rgba(204,51,255,1);
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#omron:hover {
	color: rgba(255,0,0,1);
}
a:hover {
	color: rgba(204,0,0,1);
	background-color: rgba(51,51,51,1);
	font-size: large;
}
#menues {
	background-color: #333333;
	word-spacing: 0px;
}
