﻿body{
	text-align:center;
	background-color:#004B64;
	background-image:url(http://csg.ucoz.es/nuvo/gfk/fondo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#cccccc;
}

#wrap {
	margin: 0 auto;
	background-color:transparent;
	width:990px;
	heigth:101%;
}

/* ------------------------------------------- OPERADOR --------------*/

#centrada, #portada {
	z-index:1;
	background-color:transparent;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-325px;
	margin-left:-490px;
	width:990px;
	height:650px;
	float:left;
}

#portada a {
	display: inline-block;
	text-decoration: none;
	color: #a6d2d2;
}

#portada a:hover { color: #ffffff; }

.entrar {
	font-size: 24px;
	text-shadow: 2px 3px 5px #000;
}

#logopor {
	width: 203px;
	margin-top: 250px;
	margin-left: 380px;
	float: left;
}

/* ----------------------------- Ejemplo de PIE (funciona) */

#pie {
	width: 150px;
	height: 100px; 
	margin: 20px; 
	background: yellow; 
	float: left;
	
	border: 1px solid #696;
	padding: 60px 0;
	text-align: center; width: 200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -webkit-linear-gradient(#EEFF99, #66EE33);
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: -ms-linear-gradient(#EEFF99, #66EE33);
	background: -o-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);

}

/* --------------------------- Menú izquierdo animado */

.animah {
	/* recommended styles for kwicks ul container - Estilos recomendados para contenedor ul kwicks */
	list-style: none;
	margin: 0;
	padding: 0;
}

.animah li{
	position: relative;
    float: left;
    margin: 5px 0 5px 110px;
    -webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-ms-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    transition: margin 0.5s ease-out;
}

.animah li a{
	display: block;
	width: 150px;
	height: 50px;
}
 
.animah li:hover, .animah li:active, .animah li:focus {
    margin: 5px 0 5px 0;
    padding: 0;
}


/* Contenedor de imágenes del menú */
#menuiz {
	width: 150px;
	height: 545px;
	padding: 55px 0;
	float: left;
	overflow: hidden;
}

#menuiz1 { background: url(../gfk/izquierdo/cosmica.png) no-repeat top left; }
#menuiz2 { background: url(../gfk/izquierdo/estelar.png) no-repeat top left; }
#menuiz3 { background: url(../gfk/izquierdo/espacial.png) no-repeat top left; }
#menuiz4 { background: url(../gfk/izquierdo/lunar.png) no-repeat top left; }
#menuiz5 { background: url(../gfk/izquierdo/planeta.png) no-repeat top left; }
#menuiz6 { background: url(../gfk/izquierdo/satelital.png) no-repeat top left; }
#menuiz7 { background: url(../gfk/izquierdo/tierra.png) no-repeat top left; }
#menuiz8 { background: url(../gfk/izquierdo/via_luminosa.png) no-repeat top left; }


#menuiz1 a, #menuiz2 a, #menuiz3 a, #menuiz4 a, #menuiz5 a, #menuiz6 a, #menuiz7 a, #menuiz8 a {
/* Bordes redondeados */
	padding: 2px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	width: 150px;
	height: 50px;
	border: solid 1px orange;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25FF9900,endColorstr=#25FF9900);*/
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	/*behavior: url(http://www.nuvoiluminacion.com.ar/ie-css3.htc);*/
}


#menuiz1 a:hover, #menuiz1 a:active, #menuiz1 a:focus, 
#menuiz2 a:hover, #menuiz2 a:active, #menuiz2 a:focus,
#menuiz3 a:hover, #menuiz3 a:active, #menuiz3 a:focus, 
#menuiz4 a:hover, #menuiz4 a:active, #menuiz4 a:focus, 
#menuiz5 a:hover, #menuiz5 a:active, #menuiz5 a:focus, 
#menuiz6 a:hover, #menuiz6 a:active, #menuiz6 a:focus, 
#menuiz7 a:hover, #menuiz7 a:active, #menuiz7 a:focus, 
#menuiz8 a:hover, #menuiz8 a:active, #menuiz8 a:focus {
	outline: 0;
	padding: 0;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	border: solid 2px #ff9900;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75FF9900,endColorstr=#75FF9900); */
	-webkit-box-shadow: orange 0px 2px 3px;
    -moz-box-shadow: orange 0px 2px 3px;
    box-shadow: orange 0px 2px 3px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	/*behavior: url(http://www.nuvoiluminacion.com.ar/ie-css3.htc);*/
}


