@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-left:0px;
	margin-right:0px;
	background-image:url(imagenes/fondo_superior.jpg);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

.raiz{
	margin: 0px auto;
	width:950px;
	margin-top:10px;
	background-color:#FFFFFF;
	
}
.contenedor{
	background-color:#FFFFFF;
	min-height:550px;
	border:1px solid #DDDDDD;
	float:left;
	width:950px;
}
.logo{
	height:110px;
	padding:10px;
	width:250px;
	float:left;
}
.slogan{
	height:110px;
	width:450px;	
	float:left;
}
.bandera{
	height:80px;
	width:100px;	
	float:right;
	padding-top:30px;

	text-align:center;
}
.cabezote{
	background-color:#FFFFFF;
	height:200px;
	border-bottom:1px solid #000000;
	float:left;
}
.contenedor_menu{
	height:200px;
	color:#FFFFFF;
	padding:5px;
}
.contenedor_menu a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

.contenedor_menu a:hover{
	text-decoration:underline;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}
.contenedor_menu li{
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	margin-left:-45px;
	margin-bottom:5px;
	background-image: url('imagenes/fondo_item_menu.png');
	color:#000000;
	font-weight:bold;
}

.contenedor_menu li.seleccionado{
	background-image: url('imagenes/fondo_item_menu_sobre.png');
	color:#000000;
	font-weight:bold;
}
.contenedor_menu li.seleccionado:hover{
	background-image: url('imagenes/fondo_item_menu_sobre.png');
	color:#000000;
	font-weight:bold;
}
.contenedor_menu li ul{
	margin-left:20px;
	padding-top:10px;
}
.contenedor_menu li:hover{
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	margin-left:-45px;
	margin-bottom:5px;
	background: url('imagenes/fondo_item_menu_sobre.png');
	color:#FFFFFF;
}

.ubicacion{
	font-weight:bold;
	color:#333333;
	border-bottom:1px solid #000000;
	padding:2px;
	width:946px;
	float:left;
}
.izquierda{
	width:200px;
	float:left;
	min-height:300px;
	background-image: url('imagenes/izquierda.jpg');
	background-repeat:no-repeat;
}
.derecha{
	width:736px;
	float:right;
	padding:2px;
	min-height:300px;
	text-align:justify;
	border-left: 3px dotted #000000;
}
.pie_pagina{
	background-color:#333399;
	text-align:right;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
.info{
	color:#000000;
	text-align:center;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(imagenes/fondo_pie.png);
	background-repeat:no-repeat;
	height:85px;
	padding-top:20px;
}
.info a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.carga_imagen{
	display:none;
}
.tabla_tecnica{
	width:400px;
	border:1px solid #666666;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
.titulo_tabla_tecnica{
	height:25px;
	background-color:#19194C;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.subtitulo_tabla_tecnica{
	height:25px;
	background-color:#6666CC;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.caracteristica_tabla_tecnica{
	width:250px;
	height:25px;
	background-color:#B2B2E5;
	color:#000000;
	font-weight:bold;
}
.descripcion_tabla_tecnica{
	width:150px;
	height:25px;
	background-color:#F4F4F4;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

.informacion_producto{
	width:98%;
	padding:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;	
	border:0px solid #000000;
}

.referencias{
	width:106px;
	float:right;
	background-color:#F4F4F4;
	text-align:Center;
	margin-left:5px;
	font-weight:bold;
}
.referencias li{
	list-style-type:none;
	background:#6666CC;
	margin-bottom:3px;
	width:100px;
	padding:3px;
	text-align:center;
	float:left;
	margin-left:-40px;
}
.referencias li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.referencias li a:hover{
	text-decoration:underline;
}

.referencias li.inferior{
	background-image:url(imagenes/inferior_tabla_referencia.jpg);
	background-repeat:repeat-x;
	height:10px;
	width:100px;
	margin-bottom:0px;
}
.referencias li.ultimo{
	margin-bottom:0px;
}

.vinculo_inicio{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.celda1{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

.celda2{
	border:1px solid #CCCCCC;
	background:#F4F4F4;
}
.tabla_contactenos{
	border:1px solid #666666;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}