@charset "utf-8";
/* CSS Document */

/*=============== CSS reset ===============*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********** FIN CSS reset ************/


/*=============== General Demo Style ===============*/

html, body {
	height:100%;
}

body{
	
	background-image: url(../images/degradado-fondo.png);
	background-repeat:repeat-x;
	margin-bottom:0px;
	/*background-color:#d6d8d9;*/
	}
	

#barra{ width: 100%;
         height:290px;
		 margin: -666px auto;
		 background-image:url(../images/overlay10.png);
		 background-color:#a9a6a6;
	     background-repeat: repeat;
		 z-index:-99;}
		 
#header{ width:100%;
         height:110px;
		 position:relative;
		 margin:0 auto;
		 /*background-color:#36F;*/
		
	
		 }	
		 
#content{ width: 100%;
           height:710px;
		  position:relative;
		   z-index:999;
	
		 }		 	 
		 
#wrapper{ width: 1100px;
          height:680px;
		  position: relative;
	      margin: 0 auto;
		  z-index:999;
		  }		 


ul.idiomas{ 
	               position: absolute;
				   right: 12px;
				   top:3px;
				   text-decoration:none;

                        }

ul.idiomas li { display:inline;
  
                      }
					  
ul.idiomas li a { display: inline-block;
		                width:20px;
		                height:20px;
		                background: url(../images/iconos-banderas.png);
						margin-right:1px;

						}	
						
ul li.espanol a:link { background-position: 0 0}
ul li.espanol a:hover { background-position: 0 -20px}
ul li.ingles a:link { background-position: -20px 0}
ul li.ingles a:hover { background-position: -20px -20px}

			  
#menu{  
        height:110px;
		width:950px;
		position: relative;
		/*background-color:#09F;*/	
		margin: 1.5% auto;
		/*border-bottom: #0F6 solid 5px;*/
		z-index:99999;
		}
				
				  

#trans-nav { list-style-type: none; 
             height: 40px; 
			 width: 350px;
			 padding: 0;
			 position:absolute; 
			 right:0px;
			 bottom:5px;
			 

			 }
			 
		 

#trans-nav li { float: right; 
                position: relative; 
				/*line-height: 25px;*/
				margin-right: 15px;
				display:list-item;
				text-align: -webkit-match-parent;
 }

#trans-nav li:hover { background-position: 0 -40px; }

#trans-nav a {  
				color: #333; 
				font-family: 'elronet_monospacenormal';
				font-size:16px;
				letter-spacing: 0px;
				font-weight: 500;
				padding: 3px; 
				-webkit-transition: all 1s linear;
				transition: all 1s linear;
				display: block; 
				text-decoration: none; 
				overflow:hidden; }
				


#trans-nav li a:hover { border-bottom: #00bbd8 solid 5px;
                        color: #046aae;
                        /*background-color: #CCC;*/
						 }

#trans-nav li a.current { border-bottom: #0071bd solid 5px;
				 }

#trans-nav li ul { opacity: 0; 
                   position: absolute; 
				   left: 0; 
				   width: 120px; 
				   background: #dadedf; 
				   list-style-type: none; 
				   padding: 0; 
				   margin: 0; }

#trans-nav li:hover ul { opacity: 1; }

#trans-nav li ul li { float: none; position: static; height: 0; line-height: 0; background: none; overflow:hidden; }

#trans-nav li:hover ul li { height: 30px; 
                            line-height: 30px;
							
							  }

#trans-nav li ul li a {  background: #dadedf; 
                         width: 120px;  }

#trans-nav li ul li a:hover { color: #046aae;
							  border-left: #00bbd8 solid 5px;
							  border-bottom:hidden;
							   }


#trans-nav li { -webkit-transition: all 0.2s;
				-moz-transition:  all 0.2s;
				-o-transition:  all 0.2s;
				-ms-transition:  all 0.2s;
                 transition: all 0.2s;}
				 
#trans-nav li a {  -webkit-transition: all 0.5s;
                   -moz-transition:  all 0.5s;
				   -o-transition:  all 0.5s;
				   -ms-transition: all 0.5s;
                   transition: all 0.5s; }
				   
#trans-nav li ul { -webkit-transition: all 1s;
					-moz-transition: all 1s;
				   -o-transition:  all 1s;
				   -ms-transition: all 1s;
                    transition: all 1s; }
					 
#trans-nav li ul li { -webkit-transition: height 0.5s; 
					  -moz-transition:  all 0.5s;
				      -o-transition:  all 0.5s;
				      -ms-transition: all 0.5s;
                       transition: height 0.5s;}

