@charset "utf-8";
/* CSS Document */

body
	{
		background-image: url(imagenes/fondo.jpg);
		background-repeat:repeat-x;
		background-color: #A34103;
		margin: 0px 0 25px 0;
		font-family: Tahoma;
	}
	
	img
	{
		border: 0px;
	}
	
	#contenedor
	{
		width: 1024px;
		margin: 25px auto;
	}
	
		#fecha
		{
			background-color: #FFFFFF;
			padding: 15px 0;
			margin: 0px auto;
			width:608px;
			height: 20px;
			color: #A34103;
			font-family: Tahoma;
			font-size: 14px;
			font-weight:bold;
		}
		
			#fecha .dia
			{
				float: left;
				padding-left: 20px;
				margin-left: 25px;
				background-image: url(imagenes/azucarillos.gif);
				background-repeat: no-repeat;
				height: 30px;
			}
			
			#fecha .hora
			{
				float: right;
				padding-right: 30px;
			}
		
		
		#cabecera
		{
			background-image: url(imagenes/cabeceraexp6.jpg) ;
			width:1014;
			height: 105px;
			background-repeat:no-repeat;
			
		}
		
		#cabecera1
		{
			/*background-image: url(imagenes/cabeceraazucaryhielo.jpg) ;*/
			/*height: 58px;*/
			background-image: url(imagenes/cabeceraazucar.jpg) ;
			height: 31px;
			width:608px;
			margin-left:208px;
		}
		
		#pagina
		{
			background-color: #FFFFFF;
			margin: 0 auto;
			width: 608px;
			
		}
		
			#menu
			{
				padding-bottom: 40px;
			}
			
				#menu ul
				{
				
					list-style-type: none;
					padding: 0px;
					margin: 0px;
				}
				
					#menu span
					{
						background-repeat:no-repeat; 
						float: left;
					}
					
					#menu a
					{
						cursor: pointer;
					}
					     .inicio
						 {
							 background-image: url(imagenes/inicio.png);
							 width: 124px;
							 height: 50px;
						 }
			
						 .inicio:hover
						 {
							 background-image: url(imagenes/ninicio.png);
						 }
						 
						 .inicio2
						 {
							 background-image: url(imagenes/minicio.png);
							 width: 100px;
							 height: 50px;
						 }
			
						
						 .secciones
						 {
						 	background-image: url(imagenes/secciones.png);
							width: 147px;
							height: 50px;
						 }
						 
						 .secciones:hover
						 {
						     background-image: url(imagenes/nsecciones.png);
						 }
						 
						 .secciones2
						 {
						 	background-image: url(imagenes/msecciones.png);
							width: 147px;
							height: 50px;
						 }
						 
						 .nuestras_caras
						 {
						 	background-image: url(imagenes/nuestras_caras12.png);
							width: 191px;
							height: 50px;
						 }
						 
						 .nuestras_caras:hover
						 {
						     background-image: url(imagenes/nnuestras_caras.png);
						 }
						 .contacto
						 {
						 	background-image: url(imagenes/contacto.png);
							width: 146px;
							height: 50px;
						 }
						 
						 .contacto:hover
						 {
						     background-image: url(imagenes/ncontacto.png);
						     width: 146px;
							 height: 50px;
						 }
						 
						 
						 .contacto2
						 {
						 	background-image: url(imagenes/mcontacto.png);
							width: 146px;
							height: 50px;
						 }
                         
	
			.cajasecciones{
				padding:10px 0 10px 40px;
				position:relative;
				float:left;
			}

			.seccion{
				background-image:url(imagenes/seccion.png);
				background-repeat:no-repeat;
				width:127px;
				height:127px;
				position:relative;
				float:left;
				margin-right:5px;
				margin-bottom:10px;
			}

			.seccion2{
				background-image:url(imagenes/seccion2.png);
				background-repeat:no-repeat;
				width:522px;
				height:177px;
				position:relative;
				float:left;
				margin-right:5px;
				margin-bottom:10px;

			}

			.seccion img{
				width:100px;
				height:100px;
				margin:13px 13px;
			}

			.seccion2 img{
				width:495px;
				height:150px;
				margin:13px 13px;
			}
			
				.imagensecciones
				{
					cursor: pointer;
				}


			#cajasecciones1{
				padding:20px 0 20px 40px;
				position:relative;
				float:left;
			}

			.seccionprox{
				background-image:url(imagenes/seccion1.png);
				background-repeat:no-repeat;
				width:83px;
				height:83px;
				position:relative;
				float:left;
				margin-right:5px;
				margin-bottom:10px;
			}

			.seccionprox img{
				width:60px;
				height:60px;
				margin:10px 10px;
			}

			.proximassecciones, .proximassecciones1
			{
				background-color:#A34103;
				color:#FFFFFF;
				font-family:tahoma;
				font-size:14px;
				font-weight:bold;
				width: 520px;
				text-align: center;
			}
			.proximassecciones1
			{
				background-color: #B76921;
			}

			.ultima
			{
				margin-left:132px;
			} 
			
		
		#pie
		{
			margin-top: -40px;
			text-align: center;
		}
		
		.pieprivacidad{
				color:#A34103;
		  		font-family:Tahoma;
		  		font-size: 12px;
				text-align:center;
				width:auto;
				height: 30px;
				margin: 0px 0px 10px 0px;
				padding: 0px 0px 0px 0px;
				
		}
		
		.pieprivacidad a:link, .pieprivacidad a:visited, .pieprivacidad a:hover{
		  		font-family:Tahoma;
		  		font-size: 12px;
		}

	a:link, a:visited
	{
		color:#A34103;
	}
	
	a:hover
	{
		color: #F58C11;
	}
	
	#cursiva
	{
		font-style:italic;
	}
		
	
	