
						#logo{
										position:fixed;
										width:600px;
										height:400px;
										left:40%;
										top:40%;
										margin-left:-150px;
										margin-top:-100px;
										}
						
						
						.social-bar {
										 position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre*/
										 right: 0; /*Lo ponemos a la derecha de nuestra pantalla*/
										 top: 25%; /*Lo posicionamos casi al centro*/
										 font-size: 1.5rem;
										 display: flex; /*Aplicamos la propiedad flex*/
										 flex-direction: column; /*Cambiamos el flujo que viene por defecto*/
										 align-items: flex-end; /*Alineamos hacia la parte inferior*/
										 z-index: 100; 
									}
									/*Propiedades generales a la clase icon*/
									.icon {
										 width:55px;
										 high: 50px;
										 color: white;
										 text-decoration: none;
										 padding: .7rem;
										 display: flex;
										 transition: all .5s;
									}
									/*Establecemos los background de cada elemento aprovechando su class*/
									.icon-facebook {
										 background: #3b5998;
									}
									.icon-twitter {
										 background: #55acee;
									}
									.icon-youtube {
										 background: #bb0000;
									}
									.icon-google-plus {
										 background: #dd4b39;
									}
									.icon-instagram {
										 background: #EF5233;
									}
									.icon-pinterest2 {
										 background: #cb2027;
									}
									.icon-rss{
										 //background: #ff6600;
										 background: orange;
									}
									.icon:first-child {
										 border-radius: 1rem 0 0 0;
									}
									.icon:last-child {
										 border-radius: 0 0 0 1rem;
									}
									/*Al pasar el mouse lograremos que se apliquen las siguientes propiedades*/
									.icon:hover {
										 padding-right: 5rem;
										 border-radius: 1rem 0 0 1rem;
										 box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
									}
						
						
						.hr-divider {
						  position: relative;
						  font-size: 28px;
						  line-height: 30px;
						  text-align: center;
						  text-transform: uppercase; }
						  .hr-divider:before {
							position: absolute;
							top: 50%;
							display: block;
							content: "";
							width: 100%;
							height: 1px;
							background-color: #434857; }
							
							.mt-3 {
						  margin-top: 4rem !important; }
						  .mb-5 {
						  margin-bottom: 3rem !important; }
						
						.hr-divider-content {
							  position: relative;
							  z-index: 2;
							  display: inline-block;
							  padding-left: 1em;
							  padding-right: 1em;
							  color: #6f7890;
							  vertical-align: middle;
							  background-color: #ffffff; }
							.hr-divider-content .nav-item {
								float: left; }
								
							.hr-divider-heading {
							  margin-top: 0;
							  margin-bottom: 0;
							  font-size: 100%;
							  color: inherit; }
							  					  
	
			.hr-divider1 {
						  position: relative;
						  font-size: 28px;
						  line-height: 30px;
						  text-align: center;
						  background-color: #fe6300;
						  text-transform: uppercase; }
						  .hr-divider1:before {
							position: absolute;
							top: 50%;
							display: block;
							content: "";
							width: 100%;
							height: 1px;
							
							background-color: #ffffff; }
							
							.mt-3-1 {
						  margin-top: 4rem !important; }
						  .mb-5-1 {
						  //margin-bottom: 3rem !important; }
						
						.hr-divider-content1 {
							  position: relative;
							  z-index: 2;
							  display: inline-block;
							  padding-left: 1em;
							  padding-right: 1em;
							  color: #6f7890;
							  vertical-align: middle;
							  background-color: #fe6300; }
							  .hr-divider-content1 .nav-item {
								float: left; }
								
							
						.hr-divider-heading1 {
							  margin-top: 30px;
							  margin-bottom: 30px;
							  font-size: 100%;
							  color: white; }
			
			.containerFooter {
				background:#023245;
				padding-left:15%;
				padding-right:15%;
				margin-bottom:0;
				top:0px;
			}
			
			
			
		
				.containerH {
				position: relative;
				width: 100%;
				}

				//.imageH {
				  opacity: 1;
				  display: block;
				  width: 100%;
				  height: auto;
				  transition: .5s ease;
				  backface-visibility: hidden;
				}

				.middleH {
				  transition: .5s ease;
				  opacity: 0;
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);
				  -ms-transform: translate(-50%, -50%);
				 // text-align: center;
				 width: 100%; height: 100%;
				}

				//.containerH:hover .imageH {
				  opacity: 0.3;
				  width: 100%;
				  height:100%;
				  background-color: #BF4000;
				}

				.containerH:hover .middleH {
				  opacity: 0.6;
				  width: 100%;
				  height:100%;
				  background-color: #BF4000;
				  
				}

				.textH {
				  //background-color: #D4490A;
				  color: white;
				  //font-size: 30px;
				  //text-color: white;
				  //padding-top: 35%;
				  //opacity: 0.3;
				  display:block;
					margin:auto;
				}					
				
			.containerH1 {
				position: relative;
				width: 100%;
				}

				//.imageH1 {
				  opacity: 1;
				  display: block;
				  width: 100%;
				  height: auto;
				  transition: .5s ease;
				  backface-visibility: hidden;
				}

				.middleH1 {
				  transition: .5s ease;
				  opacity: 0;
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);
				  -ms-transform: translate(-50%, -50%);
				 // text-align: center;
				 width: 100px; height: 200px;
				}

				//.containerH1:hover .imageH1 {
				  opacity: 0.3;
				  width: 100%;
				  height:100%;
				  background-color: #BF4000;
				}
	
				.containerH1:hover .middleH1 {
				  opacity: 0.7;
				  //width: 100%;
				  //height:100%;
				  background-color: #BF4000;
				  width: 200px; height: 200px;
				}

				.textH1 {
				  //background-color: #D4490A;
				  color: white;
				  //font-size: 30px;
				  //text-color: white;
				  padding-top: 35%;
				  //opacity: 0.3;
				  display:block;
					margin:auto;
				}					
			
			
			
			//css david
			
			p {
			
			font-family: Verdana, Geneva, sans-serif;
			}
			h3 {
			
			font-family: Verdana, Geneva, sans-serif;
			font-size: 27px;
			font-style: oblique;
		
			}
			#carouselExampleIndicators {
				margin-top:65px;
			}
			
			.jumbotron {
                //background-image: url(background.jpg);
                background-color:orange;
				text-align:center;
                margin-top:200px;
            }
			
			
			#email {
                width: 300px;
            }

			
            #resumenapp {
				//text-align:center;
                margin-top:80px;
                margin-bottom:80px;
            }
            //.card-img-top {
                width:100%;
				//padding-right: 50px;
            }
           // #cardLeft {
                //background-color:orange;
                padding-right: 80px;
				bottom-left:0;
              
            }
			#footer {
				
				background:#023245;
				color:white;
				text-align: center;
				margin-bottom:0; 
				bored-bottom:0;
				font-size: 13px;	
            }
			
			#footer1 p 	
			{margin: 0;}
						
			#footer1 {
				
				background:white;
				color:#023245;
				text-align: center;	
				font-size: 11px;
            }
			
			footer{
				overflow: auto;
				margin-bottom:0;	
			}
			
			#trackedurlsd{ display:none; }
			
			#news {
                //background-color:orange;
                padding-top: 50px;
                margin-top:0;
                //text-align: center;
                padding-bottom: 80px;
				
				
				background: #FF762E; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #FF762E , #fe6300); /* Standard syntax (must be last) */
            }
			
			
			
			#degradadoTitulo {
               
				
				
				background: #A6A6A6; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #A6A6A6 , #595959); /* Standard syntax (must be last) */
            }
			#degradadoTitulo2 {
               
				
				
				background: #595959; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #595959 , #343A40); /* Standard syntax (must be last) */
            }
			#degradadoTitulo3 {
               
				color:white;
				padding:5px;
				text-align:center;
				
				height:40px;
				background: #fe6300; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #FF8C00 , #fe6300 ); /* Standard syntax (must be last) */
            }
			
			#position {
                background-color:orange;
                top: 0;
				padding-top: 0;
                //margin-top:150px;
                text-align: center;
                padding-bottom: 0;
            }
            body {
                position:relative;
				 
            }
			
			div.polaroid {
				  width: 100%;
				  background-color: white;
				  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				  margin-bottom: 25px;
				  margin-right:50px;
				}

			div.container1 {
				  text-align: center;
				  padding: 10px 20px;
				  //right:30px;
				 
				}
				
			
			.card{
				  margin-top:15px;
				
				}
				
			.navCentro{
				
				margin-left:30px;
				margin-right:30px;
				background: black;
				
			}	
			#mover {
			
				right:30px;
				
				}
			
			
			#cardColor {
			
				background-color: #fc9402;
				color: white;
				padding: 4px;
				left:18px;
				text-align: center;
				text-color: white;
				//text-decoration: none;
				//display: inline-block;
				border: 2px solid white;
				border-radius: 18px;
				max-width: 220px;
				
				}
			#cardColor:hover, #cardColor:active {
				background-color: #fc9402;
				text-decoration: none;
				color: white;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			}
			
			
			#list-home-list {
			
				background-color: white;
				//color: white;
				//padding: 7px 18px;
				//text-align: center;
				text-color: white;
				//text-decoration: none;
				//display: inline-block;
				border: 5px solid #fc2b02;
				border-radius: 15px;
				}
			#list-home-list:hover, #list-home-list:active {
				background-color: #fff1eb;
				text-decoration: none;
				color: white;
			}
			#footerTitle
			{
				color:#FF4500;
			}
			#centerFooter
			{
				background:black;
				margin-left:8%;
				margin-right:8%;
			}
			#space
			{
				letter-spacing: 12px;
			}
			.card-text1{
				
				text-align:left;
				padding-left:20%;
			}
			.linkColor {
			
				
				color: white;
				text-align: center;
				//text-decoration: none;
				//display: inline-block;
				//line-color: white;
				
				}
				.linkColor:hover, .linkColor:active {
				//background-color: #f67f3b;
				text-decoration: none;
				color: black;
				//line-color: white;
			}
			
			
			
			.linkFooter {
	
				color: white;		
				text-decoration: none;
				//text-align:left;
				//padding-left:10%;
					
				}
				.linkFooter:hover, linkFooter:active {
				
				text-decoration: none;
				color: white;
				font-size:15px;
				
			}
			
			.linkSucursales {
	
				color: black;		
				text-decoration: none;
				text-align:left;
				//padding-left:10%;
					
				}
				.linkSucursales:hover, linkSucursales:active {
				
				text-decoration: none;
				color: #fe6300;
				font-size:15px;
				
			}
			.linkSucursalesR {
	
				color: #fe6300;		
				text-decoration: none;
				text-align:left;
				//padding-left:10%;
					
				}
				.linkSucursalesR:hover, linkSucursalesR:active {
				
				text-decoration: none;
				color: #fe6300;
				font-size:15px;
				
			}
				
			
			.linkHome {	
				color: black;
				//text-align: center;
				text-decoration: none;
				//display: inline-block;
				//line-color: white;
				
				}
				.linkHome:hover, .linkHome:active {
				//background-color: #f67f3b;
				//background-color: rgba(0, 45, 164, 1, 0.5);
				opacity: 0.5;
				text-decoration: none;
				//color: #002DA4;
				color: #023245;
				//line-color: white; 
			}
			
			.linkVerNoticias {
			
				//background-color: #d35f1d;
				color: white;
				padding: 8px 16px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #ffffff;
				border-radius: 15px;
				}
			.linkVerNoticias:hover, .linkVerNoticias:active {
				//background-color: #f67f3b;
				text-decoration: none;
				border: 2px solid #FF4500;
				color: #FF4500;
			}
			
			.linkFooterm {
			
				//background-color: #d35f1d;
				color: white;
				padding: 2px 12px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #ffffff;
				border-radius: 15px;
				font-size:16px;
				}
			.linkFooterm:hover, .linkFooterm:active {
				//background-color: #f67f3b;
				text-decoration: none;
				border: 2px solid #FF4500;
				color: #FF4500;
			}
			.linkNewM{
			
				//background-color: #d35f1d;
				//color: white;
				color: #FF4500;
				padding: 2px 12px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #FF4500;
				border-radius: 15px;
				font-size:16px;
				}
			.linkNewM:hover, .linkNewM:active {
				//background-color: #f67f3b;
				text-decoration: none;
				border: 2px solid #FF4500;
				color: #FF4500;
			}
			
			.linkFooterR {
			
				//background-color: #d35f1d;
				color: white;
				//padding: 8px 16px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				//border-radius: 15px;
				//font-size:16px;
				}
			.linkFooterR:hover, .linkFooterR:active {
				//background-color: #f67f3b;
				text-decoration: none;
				//border: 2px solid #FF4500;
				color: #FF4500;
			}
			.linkFooterR1 {
			
				//background-color: #d35f1d;
				color: #d35f1d;
				//padding: 8px 16px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				//border-radius: 15px;
				//font-size:16px;
				}
			.linkFooterR1:hover, .linkFooterR1:active {
				//background-color: #f67f3b;
				text-decoration: none;
				//border: 2px solid #FF4500;
				color: #FF4500;
			}
			
			.linkFootert {
			
				//background-color: #d35f1d;
				color: white;
				//padding: 8px 16px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				//border-radius: 15px;
				//font-size:12px;
				}
			.linkFootert:hover, .linkFootert:active {
				//background-color: #f67f3b;
				text-decoration: none;
				//border: 2px solid #FF4500;
				color: #FF4500;
			}
			
			
			.btn3d {
				background-color: #feb501;
				
				//background-color: #d35f1d;
				color: white;
				padding: 6px 18px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #ffffff;
				border-radius: 15px;
				font-weight: bold;
				}
			.btn3d:hover, .btn3d:active {
				//background-color: #f67f3b;
				background-color: orange;
				text-decoration: none;
				color: white;
			}
			.btn1 {
			
				background-color: #d35f1d;
				color: white;
				padding: 6px 18px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #ffffff;
				border-radius: 15px;
				}
			.btn1:hover, .btn1:active {
				background-color: #f67f3b;
				text-decoration: none;
				color: white;
			}
			
			.btn2 {
			
				//background-color: #d35f1d;
				color: black;
				font-size: 15px;
				font-weight: bold;
				padding: 10px 20px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				//border-radius: 15px;
				
			}
			
			.btn2:hover, .btn2:active {
				color: #f67f3b;
				text-decoration: none;
				
				
			}
			
			.dropdown-item{
				
			font-size: 15px;
			
			}
			
			#btn3:hover, #btn3:active {
				background-color: #f67f3b;
				text-decoration: none;
				color: white;
			}
			
			.btn4 {
			
				//background-color: #d35f1d;
				color: white;
				padding: 2% 30px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 4px solid #ca5a1a;
				border-radius: 15px;
				}
			
			.btn4:hover, .btn4:active {
				
				background-color: #f67f3b;
				text-decoration: none;
				color: white;
				
			}
			.btn5 {
			
				//background-color: #d35f1d;
				//color: white;
				position:relative;
				padding: 2% 30px;
				text-align: center;
				text-decoration: none;
				color: #d35f1d;
				display: inline-block;
				border: 3px solid #ca5a1a;
				border-radius: 15px;
				bottom:7px;
				//left:70px;
				
				}
			
			.btn5:hover, .btn5:active {
				
				background-color: #f67f3b;
				text-decoration: none;
				color: white;
				
			}
			
			.btn6 {
			
				background: linear-gradient(to right bottom, #023245 50%, #035373 50%);
				width:250px;
				height:80px;
				color: white;
				padding: 6px 18px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: 2px solid #ffffff;
				border-radius: 15px;
				}
			.btn6:hover, .btn6:active {
				filter: grayscale(0);
				transform: scale(1.1);
				text-decoration: none;
				color: white;
			}
		
			
			.btn7 {
			
				background-color: #fe6300;
				color: white;
				padding: 6px 18px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				border-radius: 15px;
				}
			.btn7:hover, .btn7:active {
				background-color: #f67f3b;
				text-decoration: none;
				color: white;
			}
			
			#active {
                color: #f67f3b;
				text-decoration: none;
            }
			
			.active {
                color: #f67f3b;
				text-decoration: none;
            }
		
			
			#transbox {
				
				//background-color: #b6b2b0;
				background-color: #322e32;
				position: absolute;
				top: 20px;
				left: 1px;
				bottom: 30px;
				max-width: 50%;
				max-height: 100%;
				//border: 3px solid #73AD21;
				opacity: 0.5;
				
			}
			#transbox-1 {
				
				//background-color: #b6b2b0;
				//position: absolute;
				top: 20px;
				left: 1px;
				bottom: 30px;
				max-width: 50%;
				max-height: 100%;
				//border: 3px solid #73AD21;
				//opacity: 0.5;
				
			}
			#transImage{
				
				//background-color: #b6b2b0;
				background-color: #322e32;
				position: absolute;
				top: 20px;
				left: 1px;
				bottom: 30px;
				max-width: 50%;
				max-height: 100%;
				//border: 3px solid #73AD21;
				opacity: 0.5;
				
			}
			#box-1 {

				right : 3%;
				left : 25%;
				top : 5%;
				//bottom: 30%
				//left: 50%;
				//border-left: 3px solid #ffffff;				
				padding-left: 30px;
				padding-top: 20px;

			}
			//#box-1 {
				
				top: 10%;
				left: 10%;
				max-width: 32%;
				max-height: 80%;
				//opacity: 0.5;	
				margin-left: 60px;
				//margin-right: 40px;
				border: 3px solid #ffffff;				
			}
			//div img {
				  position: relative;
				  top:  50px; 
				  left: 50px;
				}

			#grad1 {
				height: 10px;
				background: red; /* For browsers that do not support gradients */
				background: linear-gradient(to right, red , yellow); /* Standard syntax (must be last) */
			}
			#grad4 {
				height: 5px;
				margin-left:50px;
				background: #fe6300; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #fe6300 , #023245); /* Standard syntax (must be last) */
			}
			
			#grad2 {
				position: fixed;
				z-index: 100;
				width: 100%;
				//height: 100px;
				//margin-top: 80px;
				top:110px;
				//width:100%;
				//position: static;
				height: 10px;
				bottom:1px;
				background: yellow; /* For browsers that do not support gradients */
				background: linear-gradient(to right, yellow , red); /* Standard syntax (must be last) */
			}
			
			#grad3 {
				//margin-top: 130px;
				top:135px;
				height: 10px;
				bottom:1px;
				background: yellow; /* For browsers that do not support gradients */
				background: linear-gradient(to right, yellow , red); /* Standard syntax (must be last) */
			}
			
			#liMenu {
				//background-color: #d35f1d;
				color: #d35f1d ;
				padding-top: 4px;
				padding-left: 4px;
				//padding-bottom: 1px;
				text-align: left;
				text-decoration: none;
				display: inline-block;
				//border: 2px solid #ffffff;
				border: 1px;
				//font-weight: 200;
				font-size:13px;
			}
			
			#liMenu:hover, #liMenu:active {
				//text-shadow: 0 0 0px #f85e06;
				font-size:13px;
				font-weight: bold;
			}
			//#liMenu1 {
				//background-color: #d35f1d;
				color: #d35f1d;
				
			}
			
			#shadow{
			  width: 100%;
			  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			  text-align: center;
			}
			
			#img-shadow{
			  //width: 100%;
			  box-shadow: 6px 6px 5px gray;
			  //text-align: center;
			}
			#img-shadow1{
			  //width: 100%;
			  box-shadow: 5px 5px 4px black;
			  //text-align: center;
			  margin-left:50px;
			  margin-right:50px;
			}
			#img-shadow2{
			  //width: 100%;
			  box-shadow: 5px 5px 4px gray;
			  //text-align: center;
			  //border:8px;
			  width:340px;
			  padding-left:8px;
			  padding-top:6px;
			}
			#img-shadow3{

			  box-shadow: 5px 5px 4px gray;
 
			}
			#img-shadow5{

			  box-shadow: 5px 5px 4px black;
			  width: 80%;
			}
			#img-shadow6{

			  box-shadow: 5px 5px 4px black;
			width: 70%;
			}
			#img-shadow4{
			  //width: 100%;
			  box-shadow: 6px 6px 6px black;
			  //text-align: center;
			  margin-left:10px;
			  margin-right:10px;
			  border-radius: 10px;
			  border: 5px;
			  text-align:center; 
			  border-style: solid; 
			  //border-color: #303233;			  
			  //background:orange;
			  background-image: url('../imgcatalogo/bgl1.jpg');
			  background-size: 100%;
			}
			
			#img-shadow:hover, #img-shadow:active {
				
				background-color: orange;

				opacity: 0.7;
				
			}
			
			#link-1 {
				//background-color: #d35f1d;
				//color: #d35f1d ;
				//bottom:20px;
				text-align: center;
					
			}
			#link-2 {
				//background-color: #d35f1d;
				//color: #d35f1d ;
				//padding: 5px 10px;
				text-align: center;
				//border: 40px 10px 10px 1px;
				//border-color:green;
					
			}
			#link-3 {
				//background-color: #d35f1d;
				//color: #d35f1d ;
				top:13px;
				//bottom:10px;
				text-align: center;
				//border: 40px 10px 10px 1px;
				//border-color:green;
					
			}
			
			#card-position{
				//background-color: white;
				//color: #d35f1d ;
				//bored-bottom:10px;
				//border: 40px 10px 10px 1px;
				//border-color:green;
					
			}
			
			.alinear{
                background-color:black;
                border-left: 150px;
				//background:none;
				//border-color: transparent;
				//border-right:50px;
				
            }
			
			
			.third {
				opacity: 0.3;
				filter: alpha(opacity=10); /* For IE8 and earlier */
			}

			.second {
				opacity: 0.7;
				filter: alpha(opacity=30); /* For IE8 and earlier */
			}

			.first {
				opacity: 0.9;
				filter: alpha(opacity=60); /* For IE8 and earlier */
			}
			
			#boxShadow{
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			}
			
			.temasDestacados {
				 font-size: 160%;
				 color: white;
				 text-align: center;
				 font-weight:600;
				// background:red;
				 width:250px;
				 margin-top:5px;
				 margin-bottom:1px;
				 border-bottom: solid;
				 border-width: 2px;
				 border-color: white;
				 padding-bottom:5px;
				 font-style: oblique;
			}
			
			#verNoticias{
				background:#023245;
				width:100%;
				height:80px;
				color:white;
				text-align: center;
				padding-top:10px;
				padding-bottom:10px;
			}
			#verContacto{
				//background:#023245;
				//width:100%;
				//height:80px;
				//color:white;
				text-align: center;
				//padding-top:10px;
				//padding-bottom:10px;
			}
			.conoceFamac{
				//background:#03467A;
				width:100%;
				
			}
			
			.row{
				width:100%;
				
			}
			#preguntasHome{
				//background:#023245;
				width:100%;
				align:center;
				text-align: center;
				//margin-left:100px;
				//margin-right:100px;
				//height:80px;
				//color:white;
				//text-align: center;
				//padding-top:10px;
				//padding-bottom:10px;
			}
			
			#bordeSucursal{
				//background:#023245;
				
				width:100%;
				align:center;
				text-align: center;
				//padding-color:#FF4500;
				//padding:30px;
			}
			
			#imgPequenha{
				 width: 200px; height: 200px;
				 //align:center;
				 display:block;
				 margin:auto;
				 box-shadow: 6px 6px 5px gray;
				 
			}
			
			
			#margenPages{
				 margin-top:120px;
					 
			}
			#margenPagesC{
				 margin-top:150px;
					 
			}
			#margenPages2{
				 margin-top:100px;
					 
			}
			#margenPages1{
				 margin-top:0px;
					 
			}
			#margenContacto{
				 margin-top:80px;
					 
			}
			.gallery{
				margin: 10px 50px;
			}
			.gallery img {
				width: 230px;
				padding: 5px;
				filter: grayscale(100%);
				transition:1s;
			}
			.gallery img:hover{
				filter: grayscale(0);
				transform: scale(1.1);
			}
			#map {
				//height: 500px;
				width: 100%;
			   }
		  
			
			   
			#fontSucursales {
				
				background: #fe6300; /* For browsers that do not support gradients */
				background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				
				color:white;
				text-align:center;
				padding-top:50px;
			   }
			#fontTablaSol {
				
				
				
				color:black;
				text-align:center;
				
			   }
			 #fontTitSol {

				color:black;
				
			   }
			#fontSol {

				color:black;
				margin-bottom: 0px;
				margin-top: 0px;
				
				border-bottom:0px;
				padding-bottom:0px;
				padding-top:3px;
			   }
			#nav-lpz-tab {
				
				//background: #fe6300; /* For browsers that do not support gradients */
				//background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				
				color:#fe6300;
				text-align:center;
				padding:10px;
				//border-color:#fe6300;
				
			   }
			   
			 #nav-lpz-tab:hover, #nav-lpz-tab:active {
				color: #FF8C00;
				//text-decoration: none;
				//border-color:#fe6300;
			}
			
			
			#nav-ealto-tab {
				
				//background: #fe6300; /* For browsers that do not support gradients */
				//background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				
				color:#fe6300;
				text-align:center;
				padding:10px;
			   }
			   
			 #nav-ealto-tab:hover, #nav-ealto-tab:active {
				color: #FF8C00;
				//text-decoration: none;
			}
			#nav-scz-tab {
				
				//background: #fe6300; /* For browsers that do not support gradients */
				//background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				
				color:#fe6300;
				text-align:center;
				padding:10px;
			   }
			   
			 #nav-scz-tab:hover, #nav-scz-tab:active {
				color: #FF8C00;
				//text-decoration: none;
			}
			#nav-cbba-tab {
				
				//background: #fe6300; /* For browsers that do not support gradients */
				//background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				
				color:#fe6300;
				text-align:center;
				padding:10px;
			   }
			   
			 #nav-cbba-tab:hover, #nav-cbba-tab:active {
				color: #FF8C00;
				//text-decoration: none;		
				
			}
			
			
			.fontFamily{
				
				 font-family: Arial, Helvetica, sans-serif;
				
			}
			.img-fluid {
		
				margin-top:100px;
				width:100%;
					
			   }
			 .img-fluid2 {
		
				margin-top:70px;
				width:100%;
					
			   }
			   .img-fluid3 {
		
				//margin-top:70px;
				width:80%;
				text-align:center;
					
			   }
		.card-img-overlay {
				text-align:center;
				top:20%;
				width:100%;
				font-style: italic;
				color:white;	
			   }
		.pagina1 {
			   padding:8px 16px;
			   border:1px solid #ccc;
			   color:#333;
			   font-weight:bold;
			  }
			
		.backgroundContacto {
			/* The image used */
			background-image: url("../img/general/contacto4.jpg");
			
		
		/* Set a specific height */
			height: 500px;
			
			/* Create the parallax scrolling effect */
			background-attachment: fixed;
			//background-position: 150px;
			background-repeat: no-repeat;
			background-size: 100%;
		}
		
		div.polaroid {
		  //width: 400px;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		  text-align: center;
		}
		
		#colorP {
				
				//background: #fe6300; /* For browsers that do not support gradients */
				//background: linear-gradient(to right, #fe6300 , #FF8C00 ); /* Standard syntax (must be last) */
				font-color:#303233;
				color:#fe6300;
				text-align:center;
			   }
		#linkBlank {
				text-decoration: none;
				color: white;
				font-size:17px;
		}
		#linkBlack {
				text-decoration: none;
				color: black;
				//font-size:17px;
		}
		
		#linkEmpresa {
				text-decoration: none;
				color: white;
				font-size:15px;		
		}				
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;	
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
#FormTop {
  
  margin-bottom: 2px; 
  margin-top: 2px;

}
#margen1 {
  margin-left: 50px;
}
#margen2 {
  margin-left: 100px;
}


.containerNavidad {
			background:#F5580D;
			padding-left:15%;
			padding-right:15%;
			margin-bottom:0;
			top:0px;
				
		}

		
