body{
	background-color:#d4effd;
}
#m3{
		  /* Safari 4+ y Chrome 1+ */  
	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #004673), color-stop(1, #002b4d));  
	  
	  /* Safari 5.1+ y Chrome 10+ */  
	  background-image:-webkit-linear-gradient(#004673, #002b4d);  
	  
	  /* Firefox 3.6+ */  
	  background-image:-moz-linear-gradient(top, #004673, #002b4d);  
	  
	  /* Opera 11.10+ */  
	  background-image:-o-linear-gradient(top, #004673, #002b4d);  
	  
	  /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#004673', EndColorStr='#002b4d'); 
	  color:white;
}
#contBarraMenu{
	width:350px;
	height:220px;
	float:left;
	z-index:5;
	margin-top:10px;
	overflow:auto;
}
#barraMenu{
	width:310px;
	height:80px;
	float:left;
	z-index:4;
	background-image:url('../img/fclaro.png');
}
#controls-wrapper {
	bottom:180px;
}
#menuProductos{
	width:264px;
	height:100%;
	float:right;
	  /* Safari 4+ y Chrome 1+ */  
	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #004774), color-stop(1, #002b4d));  
	  
	  /* Safari 5.1+ y Chrome 10+ */  
	  background-image:-webkit-linear-gradient(#004774, #002b4d);  
	  
	  /* Firefox 3.6+ */  
	  background-image:-moz-linear-gradient(top, #004774, #002b4d);  
	  
	  /* Opera 11.10+ */  
	  background-image:-o-linear-gradient(top, #004774, #002b4d);  
	  
	  /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#004774', EndColorStr='#002b4d'); 
	  color:white;
}
.menuE2{
	width:136px;
	height:100%;
	float:left;
	cursor:pointer;
	cursor:hand;
}
#lblmenuE{
	font-size:28px;
	text-align:center;
	margin-top:35px;
	font-weight:bold;
}
#proVentec{
	width:127px;
	overflow:hidden;
}
#proInnova{
	overflow:hidden;
}
#menuVentec{
	width:300px;
	float:left;
}
#contMenuVentec{
	width:280px;
	margin-left:52px;
	float:left;
}
.mv{
	width:105px;
	padding:10px;
	cursor:pointer;
	cursor:hand;
}
.mv1{
	width:95px;
	padding:10px;
	cursor:pointer;
	cursor:hand;
}
.mv:hover{
	background-color:#006A9D;
}
.mv1:hover{
	background-color:#006A9D;
}
.subContMV{
	width:125px;
	float:left;
	color:white;
	display:none;
	  /* Safari 4+ y Chrome 1+ */  
	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #004774), color-stop(1, #002b4d));  
	  
	  /* Safari 5.1+ y Chrome 10+ */  
	  background-image:-webkit-linear-gradient(#004774, #002b4d);  
	  
	  /* Firefox 3.6+ */  
	  background-image:-moz-linear-gradient(top, #004774, #002b4d);  
	  
	  /* Opera 11.10+ */  
	  background-image:-o-linear-gradient(top, #004774, #002b4d);  
	  
	  /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#004774', EndColorStr='#002b4d'); 
	  color:white;
}
#subVentec{
	width:115px;
	margin-left:135px;
}
#contProductos{
	width:100%;
	height:100%;
	float:left;
	position:fixed;
	z-index:-1;
	min-width:1000px;
	min-height:500px;
	overflow:auto;
}
#contProductosI,#contProductosV{
	width:100%;
	height:100%;
	float:left;
	display:none;
}
#contIiz,#contViz{
	width:32%;
	height:60%;
	float:left;
	position:fixed;
	bottom:70px;
}
#contIcentro,#contVcentro{
	width:35%;
	height:570px;
	float:left;
	position:absolute;top:150px;
	margin-left:30%;
	overflow:auto;
}
#contIder,#contVder{
	width:30%;
	height:65%;
	float:left;
	position:fixed;
	bottom:70px;
	margin-left:65%;
}
#derPuertasI,#izPuertasI,#derPuertasV,#izPuertasV,#derVentanasI,#derMarcosI,#izMarcosI,#derVentanasV,#izVentanasV,#izMarcosV,#derMarcosV{
	width:100%;
	height:100%;
	float:left;
}
#logoInnova,#logoVentec{
	float:left;
	width:180px;
	margin-top:2%;
	display:none;
}
#pie{
	float:left;
	overflow:auto;
	position:fixed;
	bottom:0;
	height:88px;
	z-index:2;
}
.contit{
	width:100%;
	float:left;
}
.titpro{
	width:115px;
	float:left;
	padding:15px;
	color:white;
	text-align:Center;
	font-size:24px;
	margin-bottom:10px;
	background-image: linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -o-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -moz-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -webkit-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -ms-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);

	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0.02, #03151D),
		color-stop(0.51, #104967),
		color-stop(0.97, #1A71A3)
	);
	 /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#03151D', EndColorStr='#1A71A3'); 
	color:white;
}
.titpro2{
	width:200px;
	float:left;
	padding:15px;
	color:white;
	text-align:Center;
	font-size:20px;
	margin-bottom:10px;
	background-image: linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -o-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -moz-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -webkit-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -ms-linear-gradient(right , #03151D 2%, #104967 51%, #1A71A3 97%);
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0.02, #03151D),
		color-stop(0.51, #104967),
		color-stop(0.97, #1A71A3)
	);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#03151D', EndColorStr='#1A71A3'); 
	color:white;
}
.mVentanas,#bxh{
	margin-left:20px;
}
.mMarcos{
	margin-left:20px;
}
#tipM,#tipTab,#tipTabVI{
	font-size:18px;
	width:170px;
	padding:10px;
}
#tipTab9,#tipTabC{
	font-size:18px;
	width:400px;
	padding:10px;
	margin-top:10px;
	text-align:left;
}
#t1{font-weight:bold;}
#imgPt1{display:block;}
#tipTab{
	margin-top:10px;
}
.subtit{
	font-weight:bold;
	color:#002d51;
	width:200px;
}
.datos{
	width:250px;
	float:left;
	margin-left:20px;
}
.puerta2{
	height:100%;
	display:none;
}
.puertav2{
	height:100%;
}
#imgvi1,#imgmi1{
	height:100%;
}
ul{
	list-style-image:url('../img/vin.png');
	float:left;
} 
.btnPro{
	float:left;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	margin-right:15px;
}
.btnPro:hover{
	font-weight:bold;
}
.mVentanas{
	width:95px;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	z-index:2;
}
.mVentanas:hover{
	font-weight:bold;
}
.clsVentanasV{
	display:none;
}
.medidas{
	margin-left:25px;
}
