@charset "utf-8";
/* CSS Document */
/*--- ESTILOS PARA 1366px _______________*************************** 1366px ******************************************/

/*--------Estilos de Lateral*/

#cuerpo {
   margin: 0 0 10 0px;
   padding-top:30px;
   
}

	#cuerpo #lateral_nosotros {
	   float:left;
	   width: 25%;
	   margin-left:3%;
	   margin-right:4%;
	   margin-top:40px;
	   /*background: #CCCC00;*/ 
	}

		.slide-window {
			width: auto; /* -----Define anchura Slideshow----- */
			height: auto; /* -----Define altura Slideshow----- */
			position:static;
			overflow: hidden;
			margin-right: 0px;
		}

		#cuerpo #caja_textos {
			width:100%;
			/*background-color:#FF6699;*/
		}
		
			#cuerpo #caja_textos .premio {
				width:73.52%;
				height:178px;
			}
		
			#cuerpo #caja_textos #texto_izda {
				width:90%;
				height:auto;
				font-family: 'Montserrat', sans-serif;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size:80%;
				line-height:1.3em;
				color: #222222; 
				text-align:left;
				padding: 5% 5% 5% 5%;
				margin-top:60px;
				background-color: #f7f7f7; 
			}
			
			#cuerpo #caja_textos #texto_izda .resaltado { 
				color: #AE0033;
			}

/*--------Estilos de Derecha*/

	#cuerpo #derecha_nosotros {
		float:left;
		width:61%;
		margin-left:0%;
		/*background-color:#00CCCC;*/
	}

		#cuerpo #derecha_nosotros #carni_super {
			float:left;
			width:100%;
			height:auto;
			font-family: 'Montserrat', sans-serif;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 130%;
			word-spacing:0.1em;
			margin-top:-40px;
			margin-bottom:20px;
			color: #AE0033;
			text-align: center;
			/*background-color:#00FF00;*/
		}
		
		#cuerpo #derecha_nosotros #carni_super .ano {
			font-size: 130%;
			color: #AE0033;
			font-family: "Lucida Calligraphy";
		}

		#cuerpo #derecha_nosotros #tiendas {
			float:left;
			width:100%;
			height:300px;
			/*background-color:#3366FF;*/
		}

			#cuerpo #derecha_nosotros #tiendas #tiendaNavaleno {
				float:left;
				width:50%;
				height:auto;
				text-align: center;
				font-family: 'Montserrat', sans-serif;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size:70%;
				color: #333333;
				line-height:1.3em;
				/*background-color:#9933FF;*/			
			}

			#cuerpo #derecha_nosotros #tiendas #tiendaNavaleno .foto_navaleno {
				width:98%;
				height:auto;
				margin-right: 2%;
			}

			#cuerpo #derecha_nosotros #tiendas #tiendaSanLeonardo {
				float:left;
				width:50%;
				height:auto;
				text-align: center;
				font-family: 'Montserrat', sans-serif;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size:70%;
				color: #333333;
				line-height:1.3em;
				/*background-color:#99CCFF;*/			
			}
			
			#cuerpo #derecha_nosotros #tiendas #tiendaSanLeonardo .foto_sanleonardo {
				width:98%;
				height:auto;
				margin-left: 2%;
			}
			
		#cuerpo #derecha_nosotros #pie_tiendas {
			float: left;
			width: 75%;
			margin-top:5%;
			padding: 10% 10% 5% 15%;
			text-align: left;
			font-family:"Lucida Calligraphy";
			font-size:85%;
			color: #555555;
			line-height:1.3em;
			/*background-color:#FF66FF;*/
		}

