/* 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;
}

#manual {
	margin: 100px 0 20px 0;
}

#downmanual {
	text-align: right;
	padding: 10px 10px 0 0;
}

#downmanual a {
	text-decoration:none;
	color:#999999;
}

#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 #titulo7 {
	float: right;
	margin: 30px 0 0 20px;
	background: url(../img/titmanuales.gif) top right no-repeat;
	height: 51px;
	width: 358px;
}

.diretit {
	background: #f5f5f5;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	float: left;
	width: 432px;
	margin: 10px 0 0 10px;
	padding-right: 10px;
	line-height: 30px;
	height: 30px;
	text-align: right;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;*/
}

#diretext {
	font-size: 12px;
	padding: 10px 0 0 40px;
}

#diretext a {
	text-decoration: none;
	color: #0000FF;
	
}

#direlogo {
	float: right;
	width: 150px;
	height: 123px;
	margin: 10px 40px 0 0;
}

#direlogo a, img {
	border: none;
}


#body_center #desc {
	padding: 100px 15px 10px 15px;
	text-align: justify;
}


#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;
}

.table {
	border-collapse: collapse;
	width: 430px;
	margin: 15px 5px 15px 15px;
}
.table td {
	border: 1px solid #666666;
	padding: 3px;
}

.table td.blue {
	background: #527789;
	color: #FFFFFF;
}
.table td.yellow {
	background: #a1bdcb;
}
.table td.no {
	background: url(../img/no.png) center no-repeat;
}
.table td.yes {
	background: url(../img/yes.png) center no-repeat;
}

.table tr.gray td {
	background-color: #ffffff;
}
.table td.noborder, .table tr.gray td.noborder {
	border-top: none;
	border-bottom: none;
	background: #ffffff;
}
.table td.noborder {
	display: none;
}

