@charset "utf-8";
/* CSS Document */
body {
	margin: 0em auto;
	overflow-x: hidden;
    background-color:#fff;
	width:auto;
    padding: 0;
    margin: 0;

}

@font-face {
    font-family: "Roboto-Light";
    src: url(../fonts/Roboto-Light.ttf) format("truetype")
}


@font-face {
    font-family: "Roboto-Bold";
    src: url(../fonts/Roboto-Bold.ttf) format("truetype")
}





a {
	font-family: "Roboto-Light";
    text-decoration: none;
    color: #000;
}




h1 {
    font-family: "Roboto-Light";
    font-weight: 900
}

h2 {
    font-family: "Roboto-Light";
    font-weight: 900
}

h3 {
    font-family: "Dulcelin";
}

p {
    font-family: "Roboto-Light"
}


     .txt1Capa0 {    /* Tamaño del texto */
         
            color: white; /* Color del texto */
            text-shadow: 
            -1px -1px 0 black,  
            1px -1px 0 black,
            -1px  1px 0 black,
            1px  1px 0 black,
            2px  2px 4px rgba(0, 0, 0, 0.5); /* Sombra adicional */
    }


	
.txt1Capa2{text-align: center; font-size: 2em; color: #fcca07;}



#capa0Body{
	position:relative;
	width:100%;
	height:auto;
	background-color:#454545; background-size: cover; 
}

    .fila1Capa0{position: relative; width: 100%; height: 70px;}
    .fila2Capa0{position: relative; width: 100%; height: auto;}
    .txt1Capa0{color: #FFF; text-align: right; padding-right: 150px;}
    .txt2Capa0{color: #FFF; text-align: right; padding-right: 150px; font-size: 2em;}
	
	.fila1Capa2{
        position: relative;
        width: 100%;
        height: 50px;
    }

    .fila2Capa2{
        position: relative;
        width: 100%;
        height: auto;
    }

    .txt0Capa2Body{position: relative;  text-align: center; color: #000; font-size: 1.5em; width: 100%; display: inline-block; margin-left: auto; margin-right: auto; text-align: center; }
    .txt1Capa2Body{position: relative;  text-align: center; color: #7b473a; font-size: 3em; width: 100%; display: inline-block; margin-left: auto; margin-right: auto; text-align: center; }
    .lineaCapa2{position: relative; width: 50%; top: -30px;}





	/**/

#formPedido{
	background: rgba(108,32,41,0.95);
	position: relative;
	top: 120px;
	height: auto;
	width: 350px;
	right: -356px;
	position: fixed;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
	 z-index: 100000; border-radius: 10px;border: solid;  border-width: 3px; border-color: #7b473a;
}
.img22Pedido{position:absolute; display:inline-block; width:40px; height:auto; left:-50px; top:52px; cursor:pointer}
.btnBack{position:absolute; display:inline-block; width:40px; height:auto; right:20px; top:-50px; cursor: pointer;}

.btnPedido{position: relative; color:#012a68; display: block; margin-left: auto; margin-right: auto; padding: 10px; width: 130px; top: -20px; 
	border-radius: 100px; background-color: #fff; font-size: 1.3em;}

.cont{position:relative; width:43px; outline:none; height:30px; font-size:1em; top:10px; border-radius: 50px; font-size: 1.2em; 
	 border:none; left:-50px; background-color: #6c2029; color: #fff; border: solid; border-width: 3px; border-color: #6c2029; }



/******INICIO NUEVO ESTILO FORMULARIO CARRITO**********************************
#formPedido {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -382px;
    height: auto;
    max-height: 80vh;
    width: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.1);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100000;
    border-radius: 24px;
    border: 1px solid rgba(241, 185, 15, 0.2);

    padding: 20px 0 0 0;
    font-family: "Roboto-Light", sans-serif;
}*/

/* Cuando está oculto (tu función actual lo maneja) 
#formPedido[style*="right: -356px"] {
    opacity: 0;
    visibility: hidden;
}*/

/* BOTÓN FLOTANTE DEL CARRITO 
.img22Pedido {
    position: absolute;
    
    width: 65px;
    height: 65px;
    right: 380px;
    top: 15%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99999;*/
   /* background: #7b473a;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(123, 71, 58, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.img22Pedido:hover {
    transform: translateY(-50%) scale(1.1);
    
}

.img22Pedido:active {
    transform: translateY(-50%) scale(0.95);
}

.img22Pedido img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}
*/
/* CONTADOR DE PRODUCTOS 
#cont {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -5px;
    right: 390px;
    font-size: 0.9em;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #ed3237;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    font-family: "Roboto-Bold", sans-serif;
    padding: 0;
    text-align: center;
}*/

/* BOTÓN CERRAR 
.btnBack {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.btnBack:hover {
    background: rgba(241, 185, 15, 0.2);
    transform: rotate(90deg);
}

.btnBack img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}*/

/* TÍTULO DEL CARRITO 
#txt1Car {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.6em;
    margin: 10px 0 15px 0;
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f1b90f, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}*/

/* CONTENEDOR DE PRODUCTOS (tu global2)
#global2 {
    position: relative;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background: transparent;
    padding: 0 15px;
    margin: 10px 0;
    box-sizing: border-box;
} */

/* RESULT (donde se cargan los productos) 
#result {
    position: relative;
    width: 100% !important;
    height: auto;
    background: transparent !important;
}*/

/* ESTILOS PARA LOS PRODUCTOS DENTRO DEL CARRITO 
#result > div {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

#result > div:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(241, 185, 15, 0.2);
}

#result > div img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid rgba(241, 185, 15, 0.2);
}

#result > div .producto-info {
    flex: 1;
}

#result > div .producto-info h4 {
    color: #fff;
    margin: 0 0 5px 0;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1em;
}

#result > div .producto-info .precio {
    color: #f1b90f;
    font-size: 1.1em;
    font-family: "Roboto-Bold", sans-serif;
}

#result > div .producto-info .cantidad {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9em;
}*/

/* LÍNEA SEPARADORA 
#formPedido hr {
    width: calc(100% - 40px);
    margin: 15px auto;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241, 185, 15, 0.3), transparent);
}*/

/* CAMPOS OCULTOS (los mantienes como están) 
.valorTot, .valorTot2, .txtAcum2 {
    display: none !important;
}*/

/* BOTÓN DE ORDEN 
.btnPedido {
    position: relative;
    display: block;
    margin: 20px auto 25px;
    padding: 16px 40px;
    width: auto;
    min-width: 200px;
    border-radius: 50px;
    background: linear-gradient(135deg, #7b473a, #9e5f4f);
    color: #fff;
    font-size: 1.3em;
    font-family: "Roboto-Bold", sans-serif;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(123, 71, 58, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(241, 185, 15, 0.3);
}

.btnPedido:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(123, 71, 58, 0.6);
    background: linear-gradient(135deg, #8e5547, #b06b59);
    border-color: rgba(241, 185, 15, 0.5);
}

.btnPedido:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(123, 71, 58, 0.4);
}*/

/* SCROLL PERSONALIZADO PARA #global2
#global2::-webkit-scrollbar {
    width: 5px;
}

#global2::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

#global2::-webkit-scrollbar-thumb {
    background: #f1b90f;
    border-radius: 10px;
}

#global2::-webkit-scrollbar-thumb:hover {
    background: #ffd700;
} */

/* VERSIÓN MÓVIL 
@media screen and (max-width: 768px) {
    #formPedido {
        width: 100%;
        max-width: 400px;
        right: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 30px 30px 0 0;
        max-height: 85vh;
    }
    
    .img22Pedido {
        right: 20px;
        width: 55px;
        height: 55px;
    }
    
    .img22Pedido img {
        width: 28px;
        height: 28px;
    }
    
    #global2 {
        max-height: 300px;
    }
}*/

/* ANIMACIÓN DE ENTRADA 
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

#formPedido {
    animation: slideIn 0.4s ease forwards;
}*/






/*FIN NUEVO ESTILO FORMULARIO CARRITO*****************************************/


#capaAd1{
	position:relative; width:100%; height:50px;  background-color:#FFF	
}

	.txt{ position:relative;  font-size:3em; padding-top:20px; font-family: "Roboto-Light"; color:#bc3d3d
	}
	
	.txt2{ position:relative;  font-size:1.5em; padding-top:0px; width:60%; color: #fff;  
	}
	
	.linea{position:relative;	background-color:#000; width:200px; height:0.5px; border-color:#000; top:-5px
	}



#capa2Body{
	position:relative;
	width:100%; 
	height:auto;
	
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;	
}

.fila1Capa2Body{position: relative; width: 100%; height: 50px;}


/*********************IMAGENES TIENDA********************/
	.celda {
    float: left;
    width: 350px;
    height: auto;
    min-height: 550px;
    background-color: #f0f0f0;
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    /* NUEVO: Flexbox para estructura consistente */
    display: flex;
    flex-direction: column;
}

.celda:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
}
	.btnVerag{width:40%; height:40px; cursor: pointer; border-radius: 5px; color: #6c2029; border: none; background-color: #fcca07;
		-webkit-transition: all 0.5s ease;/**AQUI**/
        -moz-transition: all 0.5s ease;/**AQUI**/
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease ; 
		
	
	}/**AQUI**/

	.btnVerag:hover{
		background-image: none;
		color: #fff;

		border: solid;
		border-width: 1px;
		border-color: #F00;


	}



	.btnVerCar{width:40%; height:40px; cursor: pointer; border-radius: 5px; color: #6c2029; border: none; background-color: #fcca07;
		-webkit-transition: all 0.5s ease;/**AQUI**/
        -moz-transition: all 0.5s ease;/**AQUI**/
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease ;
		
	
	}/**AQUI**/

	.btnVerCar:hover{
		background-image: none;
		color: #fff;

		border: solid;
		border-width: 1px;
		border-color: #F00; 


	}





	.aux2{ width:100%; height:100px; background-color:#fff; overflow: hidden; margin-top: 10px;}/**AQUI**/
/**AQUI**/
	.col1Aux2{ width:25%; float: left; height:100px; background-color:#fff }/**AQUI**/
	.col2Aux2{ width:16.5%; float: left; height:100px; background-color:#fff }/**AQUI**/
	.med{position: relative; width: 80%; display: block; margin-left: auto; margin-right: auto;-webkit-transition: all 0.5s ease;/**AQUI**/
        -moz-transition: all 0.5s ease;/**AQUI**/
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; filter: 0.3 ease;}
	.med:hover{ transform: scale(1.2); filter: brightness(0) }/**AQUI**/

	.aux{ width:100%; height:auto; background-color:#f0f0f0 }/**AQUI**/
	
	
	
	.imgCeldaGaleria{position:relative; width:100%; height:auto;   display: block;  border-radius:20px; background-color: #f0f0f0;}/**AQUI**/
	
	.imgProdu{position: relative; display: inline; margin-left: auto; margin-right:auto; width: 100%; height: auto; }
	
	.txtFoto{position:relative; display: block; padding-top: 5px; color: #000; width:80%; margin-left: auto; margin-right: auto; /**AQUI**/
		background-color: #f0f0f0; height:auto;  text-align:center;  font-family: "Roboto-Light"; font-size:1em;  
		word-wrap: break-word; /* Permite que el texto se divida en líneas */
		white-space: normal; }/**AQUI**/



	.cantida{position:relative; font-size: 1.3em; margin-left: auto; top:-13px; margin-right: auto; width:40px; 
		height:38px; text-align:center; outline: none; background-color: #fff; border: none; }/**AQUI**/
	.colorA{position:relative;  width:10px; height:30px; visibility: visible; }
	.colorB{position:relative;  width:40px; height:40px; background-color: #fff; outline: none; border: none; background-repeat: no-repeat; background-size: cover; }
	.colorC{position:relative;resize: none; text-align: center; top: 10px;  width:100px; height:30px; background-color: #fff; outline: none; border: none; background-color: transparent; }

	/*propiedades de los botones de interacion carrito*/
	.enlaces{position: relative; text-align: center; width: 100%; height: 30px; }/**AQUI***/
	.enlaces2{position: relative; text-align: center; width: 100%; height: 30px;}/**AQUI***/
	.vistaFoto{ text-align: center;  width:110px; height:auto; position:relative; }
		
	.vistaFoto2{  width:40px;  position:relative; text-align: center; margin: 0; }/**AQUI***/
		


	.vistaFoto3{   width:35px; height:auto;  position:relative;  }

	.txtResultados{padding-left: 30px; font-size: 0.9em;}

	.colAux{position: relative; height:400px;  width:100%; background-color:#000; background-image: url(../imagenesTienda/exteriores.jpg); background-size: cover;}

/*********************INICIAO SCROLLAO********************/
			.txtTituloCat{position:relative; text-align: center; font-size: 3.5em; top: 35%; color: #fff; background-color: #bc3d3d;}

				#global {/**AQUI***/
					display: block; 
					float: left;
					margin-left: 10%;
					margin-right:auto;
					height: auto;
					width: 90%; 
					/*overflow-y: hidden;
					 /* Permite el scroll horizontal */
					/*white-space: nowrap; /* Evita que las celdas bajen de línea */
					/*text-align: center; /* Centra las celdas horizontalmente */
					/*padding: 10px; /* Espacio opcional */ 
					
				}/**AQUI***/
				
				#global::-webkit-scrollbar-track
				{
					-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
					background-color: #F5F5F5;
				}
				
				#global::-webkit-scrollbar
				{
					width:15px;
					background-color: #F5F5F5;
				}
				
				#global::-webkit-scrollbar-thumb
				{
					border-radius: 10px;
					-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
					background-color: #D62929;
				}
				
				/************************FIN SCROLL****************************/

				
/*********************INICIAO SCROLLAO********************/
.asesoria{position:relative; display:block;  width:100%; height:auto; background-color:#ffdd00}
.colAsesoria{float: left; height: auto; width: 50%; background-color:#ffdd00}
.iconAsesoria{position: relative; display: block; margin-left: auto; margin-right: auto; width: 100px; height: auto; padding: 20px;}
.buttonAsesoria{position: relative; width: 80%; height: 50px; background-color: #000; color:#fff; display: block; margin-left: auto; margin-right: auto; }
.colGlobal3{float: left;width:50%; height: 600px;}			
#global3 {
	display:block;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: 600px;
	width:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	top:0px;
	background-color: #fff;
}

#global2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#global2::-webkit-scrollbar
{
	width:5px;
	background-color: #F5F5F5;
}

#global2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/************************FIN SCROLL*******								
				
			/****************************INICIO MASCARA MODAL******************/		
							
			/* The Modal (background) */
				
				.modalmask {
				position: fixed;
				font-family: Arial, sans-serif;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background: rgba(0,0,0,0.9);
				z-index: 2000000;
				opacity:0;
				-moz-opacity: 0;
                 filter: alpha(opacity=0);
				
				-webkit-transition: opacity 400ms ease-in;
				-moz-transition: opacity 400ms ease-in;
				transition: opacity 400ms ease-in;
				pointer-events: none;
				}

				.modalmask:target {
					opacity:1;
					-moz-opacity: 0.1;
                    filter: alpha(opacity=1);
					pointer-events: auto;
				}
				
				
				
				.rotate {
				margin: 6% auto;
			
				}
				
				
				.modalmask:target .rotate{		
				transform: rotate(360deg) scale(1,1);
       			 -webkit-transform: rotate(360deg) scale(1,1);
				  -moz-transform: rotate(360deg) scale(1,1);
				}
				

				
				
				.close {
				background:#F00;
				color: #FFFFFF;
				line-height: 25px;
				position: absolute;
				right: -10px;
				text-align: center;
				top: -20px;
				left:1150px;
				width: 24px;
				text-decoration: none;
				font-weight: bold;
				border-radius:3px;
				z-index:10;
					border:1px solid #FFF;
			
				}

				.close:hover { 
					background: #000; 
					color:#F00;
				}
			/*Ejemplo de aplicaicon de estilo a un elemento lllamado four hr.style-four*/
			#imgFoto{position:relative; width:50%; height:400px;  top:5px; display:block; margin-left: 10%; margin-right: 10%; background-color: #ffdd00;}
			#fotoModal{float:left; width:40%; height:auto;}
			/*************FIN MASCARA MODAL*******/





/*Celular portrait*/
@media screen and (min-width: 1px) and (max-width: 360px) {
#S1{display:inline}

#capaIniBody{
	height:180px;
}

.txt1Capa3Body{ position:absolute; width:80%; text-align:left;left:10px;  font-size:2.5em; top: 10px;}
.txt2Capa3Body{ width:30%; text-align:left; left:10px;  font-size:1em; top:120px; color:#fff;}	
		.diseno{
			display:none
			
		}
		
#capaAd1{position:relative; width:100%; height:100px;  background-color:#FFF}
	.txt{ font-size:2em; padding-top:10px}
	.txt2{  width:90%;}

#capa2Body{height:auto}

#global {width:90%; margin-left: 0%; left:0px;height:auto; padding: 0%;}


.celda{position:relative;width:100%;height:auto;padding-left:0px;}
.imgCeldaGaleria{ width:100%;}
				
	.close {left:0px;width: 100%;}
			
	/*Ejemplo de aplicaicon de estilo a un elemento lllamado four hr.style-four*/
	#imgFoto{position:relative; width:100%; }
	#fotoModal{width:100%; height:auto; padding-top:10px}
	/*************FIN MASCARA MODAL*******/
	#fotoModal2{display: block; margin-left: auto; margin-right: auto; width:100%; height:auto; padding-top:10px}

	#global3 {height: 200px;}
	.colGlobal3{position: relative; width: 100%; height: 200px;}	
	.iconAsesoria{position: relative; display: block; margin-left: auto; margin-right: auto; width: 50px; height: auto; padding: 20px;}	


}

/*Celular landscape*/
@media screen and (min-width: 361px) and (max-width: 640px) {
#S2{display:inline}

#capaIniBody{
	height:200px;
	
}

	
.txt1Capa3Body{ position:absolute; width:80%; text-align:left;left:10px;  font-size:2em; top: 40px;}
.txt2Capa3Body{ width:30%; text-align:left; left:10px;  font-size:1em; top:130px; color:#fff;}	
		.diseno{
			display:none
			
		}


#capaAd1{
	position:relative; width:100%; height:150px;  background-color:#FFF	
}

	.txt{ font-size:2.5em; padding-top:20px  
	}
	
	.txt2{  width:90%; font-size:1.6em
	}

#capa2Body{height:auto}

#global {
	width:90%;
	left:0px; margin-left: 0%; padding: 0%;
	}

	
	.celda{position:relative;width:100%;height:auto;padding-left:0px;}
	.imgCeldaGaleria{ width:100%;}


				.close {
				left:0px;
				width: 100%;
				}
			
			/*Ejemplo de aplicaicon de estilo a un elemento lllamado four hr.style-four*/
			#imgFoto{position:relative; width:100%; }
			#fotoModal{width:100%; height:auto; padding-top:10px; }
			/*************FIN MASCARA MODAL*******/
			#fotoModal2{display: block; margin-left: auto; margin-right: auto; width:100%; height:auto; padding-top:10px}

			#global3 {height: 200px;}
			.colGlobal3{position: relative; width: 100%; height: 200px;}	
			.iconAsesoria{position: relative; display: block; margin-left: auto; margin-right: auto; width: 50px; height: auto; padding: 20px;}	

}

/*tablet 7.1 portrait*/
@media screen and (min-width: 641px) and (max-width: 960px) {
#S3{display:inline}

	#capaIniBody{
		height:300px;
		
	}

		
.txt1Capa3Body{ position:absolute; width:80%; text-align:left;left:10px;  font-size:2.5em; top: 160px;}
.txt2Capa3Body{ width:30%; text-align:left; left:10px;  font-size:1em; top:230px; color:#fff;}	
		.diseno{
			display:none
			
		}
		
		
		
#capaAd1{
	position:relative; width:100%; height:200px;  background-color:#FFF	
}

	.txt{ font-size:3em; padding-top:80px  
	}
	
	.txt2{  width:90%; font-size:2em
	}


#global {
	width:90%;
	left:0px;
	}

.celda{position:relative;width:100%;height:auto;padding-left:0px;}
.imgCeldaGaleria{ width:100%;}

			.close {
				left:0px;
				width: 60%;
				margin-left:auto;
				margin-right:auto;
				z-index:50000
				}
			
			/*Ejemplo de aplicaicon de estilo a un elemento lllamado four hr.style-four*/
			#imgFoto{position:relative; width:100%; }
			#fotoModal{width:45%; height:auto; padding-top:10px; }
			/*************FIN MASCARA MODAL*******/


}

/*tablet 7.1 landscape se puede utilizer las medidas iniciales*/
@media screen and (min-width: 961px) and (max-width: 1210px) {
#S4{display:inline}

#capaIniBody{
	height:200px;
	
}

	
.txt1Capa3Body{ position:absolute; width:80%; text-align:left;left:10px;  font-size:2.5em; top: 60px;}
.txt2Capa3Body{ width:30%; text-align:left; left:10px;  font-size:1em; top:130px; color:#fff;}	
	.diseno{
		display:none
		
	}
	
		
		
#capaAd1{
	position:relative; width:100%; height:200px;  background-color:#FFF	
}

	.txt{ font-size:3em; padding-top:80px  
	}
	
	.txt2{  width:90%; font-size:2em
	}


#global {
	width:100%;
	left:0px;
	}

			.close {
				left:0px;
				width: 50%;
				margin-left:auto;
				margin-right:auto
				}
	#fotoModal{width:auto; height:100%; padding-top:20px}
}

/*pantallas grandes*/
@media screen and (min-width: 1211px) and (max-width: 1366px) {



}