/* ----------------------------------------------------- Contenidos 
*/
#contenidos {
	width: 640px;
	height: 620px;
	float: left;
}

/* -------------------------------------------------- Menú principal 
*/
/* contenedora */
#menu         {
	width:200px;
	height:620px;
	float: left;
}

/* Logo */
#logonuvo {
	width: 200px;
	min-height: 100px;
	background: url(http://csg.ucoz.es/nuvo/gfk/nuvologo.png) no-repeat top left;
	float: left;
}

#logonuvo a {
	display: inline-block;
	width: 200px;
	height: 100px;
}

#menuder {
	width: 200px;
	/*height: 404px;*/
	padding: 0 3px 1px 0;
	color: #fff;
	float: left;
}

#menudersombra {
	width: 200px;
	height: 120px;
	padding: 0 3px 0 0;
	background: url(../gfk/degnegro.png) repeat-x;
	float: left;
}
#menudersombra a {
	width: 200px;
	height: 120px;
	display: inline-block;
	text-decoration: none;
}
#mlinktx {
	width: 200px;
	height: 20px;
	line-height: 30px;
	color: #009999;
	font-size: 10px;
	float: left;
}
#mlink {
	width: 200px;
	height: 100px;
	background: url(../gfk/mlink.png) no-repeat;
	float: left;
}
#datafiscal {	padding: 20px 0 0 0; }

/* -------------------------------------------------------- Piecera 
*/
#piecera {
	width: 980px;
	height: 30px;
	float: left;
}
#piecera a { text-decoration: none; color: #cccccc; }
#piecera a:hover, #piecera a:focus, #piecera a:active  { color: #fff; text-shadow: 0 -3px 5px orange; }

.creditos {
	font-size: 9px;
	text-shadow: 1px 1px 5px #000;
}
.menupie {
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 3px 5px #000;
}
.menupieli {
	font-size: 11px;
	text-shadow: 2px 3px 5px #000;
}



/* -------------------------------------------------------------------------------------------------- KWICKS
*/

.kwicks {
	/* recommended styles for kwicks ul container - Estilos recomendados para contenedor ul kwicks */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) - Estos son necesarios, pero los valores dependen de usted (debe ser en píxeles) */
	width: 40px;
	height: 400px;

	/*do not change these - No cambie estos */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) - Si necesita relleno, hacerlo con un div interno (o implementar su propio modelo de caja-hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. - Esto es opcional y será tenida en cuenta por el guión. Sin embargo, hay que prever para navegadores con JS no habilitados. */
	/* margin-right: 5px; */ /*Set to same as spacing option. - Establecer a la misma como opción de espaciado. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}

#kwick_1 { background-image:url(../gfk/bt_novedades.png); }
#kwick_2 { background-image:url(../gfk/bt_nosotros.png); }
#kwick_3 { background-image:url(../gfk/bt_productos.png); }
#kwick_4 { background-image:url(../gfk/bt_ubicacion.png); }
#kwick_5 { background-image:url(../gfk/bt_contacto.png); }
/*
#kwick_6 { background-image:url(../gfk/bt_.png); }
*/

.kwicks.horizontal #kwick_6 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) - Margen de cancelar el último kiwck (si se establece un margen de más arriba) */
}
.kwicks.vertical #kwickver_7 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
/* lo agregué yo para linkear */

.kwicks li a{
	display: inline-block;
	width: 100%;
	height: 400px;
	text-decoration: none;
	color: #006666;
}

.kwicks li a:hover { color: #ffffff; }

#kwitex {
	border-top: solid 5px #004B64;
	border-left: dotted 1px #009999;
	border-bottom: dotted 1px #009999;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
	width: 100px;
	height: 394px;
	padding: 350px 0 0 4px;
	
	float: left;
}