.logo{ width: 168px;
       height: 99px;
	   position:absolute;


	   left:10px;
	  
	   }

/* Galeria Slider*/


#slider_container_2 {  width: 940px; height: 300px; position: relative; border-top: 5px solid #868484; border-bottom: 5px solid #868484; margin: 0 auto; z-index:-2; 	}

.SliderName_2 {
	float: left;
	width: 940px;
	height: 300px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	visibility:hidden;
}

.SliderNameNext_2 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	visibility:hidden;
	
}



.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
	

}

#SliderNameNavigation_2 { margin: 0; padding: 10px 0 0 0; height: 0px; text-align: center; overflow-y: hidden; 
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../images/bullet_active.png) no-repeat center center;
}


/************ Fin Galería Slider*/


#center { width: 1065px;
          height:280px;
		  position: relative;
		  margin: 2.5% auto;

		 }
		  
#descripcion { width:260px;
               height:270px;
			   margin-right:14px;
			   margin-left:14px;
			   float:left;
			   border-top:solid #0071bd 5px;
			   background-image: url(../images/fondodescripcion.jpg);
	           background-repeat:repeat;
			   box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
				-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
			   
			   
			   }
			   
.descripcion { text-indent:999999999999999px;
visibility:hidden;}			   
			   
#descripcionen { width:260px;
               height:270px;
			   margin-right:14px;
			   margin-left:14px;
			   float:left;
			   border-top:solid #0071bd 5px;
			   background-image: url(../images/fondodescripcion-en.jpg);
	           background-repeat:repeat;
			   box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
				-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
			   
			   
			   }			   
			   
#descripcion img{ margin-top:10px;}		   

.marca { width:245px;
         height:270px;
		 background-color: #FFF;
		 margin-right:14px;
		 float:left;
		border-top:solid  #999 5px;
		background-image: url(../images/degradado-fondocuadrados.png);
	    background-repeat:repeat-x;
		
		}

			 
p{ font-family: 'aurulent_sansbold';
    color: #666;
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	text-align:center;
	line-height:18px;
	padding:15px;
	margin-top:-8px;}

.wrap
{

	 position:relative;
	 width:170px;
	 height:150px;
	 margin: 14px auto;
	 overflow:hidden;
	 animation: marca 0.7s ease-in-out 0.8s backwards;
			-webkit-animation: marca 0.7s ease-in-out 0.8s backwards;
			-moz-animation: marca 0.7s ease-in-out 0.8s backwards;
			-o-animation: marca 0.7s ease-in-out 0.8s backwards;
			-ms-animation: marca 0.7s ease-in-out 0.8s backwards;
			
}

.wrap img
{
	 top:0;
	 left:0;
	 position:absolute;
}

/*=============== RIEPE ===============*/

#logomarca{ width: 225px;
        height: 300px;
		background-color: #FFF;
		background-repeat:no-repeat;
		z-index:999999999999999;
		margin-left:0px;
		float:left;
		position: relative;
		
}
		
.wrap1
{
	 position:relative;
	 width:200px;
	 height:275px;
	 margin: 0 auto;
	 overflow:hidden;
	 margin-left:12px;
	 animation: logomarca 0.9s ease-in-out 0.8s backwards;
			-webkit-animation: logomarca 0.9s ease-in-out 0.8s backwards;
			-moz-animation: logomarca 0.9s ease-in-out 0.8s backwards;
			-o-animation: logomarca 0.9s ease-in-out 0.8s backwards;
			-ms-animation: logomarca 0.9s ease-in-out 0.8s backwards;
			
}

.wrap1 img
{
	 top:0;
	 left:0;
	 position:absolute;
	 	
}		

#slider_container_3 {  width: 940px; height: 300px; position: relative; border-top: 5px solid #868484; border-bottom: 5px solid #868484; margin: 0 auto; z-index:-2;   }

.SliderName_3 {
	float:right;
	width: 715px;
	height: 300px;
	overflow: hidden;

}

.SliderNamePrev_3 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	visibility:hidden;
}

.SliderNameNext_3 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	visibility:hidden;
	
}



.SliderName_3Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
	

}

#SliderNameNavigation_3 { margin: 0; padding: 10px 0 0 0; height: 0px; text-align: center; overflow: hidden; 
}

#SliderNameNavigation_3 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	
}

#SliderNameNavigation_3 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/bullet.png) no-repeat center center;
}

