/* CSS Document */

.clearer {
	clear: both;
}

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrap {
	width: 950px;
	margin: 5px auto 0 auto;
	background: #ffffff url(../img/body_bg.gif) top center repeat-y;
}

#topside {
	margin: 0 25px;
}
#top_bg {
	background: url(../img/top_bg.gif) top left no-repeat;
	margin: 0 -25px;
	padding: 25px 25px 0 25px;
}
#top {
	background: url(../img/header_bg.gif) top right no-repeat;
}

#header a#logo {
	text-decoration: none;
}
#header a#logo img {
	border: none;
}

#body {
}
#body #body_left,
#body #body_center {
float: left;
}
#body #body_left {
	width: 190px;
}
#body #body_center {
	width: 452px;
}
#body #body_right {
	width: 250px;
	float: right;
	padding: 200px 0 0 0;
}

div.menu {
	float: left;
	width: 190px;
	padding: 55px 0 0 0;
}

div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menu ul li {
}

div.menu ul li a {
	display:block;
	height:50px;
	text-decoration:none;
}

div.menu ul li a span {
	display: none;
}

div.menu ul li a.nuestroproducto {
	background: url(../img/product.jpg);
	height: 50px;
}

div.menu ul li a.funciones {
	background: url(../img/functions.jpg);
	height: 50px;
}

div.menu ul li a.ofertas {
	background: url(../img/ofertas.jpg);
	height: 50px;
}

div.menu ul li a.dispositivos {
	background: url(../img/hardware.jpg);
	height: 50px;
}

div.menu ul li a.modulos {
	background: url(../img/modulos.jpg);
	height: 50px;
}

div.menu ul li a.contacto {
	background: url(../img/contacto.jpg);
	height: 50px;
}

div.menu ul li a.nuestroproducto:hover {
	background: url(../img/producthover.jpg);
	height: 50px;
}

div.menu ul li a.funciones:hover {
	background: url(../img/functionshover.jpg);
	height: 50px;
}

div.menu ul li a.ofertas:hover {
	background: url(../img/ofertashover.jpg);
	height: 50px;
}

div.menu ul li a.dispositivos:hover {
	background: url(../img/hardwarehover.jpg);
	height: 50px;
}

div.menu ul li a.modulos:hover {
	background: url(../img/moduloshover.jpg);
	height: 50px;
}

div.menu ul li a.contacto:hover {
	background: url(../img/contactohover.jpg);
	height: 50px;
}

div.links a {
	display: inline;
	width: 250px;
	height: 120px;
}

div.links a img {
	border: none;
}

#body_center #titulo9 {
	float: right;
	margin: 30px 0 0 20px;
	background: url(../img/titproducto.gif) top right no-repeat;
	height: 51px;
	width: 358px;
}

#texto1 {
	padding: 110px 10px 10px 35px;
	font-family: Tahoma;
	font-size: 12px;
}

#tittexto {
	padding: 15px 0 10px 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

div.imagenes {
	width: 452px;
	padding: 15px 0 10px 50px;
}

div.imagenes a {
	display: block;
	width: 102px;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
}

div.imagenes a.noMargin {
	margin-left: 0;
}

div.imagenes a img {
	border: none;
}

#footer_bg {
	background: url(../img/footer.gif) bottom left no-repeat;
	padding: 0 25px 25px 25px;
}
#footer {
	padding: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #cccccc;
	font-family: Tahoma;
	font-size: 12px;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footai {
	border-top: 1px solid #999999;
	background:url(../img/ai.gif) top left no-repeat;
	height: 80px;
	margin: 5px 0 0 0;
}
