@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #33CCFF;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}
h1 {
	font-size: x-large;
	color: #3399FF;
	border-bottom: #999999 1px solid;
}

img {
	border: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#logo {
	margin-top: 0px;
	margin-left: -30px;
}

#icons {
	margin-top: -90px;
	margin-left: 695Px;
}

#slogan {
	text-align: right;
	color: #FFFFFF;
	font-size: medium;
	margin-right: 20px;
	font-weight: bold;
	position: relative;
	bottom: 25px;
  left: 10px;
}

#cuerpo {
	margin-top: 20px;
}

#menu {
	margin-top: 5px;
	float: right;
	width: 240px;
}

#menu li {
	list-style: square;
	border-bottom: #999999 1px solid;
	line-height: 27px;
	font-size: 90%;
	margin-left: -15px;
}

#contenido {
	float: left;
	width: 540px;
	border-right: #999999 1px solid;
	padding-right: 15px;
}

#icono {
	float: left;
	width: 100px;
	position:relative;
	left: -25px;
}

#pie {
	clear: both;
	padding: 5px;
	border-top: #999999 1px solid;
	text-align:center;
	font-size: smaller;
}

#contacto {
	margin-top: -70px;
	margin-right: 70px;
	float: right;
	bottom: 10px;
	}
	
.idea {
	margin-left: -70px;
	float: left;
	}
	
.xsim {	
	background: url(images/XSim.gif) 0px -4px no-repeat;
	padding: 0px 60px;
	text-align:left;	
	}
	
.xterminal {
	background: url(images/XTerminal.gif) 0px -4px no-repeat;
	padding: 0px 60px;
	text-align:left;	
	}
	
	
.xblue {	
	background: url(images/xblue.gif) 0px 0px no-repeat;
	padding: 0px 64px;
	text-align:left;	
	}
	
.xddi {
	background: url(images/xddi.gif) 0px 0px no-repeat;
	padding: 0px 64px;
	text-align:left;	
	}
		
.row 
{ 
  overflow:hidden; 
  clear: left; 
  width: 270px; 
}

.cell 
{ 
  float: left; 
  width: 65px; 
}

.cell2 
{ 
  float: left; 
  width: 190px; 
}

#recuadro {
	background: #3399FF;
	padding: 5px;
	color: #FFFFFF;
	}

h2 {
	font-size: medium;
	font-weight: bolder;
}