#SliderNameNavigation_3 a.active img
{
	background: url(../images/bullet_active.png) no-repeat center center;
}

#center2 { width: 990px;
          height:280px;
		  position: relative;
		  margin: 2.5% auto;

		 }

.descripcionmarcas { width:312px;
         			 height:265px;
					 background-color: #FFF;
					 margin-right:9px;
					 margin-left:9px;
					 float:left;
					 border-top:solid  #999 5px;
				     box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
						-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
						-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
					 background-image: url(../images/backgroundmarcas.png);
					 background-repeat:repeat-x;
		
		}
		
.descripcionmarcas2 { width:312px;
         			 height:290px;
					 background-color: #FFF;
					 margin-right:9px;
					 margin-left:9px;
					 float:left;
					 border-top:solid  #999 5px;
				     box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
						-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
						-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
					 background-image: url(../images/backgroundmarcas2.png);
					 background-repeat:repeat-x;
		
		}
		
.descripcionmarcas3 { width:312px;
         			 height:225px;
					 background-color: #FFF;
					 margin-right:9px;
					 margin-left:9px;
					 float:left;
					 border-top:solid  #999 5px;
				     box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
						-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
						-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
					 background-image: url(../images/backgroundmarcas2.png);
					 background-repeat:repeat-x;
		
		}		
		


.letramarcas{
	font-family: 'aurulent_sansregular';
	padding:18px;
	letter-spacing: 0.8px;
	font-size: 13px;
    text-transform: none;
	text-align: center; 
	line-height:24px;  
	color: #333;
}

.letramarcas2{
	font-family: 'aurulent_sansregular';
	padding:18px;
	letter-spacing: 0.8px;
	font-size: 13px;
    text-transform: none;
	text-align: center; 
	line-height:33px;  
	color: #333;
}

h2{

    border-bottom: solid  #CCC 2px;;
    padding:8px;
    background-color:#0071bd;
	background:transparent  url(../images/overlay.png) repeat top left;
	margin-bottom:5px;
	font-family: 'elronet_monospacenormal';
	font-size:18px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align:center;
	position:relative;
	color: #FFF;
  
}


.webmarca{
	font-family: 'aurulent_sansregular';
	letter-spacing: 0.8px;
	font-size: 12px;
    text-transform: none;
	text-align: center; 
	line-height:23px;  
	color: #033989;
	text-decoration:none;
	float:right;
}

.webmarca:hover{
	
	text-decoration: underline;

}

.link{
	font-family: 'aurulent_sansregular';
	padding:15px;
	letter-spacing: 0.8px;
	font-size: 11px;
    text-transform: none;
	text-align: center; 
	line-height:23px;  
	color: #333;
	text-decoration:none;
	float:right;
}

/********** FIN RIEPE************/





/*=============== CONTACTO ===============*/

.contacto{ width: 520px;
           height:630px;
		   background-image: url(../images/backgroundcontacto.png);
		   background-repeat:no-repeat;
		   border-top:solid  #999 5px;
		   box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
				-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
		   
		   }
		   
#caja1{ float: left;}

#formulario{ margin-left: 30px;}	

h1{

    border-bottom: solid  #CCC 2px;;
    padding:8px;
    background-color:#0071bd;
	background:transparent  url(../images/overlay.png) repeat top left;
	margin-bottom:5px;
	font-family: 'elronet_monospacenormal';
	font-size:20px;
	letter-spacing: 0px;
	font-weight: 500;
	text-align:center;
	padding:10px;
	position:relative;
	color: #FFF;
  
}


.letracontacto{
	font-family: 'aurulent_sansregular';
	padding:25px;
	letter-spacing: 1px;
	font-size: 12px;
    text-transform: none;
	text-align:left; 
	line-height:18px;  
	color: #333;
}

.letrapeq{
	
	font-family: 'aurulent_sansregular';
	padding:25px;
	letter-spacing: 1px;
	font-size: 12px;
    text-transform: none;
	text-align:left; 
	color: #171717;
}

#caja2 a{ font-family: 'aurulent_sansregular';
	padding:25px;
	letter-spacing: 1px;
	font-size: 12px;

}

label{
	
	font-family: 'aurulent_sansregular';
	text-transform:none;
	margin-left:3px;
	letter-spacing:1px;
	font-size:12px;
	color: #666;
	

}	


	
input{
	
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align:center;
	letter-spacing:1px;
	font-size:12px;
	color: #333;


}

input:hover{
	font-weight:bold;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
	

}

	

#caja2{ float: right;
            }