#kwitex:hover {
	
}

/* TEXTO VERTICAL */

p.css-vertical-text {
	display: inline-block;
	/* rotacion para IE */
	/*
	lr-tb – This is the default value, left to right, top to bottom
	rl-tb – This flows the text from right to left, top to bottom
	tb-rl – Flows the text vertically from top to bottom, right to left = 90deg
	bt-rl – bottom to top, right to left
	tb-lr – This and the followings value are only available in IE8+ using -ms-writing-mode. Text flows top to bottom, left to right
	bt-lr – Bottom to top, left to right
	lr-bt – Left to right, bottom to top
	rl-bt – Right to left, bottom to top
	
	lr-tb - Este es el valor por defecto, de izquierda a derecha y de arriba a abajo / EL TEXTO ESCRITO
	rl-tb - Este fluye el texto de derecha a izquierda, de arriba a abajo / ESCRITO TEXTO EL
	tb-rl - Flujos el texto verticalmente de arriba a abajo, de izquierda a derecha = 90deg
	bt-rl - abajo a arriba, de derecha a izquierda = 270deg
	tb-lr - Este y el valor siguientes son sólo está disponible en IE8 + con-ms-writing-mode. El texto fluye de arriba a abajo, de izquierda a derecha
	bt-lr - De abajo a arriba, de izquierda a derecha
	lr-bt - De izquierda a derecha, abajo a la parte superior
	rl-bt - De derecha a izquierda, de abajo hacia arriba
	*/
	writing-mode: bt-rl;
	/* rotacion para otros */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	/* fin rotación */
	white-space:nowrap;
	bottom:0;
	width:20px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 0 10px #fff;
}

/* ---------------------------------------------------------------------- FICHAS DE ARTICULOS
*/

#wrapdos { width: 620px; min-height: 600px; padding: 60px 10px; }

#titart, #subtart { width: 600px; padding: 3px 20px 10px 0; text-align: right; float: left; }

#titart { 
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #001E32;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#001E32), to(#004B64));
	background: -webkit-linear-gradient(#001E32, #004B64);
	background: -moz-linear-gradient(#001E32, #004B64);
	background: linear-gradient(#001E32, #004B64);
	-pie-background: linear-gradient(#001E32, #004B64);
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
}

#subtart { background: #004B64; border-bottom: 2px solid orange; }

.tituart {
	font-size: 18px;
	font-weight: bold;
}
.subtart { font-size: 14px; font-weight: normal; }

#partesup, #parteinf { background: #fff; width: 604px; padding: 8px; float: left; opacity: 0.75; }

#partesup {
	min-height: 250px;
	position: relative;
}

#parteinf { 
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
}

#minifoto {
	width: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	float: left;
	overflow: hidden;
}

#descri {
	width: 325px;
	color: #001E32;
	padding: 3px 6px 3px 15px;
	text-align: left;
	float: left;
}

#alindice {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #001E32;
	font-size: 11px;
	float: left;
}

#alindice a { color: #001E32; text-decoration: none; }
#alindice a:hover { color: #004B64 }

#minindice {
	width: 250px;
	float: left;
}

#artiform {
	width: 333px;
	padding: 8px 3px 3px 10px;
	float: left;
}

.parrafo1 {
	color: #006666;
	font-size: 14px;
	padding: 0 25px 0 25px;
	text-shadow: 0 0 10px #fff;
}

#fdnosotros {
	background: url(../gfk/nosotros.jpg);
	width: 640px;
	height: 655px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
}
#fondincontent {
	position: relative;
	width: 600px;
	height: 615px;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	background: url(../gfk/blanco40.png);
	float: left;
}

#bloquetxt {
	position: absolute;
	padding: 15px;
	background: url(../gfk/blanco40.png) transparent;
	color: #006666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	float: left;
	z-index: 10;
}
#bloquetxt:hover, #bloquetxt:focus {
	background: #004B64;
	color: #ffffff;
	text-shadow: 0 0 10px #000;
}
#bloquetxt a {
	color: orange;
}