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

/* Estilos hechos por Webmax*/
body {
	color:#333333;
	font-family: 'Gudea', Verdana, sans-serif;
	line-height: 150%;
	margin: 0px;
}
.center-body {
	width: 100%;
	margin: 0px;
	clear: both;
	display: inline;
	text-align: center;
}
.yellowbg {
	background-color: #DCBD17;
	background-image:url(../imagenes/fondo-amarillo.png);
	background-repeat:repeat-x;
	height: 120px;
}
nav {
	background: /*#DCBD17*/ #666;
    height: 40px;
	/*border: 1px solid #FC3;
	float: none;*/
	text-align: center !important;
}
.left-body {
	width: 50%; 
	float: left;	
}
.left-body-inner {
	text-align: left; 
	width: 80%; 
	float: right; 
	padding-right: 15px;
}
.right-body {
	width: 50%; 
	float: right;	
}
.right-body-inner {
	text-align: left; 
	width: 80%; 
	float: left; 
	padding-left: 15px;
}
#container-footer-menu{
	background: url(../imagenes/bg-menuiconos.png);
	background-repeat:repeat-x;
	text-align: center;
}

#container-copyright {
	background: #F7F7F7;
    border-top: 4px solid #F3F3F3;
    padding-bottom: 15px;
    padding-top: 0px;
}

#mainbody { 
	background:#e3c71b;
	max-height:116px;
}

/*estilos del rotador de imagenes del index*/


/*fin de estilos index*/

a:link {
	color: #CC6600;
	}
	
a:hover {
	color:#FF6600;
	}

a:active {
	color:#CC0000;
	}

a:visited {
	color:#666666;
	}
	
h1 {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #333333;
	padding-top:0px;
	text-align:left;	
	padding-bottom:0px;
}

h2 {
	color: #CC6600;
	font-size: 20px;
	padding-bottom:0px;
	padding-right:25px;
	font-weight: 400;
}

h3 {
	color: #333333;
	font-size: 16px;	
	padding-bottom:0px;
}

h4 {
	color: #333333;
	font-size: 16px;
	padding: 0px;
	margin:0px;
}

p {
	font-size: 16px;
	color: #333333;
	text-align: justify;	
	padding-bottom:0px;
	padding-right:25px
}

li {
	padding-right:25px
	}

.aurastone {
	color:#FFFFFF
	}
	
/*.fader-text {
	position: absolute; 
	top: 295px; 
	left: 15px; 
	color: #333;
	font-size: 13px; 
	font-weight:400;
}*/
	
.tabIndex {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.pie {
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}
.caption {
	font-style:italic;
}
.caja-servicios {
	width: 875px;
	margin-left: 15%;
	margin-right: 15%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	text-transform:uppercase;	
}

.caja-servicios a {	
	color: #333;
	text-decoration: none;	
}

.caja-servicios a:hover {
	color: #FF6600;
	text-decoration:underline;
}

#container-footer-menu-texto {
	background-color: /*#E3C71B;*/ #CCC;
	padding-bottom: 10px;
    padding-top: 5px;
	color: #000;
	text-align: center;
	width: 100%;
	height: 30px;
	clear: both;
}

#div_fotos_250 {
	width:252px;
	font-size:14px;
	line-height:normal;
	}

#div_interno_250 {
	width:250px;
	border:2px solid #DCBD17;
	}
#div_interno_rojo250 {
	width:250px;
	border:2px solid #CC6600;
	}
	
#div_fotos_350 {
	width:352px;
	font-size:14px;
	line-height:normal;
	}

#div_interno_rojo350 {
	width:350px;
	border:2px solid #CC6600;
	}
/*Fin de estilos hechos por Webmax*/

/*Inicio de estilos de ddsmoothmenu */
.ddsmoothmenu {
	font-family: 'Gudea', Verdana, sans-serif;
	font-size: 14px;
	font-weight: 700;
	width: 900px;
	background: #FFFFFF;
	position: relative;
	margin-left: 18%;
	margin-right: 15%;
	/*border: 1px solid #C3C;*/
}

.ddsmoothmenu ul{ /*estilo del ul*/
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu ul li{/*Se encarga de la funcion y orientaci&oacute;n del menu*/
	text-align:left;
	position: relative;
	display: inline;
	float: left;
	/*border: 1px solid #6F3;*/
}

.ddsmoothmenu ul li li{/*Se encarga de la funcion y orientaci&oacute;n del menu*/
	text-align:left;
	/*background:#DCBD17;/*DCBD17Color de los botones del menu*/
	padding-right:5px;
	padding-left:5px;
	background: #999; /*color del fondo del submenu */
	position: relative;
	display: inline;
	float: left;
}

/*Estilos de la botonera*/
.ddsmoothmenu ul li a{
	display: block;
	color: #fff; 
	text-transform:uppercase;
	padding: 8px 5px;	
	/*border-right: 1px solid #778; bordes de los botones*/
	text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	/*color: #000;*/ /*controla a menu y submenu*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: black; 
	color: white;
}

.ddsmoothmenu ul li a:hover{
	/*color: #dd9902;color del hover*/
	color: #DCBD17;
}
	
/*funcion del submenu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 12px;
	width: 175px; /*width del sub-menu*/
	padding:5px 5px 5px 5px; /*orden: arriba, derecha, abajo e izquierda;*/
	margin-right: 0;
	border-top-width: 0;
	border-bottom: 1px solid #E3C71B;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 30px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
/*left: 100;
top: 100;
width: 300px;
height: 0;*/
	background: #999999;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.2;
}
/*Fin de ddsmoothmenu*/