#caja2 iframe{ margin: 0 auto;

		
		 }	   

/********** FIN CONTACTO************/



/*=============== FAQ's ===============*/


#caja3{ width: 1065px;
           height:630px;
		   background-image: url(../images/backgroundfaq.png);
		   background-repeat:no-repeat;
		   border-top:solid  #999 5px;
		   box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
				-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				margin: 0 auto;
		   
}
		   
.letrafaq{
	font-family: 'aurulent_sansregular';
	margin: 35px 45px 30px 50px;
	letter-spacing: 1px;
	font-size: 12px;
    text-transform: none;
	text-align: left; 
	line-height:23px;  
	color: #333;
}
		   
/* Vertical Accordion Style */

.st-accordion ul li{
    height:auto;
				}
.st-accordion ul li > a span{
	visibility:hidden;
				}

.st-accordion{
   width: 940px;
	margin: -10px auto 30px auto;
	text-align: left;}
	
.st-accordion ul li{
    height: 40px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
   font-family: 'aurulent_sansregular';
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	text-decoration:none;
	font-size: 14px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	outline:none;
    
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    background: #fff;

	
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{

   background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
   background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	position: relative;

	
}
.st-content p{
	font-family: 'aurulent_sansregular';
	padding:25px;
	letter-spacing: 1px;
	font-size: 12px;
    text-transform: none;
	text-align:left; 
	line-height:18px;  
	color: #333;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

/****** FIN Vertical Accordion Style */			   

/********** Fin FAQ's ************/

/*=============== SITEMAP ===============*/

#cajasitemap{ width: 600px;
			  margin: 3% auto;
			  padding:15px;
			  background: #c6e1ec;
			  background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
			background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
			box-shadow: 
				0px 0px 0px 1px rgba(155,155,155,0.3), 
				1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
				0px 2px 2px rgba(0,0,0,0.1);
			  
			  }
			  
#sitemap{font-family: 'aurulent_sansregular';
			width: 500px;
			margin: 35px 45px 30px 80px;
			letter-spacing: 1px;
			font-size: 14px;
			text-transform: none;
			text-align: left; 
			line-height:18px;  
			color: #666;
		}
		
#sitemap a { text-decoration:none;
			 color: #0071bd;}	
			 
#sitemap a:hover { text-decoration:underline;
			 		}		
					 	
		
.main{
			color: #666;
			font-family: 'aurulent_sansregular';
			line-height:20px;  
		}		
		
		
 .sitemap { list-style-type: disc;
 			margin: 5px 25px 20px 40px;
            }
			
			
.sitemap p { font-family: 'aurulent_sansregular';
			letter-spacing: 1px;
			font-size: 10px;
			text-transform: none;
			text-align: left; 
			line-height:23px;  
			color: #666;
            }			

/********** FIN SITEMAP************/

/*=============== AVISO LEGAL ===============*/

#caja4{ width: 1065px;
		height:665px;
		   background-image: url(../images/backgroundaviso.png);
		   background-repeat:no-repeat;
		   border-top:solid  #999 5px;
		   box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
				-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.4);
				margin: 0 auto;
		   
}		

#cajaaviso{ width: 800px;
 			height:530px;
			overflow-x:hidden; 
			overflow-y:auto;
			  margin: 3% auto;
			  padding:15px;
			  background: #c6e1ec;
			  background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
			background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
			box-shadow: 
				0px 0px 0px 1px rgba(155,155,155,0.3), 
				1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
				0px 2px 2px rgba(0,0,0,0.1);
			  
			  }
			  	  

/********** FIN AVISO LEGAL************/

/*=============== confirmacion envio ===============*/

#cajaconfirmacion{ width: 600px;
			  margin: 3% auto;
			  padding:15px;
			
			box-shadow: 
				0px 0px 0px 1px rgba(155,155,155,0.3), 
				1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
				0px 2px 2px rgba(0,0,0,0.1);
			  
			  }

/********** FIN confirmacion envio************/

/*=============== FOOTER ===============*/

#footer{ width:100%;
         height:100px;
		 background-image: url(../images/fondofooter.png);
		 background-repeat: repeat-x;
		 position:relative;
		 margin-bottom:0px;
		 clear:both;
		  z-index:999;

		

}

#footer1{ width:940px;
         height: 100px;
		 background-image: url(../images/fondofooter.png);
		 background-repeat: repeat-x;
		 position:relative;
		 margin:0px auto;
		 margin-bottom:0px;
		 z-index:999;
		

}

