@charset "utf-8";
/* CSS Document */

body{
	margin:5px 0px 0px 0px;
	padding:0px;
	background-image:url(../img/background.jpg);
	background-repeat:repeat;
	color: #333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

br{
	line-height:15px;
}

a {
	font-size:11px;
	color:#006699;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	
}

a:hover {
	text-decoration:none;
	color:#00CCFF;
}

a:active {
	text-decoration: none;
}

#mainContainerTop{
	width:865px;
	height:5px;
	margin:0px auto;
	background-image:url(../img/borde_top.gif);
	background-repeat:no-repeat;
	font-size:0
}

#mainContainerBottom{
	width:865px;
	height:5px;
	margin:0px auto;
	background-image:url(../img/borde_bottom.gif);
	background-repeat:no-repeat;
	font-size:0
}

#mainContainer{
	width:865px;
	margin:0px auto;
	background-image:url(../img/borde_middle.gif);
	background-repeat:repeat-y;
	overflow:visible;
}

#container{
	width:830px;
	margin:0px auto;
	min-height:200px;
	overflow:visible;
}

#header{
	width:830px;
	height:140px;
	margin:0px 0px 5px 0px;
}

	#header .buttons{
		height:20px;
		text-align:right;
		color: #333;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	#header .image{
		height:120px;
		background-image:url(../img/header.jpg);
		background-repeat:no-repeat;
	}
	
#columna_izquierda{
	width:197px;
	margin:20px 0px 0px 0px;
	float:left;
}

#columna_central{
	width:405px;
	margin:0px 11px;
	float:left;
}

#columna_derecha{
	margin:20px 0px 0px 0px;
	width:197px;
	float:left;
}

.banner_home_izq{
	width:196px;
	height:184px;
	background-image:url(../img/banner_home_izq.jpg);
	background-repeat:no-repeat;
}

.banner_home_der{
	width:196px;
	height:184px;
	background-image:url(../img/banner_home_der.jpg);
	background-repeat:no-repeat;
}

.banner_home_text{
	width:90px;
	margin:0px 0px 0px 100px;
	color:#aeb0b2;
}

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
	margin-left:2px;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
		color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}

.tabContent {
	clear:both;
	background-color:#FFF;	
}

#iconos_home{
	margin:10px 0px 0px 0px;
	width:830px;
	height:70px;
	text-align:center;
}
	#iconos_home ul{
		width:700px;
		margin:0px auto;
		padding:0px;
	}
	#iconos_home li{
		width:210px;
		margin:0px 5px;
		text-align:left;
		list-style:none;
		float:left;
	}
	#iconos_home li span{
		padding:10px;
	}
	#iconos_home li img{
		margin-right:5px;
		float:left;
	}

#footer{
	width:830px;
	height:92px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
}

#footerText{
	margin:0px auto;
	width:600px;
	height:30px;
	text-align:center;
	color:#afc6ff;
}

.box-combo {
	float:left;
	margin:20px 100px 0px 0px;
}

.box-combo-table {
	background-image:url(../img/box-combo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:60px;
	margin-top:10px;
	width:335px;
	height:170px;
	padding-left:9px;
	padding-right:9px;
	color:#999999;
}

.box-prod-empresa{
	width:820px;
	height:200px;
}

.box-prod-empresa-int{
	margin-right:10px;
	width:395px;
	height:172px;
	background:url(../img/bg_cuadro_productos.jpg) no-repeat left;
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box-prod-empresa-intkd{
	margin-right:10px;
	width:395px;
	height:100px;
	background:url(../img/bg_cuadro_productoskd.jpg) no-repeat left;
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box-prod-empresa-sub{
	margin-right:10px;
	width:700px;
	height:440px;
	background:url(../img/bg_cuadro_sub_productos.jpg) no-repeat left;
	float:left;
	margin-bottom: 10px;
	margin-top: 4px;
}

	.box-prod-empresa-int .empresa_der{
		margin:5px 0px 0px 5px;
		height:159px;
		width:376px;
		background:url(../img/bg_serv_emp_der.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	*html .box-prod-empresa-int .empresa_der{
		margin:15px 0px 0px 5px;
	}

	.box-prod-empresa-int .empresa_der .line{
		width:305px;
		height:25px;
	}
	.box-prod-empresa-int .empresa_der .line .cell{
		width:60px;
	}
	.box-prod-empresa-int .empresa_izq{
		margin:5px 0px 0px 5px;
		heigth:159px;
		width:376px;
		background:url(../img/bg_serv_emp_izq.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	*html .box-prod-empresa-int .empresa_izq{
		margin:15px 0px 0px 5px;
	}
	.box-prod-empresa-int .empresa_izq .line{
		width:305px;
		height:30px;
	}
	.box-prod-empresa-int .empresa_izq .line .cell{
		width:60px;
	}
	.price{
		font:bold 12px Verdana;
		color:#003874;
	}
	.description{
		font:bold 16px Verdana;
		color:#003874;
	}

	.box-prod-empresa-int .modulo_izq{
		margin:5px 0px 0px 5px;
		heigth:159px;
		width:376px;
		background-position:top;
		background-repeat:no-repeat;
	}
	*html .box-prod-empresa-int .modulo_izq{
		margin:15px 0px 0px 5px;
	}
	.box-prod-empresa-int .modulo_izq .line{
		width:305px;
		height:25px;
	}
	.box-prod-empresa-int .modulo_izq .line .cell{
		width:60px;
	}
	
	.box-prod-empresa-int .modulo_der{
		margin:5px 0px 0px 5px;
		height:159px;
		width:376px;
		background-position:top;
		background-repeat:no-repeat;
	}
	*html .box-prod-empresa-int .modulo_der{
		margin:15px 0px 0px 5px;
	}
	
	.box-prod-empresa-int .modulo_der .line{
		width:305px;
		height:25px;
	}
	.box-prod-empresa-int .modulo_der .line .cell{
		width:60px;
	}
.boton_maqueta {
background-color:#0099CC;
color:#FFFFFF;
border:#0099CC 1px solid;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
padding:5px;
float:left;
margin:5px;

}
#formulario {
	width: 500px;
	float: left;
	margin-right: 50px;
}
#columna_banner {
	float: left;
	width: 400px;
}



.contenedor_2_columna_a {
	float:left;
	margin:0 auto;
	}

.columna_a{
	float:left;
	width:570px;
	margin-right:60px;
}

*html .columna_a{
	float:left;
	width:550px;
	margin-right:40px;
}


.validation-advice {
	float:left;
	margin-top:0px;
	margin-left:0px;
	height:15px;
	width:200px;
	z-index:5;
	padding: 5px;
	color:#0099CC;
	font-weight: bold;
	font-size:11px;
	text-align:left;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}


.clear{
	clear:both;
}
.pedido {
	font-size: 11pt;
}