/*fuente http://css3.bradshawenterprises.com/cfimg/#cfimg1 */
#cf4a { 
    width: 400px;
    height: 400px;
    position: relative;
    top: 0px;
    left: 0px;
}

@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 29% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 29% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 29% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 29% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a img {
  position:absolute;
  left:0;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10.5s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10.5s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 10.5s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10.5s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/* las animaciones del index */

#cf1 { 
    width: 195px;
    height: 180px;
    position: relative;
    top: 0px;
    left: 0px;
}

@-webkit-keyframes cf1FadeInOut {
 0% {
   opacity:1;
 }
 43% {
   opacity:1;
 }
 50% {
   opacity:0;
 }
 93% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf1FadeInOut {
 0% {
   opacity:1;
 }
 43% {
   opacity:1;
 }
 50% {
   opacity:0;
 }
 93% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf1FadeInOut {
 0% {
   opacity:1;
 }
 43% {
   opacity:1;
 }
 50% {
   opacity:0;
 }
 93% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf1FadeInOut {
 0% {
   opacity:1;
 }
 43% {
   opacity:1;
 }
 50% {
   opacity:0;
 }
 93% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf1 img {
  position:absolute;
  left:0;
}

#cf1 img {
  -webkit-animation-name: cf1FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;

  -moz-animation-name: cf1FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 7s;

  -o-animation-name: cf1FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 7s;

  animation-name: cf1FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}
#cf1 img:nth-of-type(1) {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#cf1 img:nth-of-type(2) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/* segunda animacion del index */

#cf5 { 
    width: 195px;
    height: 180px;
    position: relative;
    top: 0px;
    left: 0px;
}

#cf5 img {
  position:absolute;
  left:0;
}

#cf5 img {
  -webkit-animation-name: cf1FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;

  -moz-animation-name: cf1FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 7s;

  -o-animation-name: cf1FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 7s;

  animation-name: cf1FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}
#cf5 img:nth-of-type(1) {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#cf5 img:nth-of-type(2) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/*#crossfade > img:nth-child(2)  {*/ 
    /*background-image: url(imagenes/cocinas/cocina-artistica.png);
	position: relative;
	top: -405px;
	left: 0px;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
    animation-delay: 3.5s; 
}*/
/*#crossfade > img:nth-child(3) { 
    background-image: url(imagenes/cocinas/cocina-blanco-y-negro.png);
	position: relative;
	top: -811px;
	left: 0px;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s; 
}

@-webkit-keyframes imageAnimation {
	
	0% { opacity: 1;
    -webkit-animation-timing-function: ease-in; }
    29% { opacity: 1;     -webkit-animation-timing-function: ease-out; }
	33% { opacity: 0; }
    95% { opacity: 0 }
    100% { opacity: 1 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 1;
    -moz-animation-timing-function: ease-in; }
    29% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    33% { opacity: 0 }
    95% { opacity: 0 }
    100% { opacity: 1 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 1;
    -o-animation-timing-function: ease-in; }
    29% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    33% { opacity: 0 }
    95% { opacity: 0 }
    100% { opacity: 1 }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 1;
    -ms-animation-timing-function: ease-in; }
    29% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    33% { opacity: 0 }
    95% { opacity: 0 }
    100% { opacity: 1 }
}

@keyframes imageAnimation { 
    0% { opacity: 1;
    animation-timing-function: ease-in; }
    29% { opacity: 1;
         animation-timing-function: ease-out; }
    33% { opacity: 0 }
    95% { opacity: 0 }
    100% { opacity: 1 }
}*/

/*nuevo slideshow - no funciona en chrome*/
/*.css-slideshow{
   position: relative;
   float: left;
   max-width: 400px;
   height: 400px;
   /*margin: 5em auto .5em auto;*/
/*}
.css-slideshow figure{
   margin: 0;
   position: absolute;
}
.css-slideshow figcaption{
   position: absolute;
   top: 0;
   color: #fff;
   background: rgba(0,0,0, .3);
   font-size: .8em;
   padding: 8px 12px;
   opacity: 0;
   transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
   transition: opacity .5s;
   opacity: 1;
}
.css-slideshow figure{
   opacity:0;
}
figure:nth-child(1) {
   animation: xfade 12s 8s infinite;
}
figure:nth-child(2) {
   animation: xfade 12s 4s infinite;
}
figure:nth-child(3) {
   animation: xfade 12s 0s infinite;
}
@keyframes xfade{
   0%{
      opacity: 1;
   }
   31% {
      opacity:1;
   }
   33%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}*/

/*probando solo para 2 imagenes*/ 
#desintegrar {
    position:relative;
    height:270px;
    width:400px;
}
#desintegrar img {
    position:absolute;
    left:0;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;    
    transition: opacity 1s ease-in-out;
}
 
#desintegrar img.top:hover {
    opacity:0;
}
