body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #ffffff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BdBdBd;
	font-weight: bold;
}
a:link{
color:#333366;
text-decoration:underline;}
a:hover{
color:#000000;
text-decoration:none;}
a:visited{
text-decoration:none;}

h1 { 
font-family: Arial, Helvetica, sans-serif;
color:#0e5bb7;
font-size:12px;
font-weight:bold;}

p {
font-family:Arial, Helvetica, sans-serif;
color:#222222;
font-size:11px;
line-height:12pt;}


#contenedor{
width:955px;
height:800px;
display:block;
list-style:none;
margin:0 auto;
background:url(images/bg.png) repeat-x;
}
/*header*/
#head{
	position:relative;
	margin: 0 auto;
	width:955px;
	height:30px;
	list-style:none;
	z-index:3;
}
a {
	display: block;
	outline: none;
	z-index:3;
}
.logo{

	background:url(images/logo.png) no-repeat;

	position:absolute;

	margin:0px;

	left:30px;

	top:0px;

	width:200px;

	height:80px;

	text-indent:-900%;

}
.gmail{
	background:none;
	position:absolute;
	margin:0;
	left:650px;
	top:0px;
	width:200px;
	height:20px;
}
.skype{
	background:none;
	position:absolute;
	margin:0;
	left:830px;
	top:0px;
	width:100px;
	height:20px;
}
/*end header*/

/*start menu*/
#menu {
	list-style: none;
	margin: 0 auto;
	width: 955px;
	height: 52px;
	position: relative;
	z-index:2;
}
#menu span {
	display: none;
	position: absolute;
	z-index:2;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 108px;
	height: 30px;
	background: url(images/menu/home.gif) no-repeat;
	left: 240px;
	top: 15px;
}

#menu .empresa {
	width: 108px;
	height: 30px;
	background: url(images/menu/empresa.gif) no-repeat;
	left: 360px;
	top: 15px;
}

#menu .servicios {
	width: 108px;
	height: 30px;
	background: url(images/menu/servicios.gif) no-repeat;
	left: 480px;
	top: 15px;
}

#menu .productos {
	width: 108px;
	height: 30px;
	background: url(images/menu/productos.gif) no-repeat;
	left: 600px;
	top: 15px;
}

#menu .clientes {
	width: 108px;
	height: 30px;
	background: url(images/menu/alianzas.gif) no-repeat;
	left: 720px;
	top: 15px;
}
#menu .contacto {
	width: 108px;
	height: 30px;
	background: url(images/menu/contacto.gif) no-repeat;
	left: 840px;
	top: 15px;
}
/*end menu*/

#image{
	width:955px;
	height:340px;
	display:block;
	margin: 0 auto;
	list-style:none;
	position:relative;
	z-index:1;
}
.imagen{
	text-indent:-900%;
	background:url(images/imagen.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:3px;
	height:320px;
	width:955px;
}

#square1{
height:3px;
width:955px;
list-style:none;
position:relative;
display:block;}
.texto1{
	width:350px;
	height:320px;
	position:absolute;
	left:10px;
}

#square2{
height:3px;
width:955px;
list-style:none;
position:relative;
display:block;
}
.texto2{
	width:300px;
	height:320px;
	position:absolute;
	top: -15px;
	left:430px;
}

#square3{
height:3px;
width:955px;
list-style:none;
position:relative;
display:block;
}
.logos{
	position:absolute;
	border-left:solid 1px;
	border-left-color: #efefef;
	width: 200px;
	height:280px;
	left:750px;
	top:-30px;
}

#footer{
width:955px;
height:50px;
display:block;
position:relative;
margin: 0 auto;
list-style:none;
}
.foot {
	width:955px;
	height:50px;
	position:absolute;
	top:270px;
	border-top:solid 1px;
	border-top-color:#efefef;
	left: 0px;
}
.foot p{
font-family:Arial, Helvetica, sans-serif;
color:#cccccc;
font-size:10px;
}
.foot a:link{
text-decoration:underline;
color:#cccccc;
font-weight:normal;
}
.foot a:hover{
text-decoration:none;
}