/* Estilos de la web de Serinteg */
* {
	margin:0px;
	padding: 0px;
}
body {
	background-image:url(../imas/fondoweb.gif);
	font-family:"Arial Rounded MT Bold", Arial;
	color:#333333;
}
#intro{
	top: 50%;
	left: 50%;
	width: 230px;
	height: 320px;
	margin-top: -160px;
	margin-left: -110px;
	position:absolute;
	text-align:center;
	font-size:12px;
}
p {
	margin: 5px;
}
#intro a:link{
	text-decoration:none;
	color:#666666;
}
#intro a:hover{
	text-decoration:none;
	color:#00A400;
}
#estructura{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 729px;
	height: 321px;
	margin-top: -161px;
	margin-left: -320px;
	background-image:url("../imas/estructura.gif");
}
#logo{
	position:absolute;
	display: block;
	width: 343px;
	height: 342px;
	top: 50%;
	left: 50%;
	margin-top: -182px;
	margin-left: -409px;
	background-image:url("../imas/logo_grande.png")!important;
	background-image:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../imas/logo_grande.png", sizingMethod='scale');
	z-index: 4;
}
#menu ul{
	position: relative;
	list-style:none;
	display:block;
	width: 492px;
	height: 32px;
	top: 10px;
	left: 170px;
	z-index: 2;
}
#menu li{
	position:relative;
	display:block;
	float:left;
	height: 32px;
}
#servicios a{
	position:relative;
	display:block;
	float:left;
	height: 32px;
	width: 205px;
	background-image:url(../imas/b_servicios.jpg);
}
#clientes a{
	position:relative;
	display:block;
	float:left;
	height: 32px;
	width: 135px;
	background-image:url(../imas/b_clientes.jpg);
}
#contacto a{
	position:relative;
	display:block;
	float:left;
	height: 32px;
	width: 145px;
	background-image:url(../imas/b_contacto.jpg);
}
#separador {
	position:relative;
	display:block;
	float:left;
	height: 32px;
	width: 2px;
	background-image:url(../imas/separador.png);
}
#menu li a:hover{
	background-position: 0px -32px;
}

#flash{
	position: absolute;
	top: 20px;
	left: 230px;
	width: 450px;
	height: 284px;
	z-index: 1;
}
#contenido{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -50px;
	width: 410px;
	height: 250px;
	overflow: auto;
	text-align: justify;
	z-index: 3;
}
h1 {
	color:#00A400;
}
#contenido ul {
	margin-left: 80px;
}
#contenido a:link {
	text-decoration:none;
	color:#666666;
}
#contenido a:visited {
	text-decoration:none;
	color:#666666;
}
#contenido a:hover {
	text-decoration:none;
	color:#00A400;
}
/* Formulario */
form {
	margin-top: 15px;
}
input, textarea{
	display: block;
	width: 380px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	border: thin solid #00A400;
}
label {
	display: block;
	width: 176px;
	float: left;
}
br {
	clear: left;
}
#boton {
	text-align: center;
	width: 100px;
}
#pie{
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 100px;
	margin-left: 250px;
	margin-top: 163px;
}
#pie a:link {
	text-decoration:none;
	color:#666666;
}
#pie a:visited {
	text-decoration:none;
	color:#666666;
}
#pie a:hover {
	text-decoration:none;
	color:#00A400;
}