.textofooter{ font-family: 'aurulent_sansregular';
    color: #bab8b8;
	font-size:13px;
	letter-spacing: 1px;
	text-decoration:none;
	text-align:left;
	line-height:14px;
	}
	


#footer2{ z-index: 9999;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	clear:both;
	
	animation: slideOut 0.8s ease-in-out 0.3s backwards;
	-webkit-animation: slideOut 0.8s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.8s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.8s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.8s ease-in-out 0.3s backwards;	
}

#footer2 a{
	font-family: 'aurulent_sansregular';
    color: #999;
	font-weight: bold;
	font-size:10px;
	letter-spacing: 0.9px;
	text-decoration:none;
	text-align:center;
	line-height:14px;
	padding: 0px 0px;
	margin-right:10px;
	text-decoration:none;
	background-color: transparent;
	display: block;
	text-transform: none;
}

#footer2 a.current { 
                 color: #333; 
				 font-weight: bold;
				 }


#footer2 span.right{
	float: right;
}
#footer2 span.right a{
	float: left;
	display: block;
}

/********** FIN FOOTER************/



@-webkit-keyframes slideContent{
	0%{bottom:0px; opacity: 0; }
	100%{bottom:9px; opacity: 1; }
}
@-moz-keyframes slideContent{
	0%{bottom:0px; opacity: 0; }
	100%{bottom:9px; opacity: 1; }
}
@-o-keyframes slideContent{
0%{bottom:0px; opacity: 0; }
	100%{bottom:9px; opacity: 1; }
}
@-ms-keyframes slideContent{
	0%{bottom:0px; opacity: 0; }
	100%{bottom:9px; opacity: 1; }
}
@keyframes slideContent{
	0%{bottom:0px; opacity: 0; }
	100%{bottom:9px; opacity: 1; }
}


@-webkit-keyframes marca{
	0%{top:0px; opacity: 0; }
	100%{top:9px; opacity: 1; }
}
@-moz-keyframes marca{
	0%{top:0px; opacity: 0; }
	100%{top:9px; opacity: 1; }
}
@-o-keyframes marca{
    0%{top:0px; opacity: 0; }
	100%{top:9px; opacity: 1; }
}
@-ms-keyframes marca{
	0%{top:0px; opacity: 0; }
	100%{top:9px; opacity: 1; }
}
@keyframes marca{
	0%{top:0px; opacity: 0; }
	100%{top:9px; opacity: 1; }
}



@-webkit-keyframes slideOut{
	0%{bottom:-30px; opacity: 0;}
	100%{bottom:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{bottom:-30px; opacity: 0;}
	100%{bottom:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{bottom:-30px; opacity: 0;}
	100%{bottom:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{bottom:-30px; opacity: 0;}
	100%{bottom:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{bottom:-30px; opacity: 0;}
	100%{bottom:0px; opacity: 1;}
}



@-webkit-keyframes logomarca{
	0%{top:0px; opacity: 0; }
	100%{top:0px; opacity: 1; }
}
@-moz-keyframes logomarca{
	0%{top:0px; opacity: 0; }
	100%{top:0px; opacity: 1; }
}
@-o-keyframes logomarca{
   0%{top:0px; opacity: 0; }
	100%{top:0px; opacity: 1; }
}
@-ms-keyframes logomarca{
	0%{top:0px; opacity: 0; }
	100%{top:0px; opacity: 1; }
}
@keyframes logomarca{
	0%{top:0px; opacity: 0; }
	100%{top:0px; opacity: 1; }
}




@font-face {
    font-family: 'elronet_monospacenormal';
    src: url('../fonts/elronmonospace-webfont.eot');
    src: url('../fonts/elronmonospace-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/elronmonospace-webfont.woff') format('woff'),
         url('../fonts/elronmonospace-webfont.ttf') format('truetype'),
         url('../fonts/elronmonospace-webfont.svg#elronet_monospacenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aurulent_sansbold';
    src: url('../fonts/aurulentsans-bold-webfont.eot');
    src: url('../fonts/aurulentsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aurulentsans-bold-webfont.woff') format('woff'),
         url('../fonts/aurulentsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/aurulentsans-bold-webfont.svg#aurulent_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'aurulent_sansregular';
    src: url('../fonts/aurulentsans-regular-webfont.eot');
    src: url('../fonts/aurulentsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aurulentsans-regular-webfont.woff') format('woff'),
         url('../fonts/aurulentsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/aurulentsans-regular-webfont.svg#aurulent_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}