@import url("reset.css");



/*


*/



/******************************************************/
/*CONTENIDOS GENERALES*/
/******************************************************/





/*I.-GENERICOS*/
/*Aquí están todos las etiquetas generales*/

body{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	font-family: 'Helvetica', Arial;
	background-color: #FFF;
	background-image:url('../images/back.jpg');
	background-repeat:repeat-x;
	background-position:left 0;
}

		
		h1{
			font-size:16px;
			text-transform:uppercase;
		}
		
				h2{
					font-size:14px;
					text-transform:uppercase;
				}
				
						h3{
							font-size:12px;
							text-transform:uppercase;
						}
						
								a{
									color:#b80106;
								}
								
									a:hover{
									color:#000;
									}
									 
		


/******************************************************/
/*CONTENIDOS COMUNES DEL SITIO*/
/******************************************************/


/*II.-WRAP Y CONTENIDOS*/
/*El wrap es el div contenedor que centra todo el sitio.*/



#wrap{
	width:950px;
	height:auto;
	margin:0 auto;
	padding:0;

}



	#contenido{
		width:950px;
		height:auto;
		margin:0;
		float:left;
		padding:0 5px 0 5px;
		background-image:url('../images/fondo_body.jpg');
		background-repeat:repeat-y;
		background-position:left 0;
	}
	
/*top_img:Utilizado en achiga para generar una terminacion superior a la estructura de sitio.Activar solo si se vuelve a repetir eso*/	
	
	/*#top_img{
		width:100%;
		height:36px;
		background-image: url('../images/top.png');
		background-position:center;
		background-repeat: no-repeat;
		margin:0;
		padding:0;
		
	}*/
	
	#cot_info{
		width:100%;
		height:auto !important;
		min-height: 430px !important;
		height:430px;
		float:left;
		background-color: #BFBFBF;
		/*background-image: url('../images/back_cont.jpg');*/
		background-position:left;
		background-repeat:repeat-y;
		padding:3px 0 4px 0;
	
	}
	
	/*bottom_img:Utilizado en achiga para generar una terminacion inferior a la estructura de sitio.Activar solo si se vuelve a repetir eso*/
	
	#bottom_img{
		width:960px;
		height:9px;
		background-image: url('../images/fondo_bottom.jpg');
		background-position:0 0;
		background-repeat: no-repeat;
		float:left;
		padding:0;
		
	}
    




	
/*III.- HEADER*/
/*el contenido del header o cabecera*/


    		#header{
				width:952px;
				height:93px;
				margin:0 0 1px 0;
				padding:0;
				/*border-top:1px solid #bfbfbf;*/
				/*border-right:1px solid #bfbfbf;*/
				/*border-left:1px solid #bfbfbf;*/
				border-bottom:10px solid #bfbfbf;
				background-image:url('../images/header.jpg');
				background-position:right 0;
				background-repeat:no-repeat;
				float:left;
				
			
			}
            	#logo{
					width:310px;
					height:52px;
					margin:27px 0 0 27px;
					padding:0;
					float:left;
					background-image:url('../images/logo.png');
					background-position:0 0;
					background-repeat:no-repeat;
				    
				}
						
						#logo img{
							border:0;
						}
						
								#logo a{
									cursor:pointer;
								}
					#link-logo{
					color: #ffffff;
					float:left;
					font-size:10px;
					width: 310px;
					}

					#link-logo a{
					color: #999999 !important;
					color: #999999;					
					}

					#link-logo a:hover{
					color: #B80106 !important;
					color: #B80106;					
					text-decoration:underline;
					}

/**********************************************************************************MINIMENU*/

#minimenu{
float:right;
width:120px;
height:22px;
background-image:url('../images/minimenu.png');
background-position:right 0;
background-repeat:no-repeat;
margin:7px 7px 0 0;
}

#minimenu ul{
width:120px;
height:22px;
float:right;
padding:0;
}

#minimenu li{
list-style: none;
display:inline;
float:left;
margin:3px 0 0 14px;
height:18px;
}

/*IV.- INFONAV*/
/*Corresponde al div que contiene la información de navegación. En achiga era a tamaño completo,
sin embargo en otros proyectos se diferencia del sidebar. 
Por otro lado, modulo pre formatea todo los modulos de navegaciones interior que tengan info_nav*/

			
            #info_nav{
				width:950px;
				height:auto;
				float:left;
				margin:0 0 0 0;
				padding:0;
			}
            	#modulo{
				
					/*height:auto;*/
					float:right;
					/*margin:0;*/
					padding:0;
				}
				
				
				#fila_abajo{
				width:950px;
				margin:1px 0 0 0;
				border-top:10px solid #bfbfbf;
				float:left;
				background-color: #FFF;
				padding-bottom: 5px;
				}
			
	
/*V.- FO0TER*/ 
/*Corresponde al footer que cierra el sitio. 
Generalmente tiene una parte izquierda con información y una derecha  con un submenu*/                             
                    
#footer{
	width:950px;
	height:32px;
	margin:0 auto;
	

}

#footer-cont{
	width:952px;
	height:38px;
	float:left;
	background-color:#262626;
	background-image: url('../images/footer.jpg');
	background-position:0 0;
	background-repeat: repeat-x;
	/*margin:0 5px 0 5px;*/
}

		/*Parte derecha*/	
			#footer_menu_right{
				width:500px;
				height:auto;
				float:left;
				padding:0 0 0 0;
				text-align: right;
				
			}
			
		#footer_menu_right p {
				float:right;
				line-height:100%;
				padding:5px 22px 0 0;
				text-align:right;
				width:auto;
				}
				
			
					
								#footer_menu_right ul{
									padding:5px 0 0 0;
									margin:0 0 0 15px !important;
									width:auto;
									float:left;
								
								}
								
								#footer_menu_right li{
									display:inline;
									list-style:none;
									border-right:1px solid #ccc;
									font-size:11px;
								
								}
								
								#footer_menu_right .last{
									border:0;
								
								}
											
											
											
											#footer_menu_right a{
											 padding:0 6px 0 6px;
											 margin:0;
											 color:#fff;
											 text-transform: uppercase;
											 font-size:10px;
											
											}
											
											#footer_menu_right a:hover{
											 text-decoration:underline;
											
				/*Parte izquierda*/											}
															
				#footer_menu_left{
								width:450px;
								height:auto;
								float:right;
								text-align: right;
								padding:0 0 0 0;
								font-size:9px;
								color:#fff;
								
							}
							
							#footer_menu_left p{
								float:right;
								width:auto;
								padding:5px 22px 0 0;
								line-height: 130%;
								text-align: right;
							}
							
							/*#footer_menu_left ul{
									padding:12px 0 0 0;
									margin:0 0 0 30px!important;
									margin:0 0 0 15px;
									width:auto;
									float:left;
								
								}
								
								#footer_menu_left li{
									display:inline;
									list-style:none;
									font-size:9pt;
								
								}*/
											
											#footer_menu_left a{
											/* padding:0 6px 0 6px;*/
											 margin:0;
											 color:#fff;
											
											}
											
											#footer_menu_left img{
											border:0;
											}	




 /*VI.-HEADMODULOS*/
	/*head_modulos: Generalmente es El header general y principal de casi todos los articulos. OJO QUE NO ES EL UNICO*/               
				#head_modulos{
					width:100%;
					height:auto;
					height:17px;
					float:left;
					/*background-color:#CD0909;*/
					background-image: url('../images/barra-productos.png');
					background-position: 0 0;
					background-repeat: no-repeat;
					margin:0;
				}


				
				#head_modulos h2{
					font-size:10px !important;
					color:#fff;
					margin:0 0 5px;
					padding:2px 0 0 15px;
					float:left;					
				} 
				

				#head_modulos h2 a {
					font-size:10px !important;
					color:#fff;
					width:auto;
					margin:0 0 4px;
					padding:3px 0 0 0px;					
				} 

				#head_modulos h2 a:hover {
					color:#DDD;
					text-decoration: underline;
				} 

				#head_modulos label{
					font-size:10px !important;
					color:#fff;
					margin:0 0 5px;
					padding:0px 0 0 1px !important; 
					float:left;		
					margin:2px 0 4px;
					padding:3px 0 0 0px;
					text-transform:uppercase;	
				}
				
				#head_modulos img {
						height:6px;
						margin:3px 8px 0 0;
						width:6px;
						}
							 #separador{
							 	/*
								width:100%;
								height:3px;
								float:left;
								background-image:url('../images/barra-degradacion.png');
								background-repeat:no-repeat;
								background-position:left 0;
								*/
								display:none;
							 }
							
/*****Breadcumbs*****/		
										
									#miga {
										color:#000;
										float:left;
										font-size:11px;
										height:auto;
										margin:0;
										padding:0 0 13px;
										width:100%;
									}
									
									.B_crumbBox {
										float:left;
										padding:2px 0 0 0;
										font-size: 10px;
									}
				
				
				
/*V.- LOGIN*/
/*Este item activa el login y sus estados , (logeado y registro). 
Originalmente pensado para que vaya en el head*/


	/*			
				#caja-login{
					width:374px;
					height:82px;
					float:right;
				}
				
                #login{
					width:346px;
					height:78px;
					float:right;
					margin:0 25px 0 0;
					padding:0;
				}
				
				#login div{
					margin:5px 0 0 0;
					float:left;
					width:100%;
				}
				
				
                	.politicas{
						width:250px;
						float:left;
						margin:6px 0 0 25px !important;
						margin:6px 0 0 10px;
						
					}
					
					
					
						.login_label{
							width:120px;
							height:auto;
							float:left;
							text-align:right;
							margin:0 5px 0 0;
							font-size:9pt;
						}
                    	.text_input{
							border:1px solid #009933;
							float:right;
							width:200px;
							text-align:left;
						}
						
                        
                        .send_login{
							background-color:#28491A;
							color: #FFFFFF;
							border:0;
							padding:2px 5px 2px 5px;
							float:right;
							margin:7px 0 0 0;
							cursor:pointer;
						}
						
						.send_login:hover{
							background-color:#3E6C23;
							
						}
						
						.politicas button{
						color:#009933;
						border:0;
						background-color: transparent;
						cursor: pointer;
						margin:0;
						font-size:11px
						
					}
					
					.politicas button:hover{
						text-decoration:underline;
						margin:0;
					}*/


/*V.1.-LOGIN ACTIVADO

*/
/*Este es el estado activado del logueo. 
Las clases y id estan adaptados de MODX para una mayor facilidad de trabajo en este CMS.
Dios Salve a MODX*/



/*
				
                #wlpeUser{
					width:346px;
					height:78px;
					float:right;
					margin:0 30px 0 0;
					padding:0;
					text-align: right;
				}
				
				#wlpeUserInfo{
					font-size:8pt;
					
				}
				
				#wlpeLoginForm p{
					font-size:8pt;
					text-align: center;
				}
				
				#wlpeUserButtons{
				border:0;
				padding:0;
				margin:0;
				}
					
                        
                        #wlpeLogoutButton{
							background-color:#28491A;
							color: #FFFFFF;
							border:0;
							padding:2px 5px 2px 5px;
							float:right;
							margin:7px 0 0 0;
							cursor:pointer;
						}
						
						#wlpeLogoutButton:hover{
							background-color:#3E6C23;
							
						}*/
						
					


/*V.3.- REGISTRO DE ACTIVACION DE USUARIO*/
/*El registro que permite activar la cuenta*/


				
                /*#wlpeActivate{
					width:346px;
					height:78px;
					float:right;
					margin:0 25px 0 0;
					padding:0;
				}
				
				#wlpeActivate div{
					margin:2px 0 0 0;
					float:left;
					width:100%;
				}
					
						#wlpeActivate label{
							width:120px;
							height:auto;
							float:left;
							text-align:right;
							margin:0 5px 0 0;
							font-size:8pt;
						}
						
                    	#wlpeActivationPassword{
							border:1px solid #009933;
							float:right;
							width:200px;
							text-align:left;
						}
						
						#wlpeNewPassword{
							border:1px solid #009933;
							float:right;
							width:200px;
							text-align:left;
						}
						
						#wlpeNewPasswordConfirm{
							border:1px solid #009933;
							float:right;
							width:200px;
							text-align:left;
						}
						
                        
                        #wlpeActivateButton{
							background-color:#28491A;
							color: #FFFFFF;
							border:0;
							padding:2px 5px 2px 5px;
							float:right;
							margin:7px 0 0 0;
							cursor:pointer;
						}
						
						#wlpeActivateButton:hover{
							background-color:#3E6C23;
							
						}
						
						#wlpeResetButton{
							margin:7px 0 0 3px;
						}*/
											
					
/*V.4.-MENSAJES*/
/*Los mensajes de confirmación*/					
								/*.wlpeMessage{
								width:346px;
								float:left;
								color: #FF0022;
								height:auto;
								font-size:8pt;
								}
								
								.wlpeMessage p{
								color: #FF0022;
								text-align: center;
								height:auto;
								margin:0;
								font-size:8pt;
								}
								
								.wlpeMessageText{
									color: #FF0022;
									margin:0;
									padding:0;
									font-size:8pt;
								}
								
								.wlpeMessageText p{
									margin:0;
									padding:0;
									font-size:8pt;
								}
*/






/*V.2.- REGISTRO DE USUARIO */
/*Pensado para que se despliegue en una pagina nueva. 
Es un formulario (como el que esta más formateado abajo), pero tambien esta adaptado a los clases del MODX, 
para no intervenir en el codigo de modx.*/

/*

#wlpeNewUser{
	width:65%;
	height:auto;
	float:left;
	margin:0 0 0 100px;
	padding:0;
}

#wlpeNewUser div{
	width:100%;
	height:auto;
	float:left;
	margin:8px 0 8px 0;
	padding:0;
}


		.login_register{
			width:250px;
			height:auto;
			float:left;
			text-align:left;
			margin:0 5px 0 0;
			font-size:8pt;
			color:#333;
			}
			
			.info{
			font-size:9pt
			color:#FF0022;
			
			}
			
			
			#wlpeUserDefaultImage{
				float:right;
			}
			
			.text-exp{
				width:200px;
				float:right;
				text-align:left;
				font-size:8pt;
				font-weight:bold;
		
			}
			
			#wlpeCaptchaImage{
				margin:5px 0 0 10px;
				float:right;
			}
	
						#wlpeSaveRegisterButton{
									background-color:#F4652B;
									color: #FFFFFF;
									border:0;
									padding:2px 5px 2px 5px;
									float:right;
									margin:7px 5px 0 5px;
									cursor:pointer;
			
								}
								
								
								#wlpeSaveRegisterButton:hover{
									background-color: #FF9900;
									
			
								}
			
							#wlpeCancelRegisterButton{
									background-color:#F4652B;
									color: #FFFFFF;
									border:0;
									padding:2px 5px 2px 5px;
									float:right;
									margin:7px 5px 0 5px;
									cursor:pointer;
								}
								
								
								#wlpeCancelRegisterButton:hover{
									background-color: #FF9900;
								}			
                   */





/*VI.-BUSCADOR*/	

/*Es el buscador basado en flex search. Tambien basado de Achiga, y heredado de interactivo */			   
				   
				   
				   #buscador_cont{
				   	width:500px;
					height:auto;
					float:right;
					margin:0;
				   }
				   
				   #buscador_cont form{
				   	width:185px;
					height:auto;
					float:right;
					margin:0;
				   }
				   
				   
					.FSF_form fieldset{
						border:0;
										}
					
					.FSF_form legend{
						display:none;
										}
					
							.busqueda_input{
								width:124px;
								float:left;
								padding:0;
								border:1px solid #737375;
								color:#333;
								margin:0 10px 3px 0;
								padding:3px;
								color:#737375;
							}
							
							
							.busqueda_opcion{
							
								width:131px;
								float:left;
								padding:0;
								border:1px solid #737375;
								color:#333;
								margin:0 10px 0 0;
								padding:2px;
								color:#737375;
							}
								.send_busqueda{
									background-image:url('../images/buscar.png');
									background-repeat:no-repeat;
									background-position:0 0;
									width:38px;
									height:22px;
									float:right;
									margin:0 6px 0 0;
									border:0;
									background-color:transparent;
									cursor:pointer;
								
								
								}
								
										.send_busqueda:hover{
										
										/*background-position:0 -20px;*/
										opacity:0.5; filter:alpha(opacity=60);
										
										
										}
						
						
						
/*VI.1.-RESULTADOS DE BUSQUEDA*/	

/*Aparece en un template en blanco es el resltado de la busqueda*/			   
						
						.FSF_resultsIntroFailure{
							/*width:500px;*/
							margin:0 auto;
							padding:0;
							text-align: center;
							font-size: 11px;
							
						}
						
							.FSF_searchResults{
								/*width:500px;*/
								margin: 0;
								padding:0;
								text-align: left;
								font-size: 11px;
							}
							
									.FSF_result{
									margin:10px 0 10px 0;
									}
			
								
							   
									   .FSF_result h3 a{
											color:#B0CF08;
												}	
					
										.FSF_result h3 a:hover{
											color:#7A8F00;
												}
									   
									   
											   .FSF_resultDescription{
												padding:10px 0 10px 0;
											   }
											   
											   .FSF_pagination{
											   font-weight:bold;
											   }
									   


				   

/*VII.- MENU PRINCIPAL*/	
/*Es el menu principal que generalmente va horizontal en la parte superior*/				   
				   
                #menu_principal{
					width:182px;
					height:213px;
					float:right;
					margin:0;
					padding:0;
					background-color:#262626;
					background-image:url('../images/fondo-menuizq.jpg');
					background-position:0 0;
					background-repeat:repeat-y;
					font-size:11px;
					border:1px solid #fff;
				
				}
                    #menu_principal ul{
						width:182px;
						padding:0 0 0 0;
						margin:0;
						text-align:center;
						float:left;
						font-size:11px;
					}
					
                        #menu_principal li{
							display:block;
							float: left;
							width:182px;
							
						} 
						
						
						 /*#menu_principal li.last a{
							border:0;
							
						}   */                                            
                        	/*#menu_principal a {
								color:#fff;
								padding:5px 37px 5px 0;
								margin:0;
								text-transform: uppercase;
								width:146px;
								float: left;
								text-align: right;
								border-bottom:2px solid #fff;
								background-image:url('../images/fondo-menuizq.jpg');
								background-position:0 0;
								background-repeat:repeat-y;
							}*/
                			/*#menu_principal a:hover {
								
								background-color: #fff;
								color:#000;
								background-image:none;
							}*/
							
						
								
								/*La clase "activo" proviene del MODX y permite marcar el link de donde se navega*/
								.activo{
								/*background-color:#A4BF0B;
								color:#7A8F00;*/
								}
								
								
								/*La clase "last" proviene del MODX y permite con este llamado eliminar la ultima raya de los menues*/
								/*#menu_principal li.last a {
									border-right:0;
									border-left:1px solid #666;
								}*/

								
								/*iconos que van en achiga*/	
								/*	#home_icon{
										width:20px;
										height:16px;
										float:left;
										margin:4px 0 0 37px !important;
										margin:2px 0 0 34px;
									}
										#contact_icon{
											width:20px;
											height:13px;
											float:left;
											margin:6px 0 0 12px !important;
											margin:4px 0 0 12px;
										}
										
										
										#home_icon a{
											border:0;
											padding:0;
										}
										#contact_icon a{
											border:0;
											padding:0;
										}
										
										#home_icon a:hover{
											opacity:0.7; filter:alpha(opacity=70);
										}
										#contact_icon a:hover{
											opacity:0.7; filter:alpha(opacity=70);
										}
										
										#home_icon img{
											border:0;
										}
										
										#contact_icon img{
											border:0;


									}*/
										

/*Sliding*/
#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{

	margin: 0;
	padding: 0;
}


ul#sliding-navigation li·sliding-element a
                                {
								color:#fff;
								padding:5px 37px 5px 0;
								margin:0;
								text-transform: uppercase;
								width:148px;
								float: left;
								text-align: right;
								border-bottom:2px solid #fff;
								
	
                                 }
                                 



ul#sliding-navigation li.sliding-element a
										{
								color:#fff;
								padding:5px 0 5px 0;
								margin:0;
								width:130px;
								float: left;
								text-align: right;
								border-bottom:2px solid #fff;

								
}

ul#sliding-navigation li.activo{
			background-color: #ED2E38;
			color:#FFF;
}

ul#sliding-navigation li.activo a
                                {
								background-color: #ED2E38;
								color:#FFF;
	                            font-weight: bold;
	                            /*background-image:url('../images/semicirculo-gris.jpg');*/
					            background-position:4px 5px;
					            background-repeat:no-repeat;
								border-color: #ED2E38;
                                 }


#imagen_del_menu{
	float:right;
	width:6px;
	height:13px;
	margin:6px 6px 0 0;

}

/*ul#sliding-navigation li.sliding-element a:hover {
								background-color: #fff;
								color:#000;
								background-image:none;

 }*/

/*VIII.- SUBMENU*/
/*EL famoso sub-menu no desplegable que aparece dependiendo del template*/						
						
				#menu-interior{
					width:747px;
					height:auto !important;
					min-height:18px !important;
					height:18px;
					float:left;
					margin:0 0 0 8px;
					padding:0;
					background-color:#BFBFBF;
					/*background-image: url('../images/submenu_rojo.jpg');
					background-position: 0 0;
					background-repeat:no-repeat;*/
					font-size:9px;
				
				}
                    #menu-interior ul{
						width:auto;
						padding:3px 0 4px 24px;
						margin:0;
						float:right;
						text-align:center;
						background-image: url('../images/submenu-rojo.jpg');
						background-position: 0 0;
						background-repeat:no-repeat;
					}
					
                        #menu-interior li{
							display:inline;
							float:left;
							
						}                                               
                        	#menu-interior a {
                        		color:#fff;
								padding:3px 12px 3px 12px;
								border-right:1px solid #fff;
								margin:0;
							}
							
							#menu-interior .active a{
                        		background-color:#7F0000;
							}
							
							
							#menu-interior .last a{
								border:0;
							}
                			#menu-interior a:hover {
                				color:#fff;
								background-color:#7F0000;
							}
	
	
	
	
	
	
			
			
/******************************************************/
/*MODULOS DEL PORTAL*/
/******************************************************/

	
				
				
/*VIII.-MODULO NOTICIAS*/
/*Noticias es una clase preformateada por el id modulo Sirve para las noticias principales de la portada.*/

			
		.noticias{
			width:535px;
			height:auto;
			float:left;
			margin:0 0 7px 0;
			padding:0;
		
		}
  
 /*El slide principal del sitio.*/ 
 	 .slide{
			width:763px;
			height:auto;
			float:left;
			margin:0 0 0 0;
			padding:0;
			background-color: #bfbfbf;
		
		}
		
		#slide_interior{
			width:747px;
			height:191px;
			margin:0 0 0 7px;
			padding:0;
			background-color: #fff;
			border:1px solid #bfbfbf;
			overflow: hidden;
			float:left;
		
		}
		
		#slide{
			width:747px;
			height:208px;
			margin:0 0 0 7px;
			float:left;
			padding:0;
			background-color: #fff;
			border:1px solid #bfbfbf;
		
		}
 
	
	
 /*noticia_portal es un tpl que contiene una noticia en el portal. La idea es que en MODX SEA UN MODULO REPETIBLE*/ 
 				
				#noticia_portal{
					width:100%;
					float:left;
					padding:0 0 5px 0;
					
				}
                    
                    #submodulo_noticia_grande{
						width:502px;
						height:auto;
						float:left;
						margin:0 0 0 30px !important;
						margin:0 0 0 15px;
						/*background-image:url('../images/fondo-novedades.png') ;
						background-position: 0 0;
						background-repeat: no-repeat;*/
					}
					
					
					/*Definimos el tamaño de las imagenes*/
					
                    	#imagenes_noticia_grande{
							width:502px;
							height:137px;
							float:left;
							background-color:#ebebeb;
							margin:5px 0 5px 0;
							border:1px solid #ccc;
						}
						
						#imagenes_noticia_grande img{
							width:502px;
							height:137px;
							float:left;
							
						}
						
						/*Definimos los contenidos*/
						
                        #contenidos_noticia_grande{
							width:502px;
							height:auto;
							float:left;
							margin:0;
						
						}
						
								#contenidos_noticia_grande h3{
									margin:5px 0 5px 0;
								
								}
								
								#contenidos_noticia_grande p{
								font-size:10px;
								
								}
						
						
	
	
	
				/* VIII.1.-SIDEBAR PORTAL*/
				/*Es una subcolumna que se despliega en el portal al lado de las noticias importantes*/		
				/*Tiene en este caso su propie head_modulos esta primero por que va fuera de la columna*/
				
				
				#sidebar_portal{
						width:187px;
						height:auto;
						float:left;
				
				}
				
				/*aqui va el video portal*/
				/*#video_portal{
						width:302px;
						height:229px;
						float:right;
						border:1px solid #ccc;
						margin:20px 0 0 0;
				}*/
				
				
         			#titulo_columna_noticias{
						width:270px;
						height:auto;
						margin:0 auto;
						border-bottom:1px solid #fff;
					}
					
					#titulo_columna_noticias h2{
						font-size:14px;
						height:auto;
						/*float:left;*/
						color:#fff;
						padding:0 0 0 0;
						margin:0;
						
					}
					
					

					
					/*Empieza el modulo*/
					
                    #columna_noticias{
						width:302px;
						height:auto;
						float:right;
						/*margin:0 34px 0 0 !important;*/
						/*margin:0 20px 0 0;*/
						padding:10px 0 10px 0;
						font-size:8pt;
						background-color: #636363;
					}
                    
					
					/*Empieza el submodulo pensado como repetible*/

                            #modulo_columna_noticias{
								width:270px;
								height:auto;
								/*float:left;*/
								margin:12px auto !important;
								margin:6px auto;
								padding:0;
								
							}
							
							/*Se definen las imagenes*/

                                #imagenes_noticia_chica{
									width:70px;
									height:50px;
									float:left;
									margin:0 8px 0 0;
									background-color:#ebebeb;
									border:1px solid #ccc;
								}
								
								#imagenes_noticia_chica img{
									width:70px;
									height:50px;
									float:left;
									
								}
                               
							   /*Se definen los contenidos*/
							   
									   #contenidos_columna_noticias{
											width:270px;
											height:auto;
											float:left;
											margin:0 0 5px 0;
										}
										
										#contenidos_columna_noticias p{
											float:left;
											width:180px;
											color:#fff;
										}
										
										#contenidos_columna_noticias h3{
											font-size:11px;
											color:#fff;
										}
	

                
/*IX.-MODULO SUBNOTICIAS*/                
/*Es un modulo que pertenece al portal, pero no esta contenido en el info_nav, ya que tiene un largo propio y otros atributos*/


				.subnoticias{
					height:auto;
					float:left;
					padding:0;
					/*margin:0 0 0 10px !important;
					margin:0 0 0 5px;*/
					}
										
                    .subnoticias ul{
						width:852px;
						height:auto;
						float:left;
						padding:0;
						margin:0 0 0 24px !important;
						margin:0 0 0 12px;
					}
					
					
					.subnoticias li{
						display:inline;
						margin:0;
						padding:0;
					}
                   
                        
						
						/*Se definen los contenidos*/
						
						 #submodulo_servicios{
							width:219px;
							height:auto;
							margin:6px 11px 6px 0;
							padding:0;
							float:left;
						 	
						 }
						 
						 
								 #submodulo_servicios h3{
									font-size:9pt;
								 
								 }
								 
								 #submodulo_servicios p{
									font-size:8pt;
								 
								 }
						 
						 
						 /*Se definen las imagenes*/
                             
							   #imagen_servicios{
							   	width:48px;
								height:48px;
								float:left;
								margin:0px 8px 0 0;
								background-color:#ebebeb;
							   }
							   
							   
							   
								   #imagen_servicios img{
									width:48px;
									height:48px;
									float:left;
									
								   }
							   


     							   
							   
/*X.4.-SECCIONES*/ 
/*Es un modulo que pertenece al portal, pero no esta contenido en el info_nav, ya que tiene un largo propio y otros atributos*/
                               
                .secciones{
					width:757px;
					float:right;
					height:auto;
					margin:0;
					padding:0;
				
				}
				
				.secciones ul{
					width:100%;
					float:right;
					height:auto;
					margin:0;
					padding:0;
					
				}
				
				.secciones li{
					display:inline;
				}
				
				/*Se maneja con un submodulo antes que el contenido*/
                	
                        #head_submodulos{
					
						width:237px;
						height:auto;
						float:left;
						/*background-color:#28491a;*/
						margin:0 0 0 0;
						}
						
						
						
						#head_submodulos h2{
							width:auto;
							float:left;
							padding:0;
							color:#f4652b;

						}
						
						
						/*Se definen los modulos*/
						
						
						/*SERVICIOS CATEGORIAS*/
						
						#servicios_port_categorias{
						width:100%;
						height:auto;
						float:left;
						margin:6px 0 0 0;
						}
						#servicios_port_categorias li{
						float:left;
						display:inline;
						}
						
						#submodulo_servicios_port{
								
								width:340px;
								height:auto;
								font-size:10px;
								float:left;
								margin:0 13px 0 0 !important;
								margin:0 6px 0 0;
								
							
							}
							
						#head_servicios_port{
						width:340px;
						height:17px;
						float:left;
						margin:0;
						background-image: url('../images/head-servicios.jpg');
						background-position: 0 left;
						background-repeat:no-repeat;
						}
						
						#head_servicios_port img{
						width:6px;
						height:6px;
						float:left;
						margin:4px 6px 0 0;
						}
                        
                        #head_servicios_port h3{
						color:#fff;
						padding:3px 0 0 9px;
						font-size: 10px !important;
						
						}
						
						#head_servicios_port a h3 {
						color:#fff;
						padding:2px 0 0 12px;
						}
						
						#imagenes_servicios_port {
							background-color:#EBEBEB;
							border:1px solid #DCDCDC;
							float:left;
							height:122px;
							margin:0;
							width:340px;
							overflow: hidden;
						}
						
						#imagenes_servicios_port_interiores{
						    background-color:#EBEBEB;
							border:1px solid #DCDCDC;
							float:left;
							height:97px;
							margin:4px 0 0 12px;
							width:97px;
							overflow:hidden;®
						}

						
						/*PRODUCTOS CATEGORIAS*/
						
						#productos_categorias{
						width:100%;
						height:auto;
						float:left;
						margin:6px 0 0 0;
						}
						
						#productos_categorias li{
						float:left;
						display:inline;
						}
						
						#submodulo_productos{
								
								width:227px;
								height:auto;
								font-size:10px;
								float:left;
								margin:0 13px 0 0 !important;
								margin:0 6px 0 0;
								
							
							}
							
						#head_productos{
						width:227px;
						height:17px;
						float:left;
						margin:0;
						background-image: url('../images/head-seccion.jpg');
						background-position: 0 left;
						background-repeat:no-repeat;
						}
						
						#head_productos img{
						width:6px;
						height:6px;
						float:left;
						margin:4px 6px 0 0;
						}
						
						#head_productos h3{
						color:#fff;
						padding:3px 0 0 9px;
						font-size: 10px !important;
						
						}
						
						#head_productos a h3 {
						color:#fff;
						padding:2px 0 0 12px;
						}
						
						#imagenes_productos {
							background-color:#EBEBEB;
							border:1px solid #DCDCDC;
							float:left;
							height:122px;
							margin:0;
							width:225px;
							overflow: hidden;
						}
						
						#imagenes_productos_interiores{
						    background-color:#EBEBEB;
							border:1px solid #DCDCDC;
							float:left;
							height:97px;
							margin:4px 0 0 12px;
							width:97px;
							overflow:hidden;®
						}
						
						
						
						
						/******Se definen las Categorias******/
						
						#submodulo_categorias{
								
								width:249px;
								height:auto;
								font-size:10px;
								float:left;
								margin:0 3px 0 0 !important;
								margin:0 3px 0 0;
								
							
							}
						
                            #submodulo_secciones{
								
								width:249px;
								height:auto;
								font-size:10px;
								float:left;
							
								}
								
								
								/*Se definen las imagenes*/
								
                                #imagenes_secciones{
									width:122px;
									height:92px;
									float:left;
									margin:0 6px 6px 0;
									background-color:#ebebeb;
									border:1px solid #fff;
								}
								
								/*Se definen los contenidos*/
								
                                #contenidos_secciones{
									width:260px;
									float:left;
									margin:5px 0 0 0;
								}
								
								#contenidos_secciones h3{
									font-size:11px;
									margin:0 0 5px 0;
								}
								
								#contenidos_secciones p{
									margin-top:6px 0 0 0;
									font-size:10px;
									
								}
								
/*XI.5.- RECETAS*/							
 /*Es un modulo que pertenece al portal, pero no esta contenido en el info_nav, ya que tiene un largo propio y otros atributos*/
 
 
 

				 	#head_seccion{
						width:249px;
						height:17px;
						float:left;
						margin:0;
						background-image: url('../images/head-seccion.png');
						background-position: 0 right;
						background-repeat:no-repeat;
						}
						
						#head_seccion img{
						width:6px;
						height:6px;
						float:left;
						margin:4px 8px 0 0;
						}
						
						#head_seccion h3{
						color:#fff;
						padding:0 3px 0 0;
						
						}
						
						#head_seccion a h3 {
						color:#fff;
						padding:2px 12px 0 0
						font-size:10px;
						margin-left: 15px;
						}
						
						
						#head_receta h2{
							width:auto;
							float:left;
							color:#f4652b;

						}
						
						
						 #submodulo_recetas{
								
								width:249px;
								height:auto;
								font-size:10px;
								float:left;
							
							}
							
								/*Se definen las imagenes*/
							
                                #imagenes_recetas{
									width:247px;
									height:122px;
									float:left;
									margin:0;
									background-color:#ebebeb;
									border:1px solid #DCDCDC;
									overflow: hidden;
								}
								
								 #imagenes_recetas img{
									width:247px;
									height:122px;
									float:left;
									
								}
								
								/*Se definen los contenidos*/
								
									#contenidos_recetas{
										width:249px;
										min-height: 250px;
										float:left;
										margin:5px 0 0 0;
										border-bottom:5px solid #999999;
									}
									
										#contenidos_recetas h3{
											font-size:10px !important;
											margin:0 0 0 7px;
											float:left;
											padding: 2px 0 0 0;
										}
										
										#contenidos_recetas p{
											margin:0 0 2px 0;
											font-size:10px;
											float:left;
											width:229px;
											height:auto !important;
											min-height:98px !important;
											height:98px;
											padding:5px 10px 3px 10px;
											background-color: #dcdcdc;
											
										}




/*XI.5.1- PROMOCION*/							
 /*Es un modulo que pertenece al portal, pero no esta contenido en el info_nav, ya que tiene un largo propio y otros atributos*/
 
 
 
#promocion{
	width:185px;
	height:auto;
	height: auto!important;
	min-height: 250px !important;
	height: 250px;
	font-size:10px;
	float:left;
	margin:5px 2px 0 2px !important;
	margin:5px 1px 0 1px;
	padding:0 0 5px 0;
	
	
}

#promocion_galeria{
	width:185px;
	height:auto;
	height: auto!important;
	min-height: 245px !important;
	height: 245px;
	font-size:10px;
	float:left;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	background-color: #fff;
	border:1px solid #fff;
	
	
}

#head_promocion{
	width:100%;
	height:17px;
	float:left;
	color:#f4652b;
	background-image: url('../images/barra-promociones.png');
	background-position: 0 0;
	background-repeat:no-repeat;
	margin:0 0 1px 0;
}

			#head_promocion img{
						width:6px;
						height:6px;
						margin:3px 8px 0 0;
						}

#head_promocion h3{
float:left;
font-size:10px !important;
margin:0 0 5px;
padding:2px 0 0 8px;
text-align:left;
width:auto;
color:#fff;
}

#contenido_imagen{
	width:182px;
	height:86px;
	float:left;
	margin:0;
	background-color:#ebebeb;
	border:1px solid #DCDCDC;
	overflow:hidden;
}



				#contenido_info{
					width:184px !important;
					width:100%;
					height: 100%;
					float:left;
					margin:0 0 2px 0;
				}

								#contenido_info p{
											margin:0;
											font-size:10px;
											height: 100%;
											float:left;
											width:auto;
											padding:10px 10px 16px 10px;
											background-color: #dcdcdc;
											
										}



						#contenido_boton{
							float:left;
							margin:0 0 2px 0;
							background-color: #dcdcdc;
							height:auto;
							width:100%;
							height:auto !important;
							min-height:142px !important;
							height:142px;
						}
						
						
							#contenido_boton a{
									background-image:url('../images/boton-cortizar.png');
									background-repeat:no-repeat;
									background-position:0 0;
									float:left;
									height:17px;
									padding:5px 0 0 0;
									margin:3px 0 0 25%;
									width:86px;
									border:0;
									color:#fff;
									background-color:transparent;
									text-align:center;
									cursor:pointer;
								
								
								}
								
										#contenido_boton a:hover{
										
										/*background-position:0 -20px;*/
										opacity:0.5; filter:alpha(opacity=60);
										
										
										}
										
										
								#btn_servicios{
									background-image:url('../images/boton-cortizar.png');
									background-repeat:no-repeat;
									background-position:0 0;
									float:left;
									height:17px;
									padding:5px 0 0 0;
									margin:3px 0 0 25%;
									width:86px;
									border:0;
									color:#fff;
									background-color:transparent;
									text-align:center;
									cursor:pointer;
								
								
								}
								
										#btn_servicios:hover{
										
										/*background-position:0 -20px;*/
										opacity:0.5; filter:alpha(opacity=60);
										
										
										}





/******************************************************/
/*CONTENIDOS FUERA DE OTRAS PAGINAS*/
/******************************************************/

/*XI.- NOVEDADES*/

/*Modulo de despliegue interior de noticias o novedades dentro del portal*/

		.novedades{
			width:852px;
			height:279px;
			background-image: url(../images/back-novedades.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			float:left;
			margin:0 0 10px 24px !important;
			margin:0 0 10px 12px;
			padding:0;
		
		}


/*Tiene en este caso su propie head_modulos*/
		
		#head_modulos_novedades{
					width:852px;
					height:auto;
					float:left;
					background-image: url(../images/barra-larga.png);
					background-position:0 0;
					background-repeat: no-repeat;
					color:#fff;
					margin:0 0 5px 0;
				}
				
				#head_modulos_novedades h2{
					font-size:11pt;
					color:#fff;
					width:auto;
					padding:2px 0 2px 15px;
					
					
				}

			
		
/*Comienza su propio despliegue de modulos*/

                    #submodulo_novedades{
						width:270px;
						height:auto;
						float:left;
						margin:0 0 0 10px !important;
						margin:0 0 0 5px;
					}
					
/*Definimos el tamaño de las imagenes*/

                    	#imagenes_novedades{
							width:270px;
							height:152px;
							float:left;
							margin:5px 0 5px 0;
							background-color:#ebebeb;
							border:1px solid #fff;
						}

						
								#imagenes_novedades img{
									width:270px;
									height:152px;
									float:left;
									
								}
								

								/*Definimos el contenido*/
								
								#contenidos_novedades{
									width:270px;
									height:auto;
									float:left;
									margin:5px 0 5px 0;
								
								}
								
										#contenidos_novedades h3{
											/*color:#f26436;*/
											margin:0 0 5px 0;
										
										}
										
										#contenidos_novedades p{
										font-size:8pt;
										margin:7px 0 7px 0;
										}
										
										 #contenidos_novedades a{
											font-size:12px;
											/*float:right;*/
											/*padding:2px 5px 2px 5px;*/
											margin:0;
											/*color:#fff;*/
											/*background-color:#f26436;*/
										}
										
										 #contenidos_novedades a:hover{
											
											/*background-color:#FF8C5F;*/
										}
									



						
/*XII.- ARTICULO*/	
/*Esta es la noticia del articulo solo.*/	

				
					
					#noticia_articulo{
						width:747px;
						height:auto;
						overflow: hidden;
						float:left;
						margin:6px 0 0 6px;
						border-bottom:6px solid #A4A4A4;
					}
					
					#noticia_articulo_galeria{
						width:750px;
						height:auto;
						overflow: hidden;
						float:left;
						margin:5px 0 0 7px !important;
						margin:5px 0 0 4px;
						border-bottom:6px solid #A4A4A4;
					}
		
					
						
						/*Definimos el tamaño de las imagenes*/
						
						#imagen_articulo_grande{
							width:550px;
							height:306px;
							float:left;
							background-color:#ebebeb;
							margin:5px 0 5px 0;
							border:1px solid #fff;
						}
						
						#imagen_articulo_grande img{
							width:550px;
							height:306px;
							float:left;
							
						}
						
						/*Definimos los contenidos*/
						
						#contenidos_articulo{
							width:720px;
							height:auto !important;
							min-height:210px!important;
							/*height:210px;*/
							float:left;
							padding:10px 15px 10px 15px;
							margin:0 0 2px 0;
							background-color: #DCDCDC;
						
						}
						
								#contenidos_articulo h3{
									/*color:#7A8F00;*/
									font-size: 10px;
								
								}
								
								#contenidos_articulo p{
								font-size:10px;
								line-height: 150%;
								/*margin:0 0 10px 20px !important;
								margin:0 0 10px 10px;*/
								float:left;
								width:100%;
								}
								
								
								
								
								 #contenidos_articulo a{
									/*font-size:8pt;*/
									/*color:#f26436;*/
								}
								
								 #contenidos_articulo a:hover{
									
									/*background-color:#FF8C5F;*/
								}
								
								
								
/*****************************************************************/



						#contenidos_articulo_galeria{
							width:720px;
							height:auto !important;
							min-height:423px!important;
							height:423px;
							float:left;
							padding:10px 15px 10px 15px;
							margin:0 0 2px 0;
							background-color: #DCDCDC;
						
						}
						
								#contenidos_articulo_galeria h3{
									/*color:#7A8F00;*/
									font-size: 10px;
								
								}
								
								#contenidos_articulo_galeria p{
								font-size:10px;
								line-height: 150%;
								/*margin:0 0 10px 20px !important;
								margin:0 0 10px 10px;*/
								float:left;
								width:96%;
								}
								
								
								
								
								 #contenidos_articulo_galeria a{
									/*font-size:8pt;*/
									/*color:#f26436;*/
								}
								
								 #contenidos_articulo_galeria a:hover{
									
									/*background-color:#FF8C5F;*/
								}								
								
								
								/*X.-NOTICIAS EN EL ARTICULO SOLO*/
								/*Columna lateral que acompaña los articulos*/


								 #contenidos_articulo_lateral{
									width:260px;
									height:auto;
									float:left;
									margin:10px 0 10px 0;
								}
										
										#contenidos_articulo_lateral p{
											font-size:10px;
											font-weight: bold;
											margin:5px 0 5px 0;
											float:left;
											width:120px;
											height:66px;
											overflow:hidden;
										}
										
												#contenidos_columna_noticias h3{
													margin:3px 0 5px 0;
													
												}
												
												#imagenes_articulo{
													width:121px;
													height:90px;
													float:left;
													background-color:#ebebeb;
													margin:5px 10px 5px 0;
													border:1px solid #fff;
												}
												
														#imagenes_articulo img{
															width:121px;
															height:90px;
															float:left;
															
														}
												 
												 #caja_articulo{
													width:260px;
													height:auto;
													float:right;
													margin:0;
													padding:0;
													font-size:8pt;
													}
											
											
													#caja_articulo h3{
														color:#f26436;
														margin:4px 0 0 0;
													}
								
												
													
													#contenidos_noticia_chica p{
													font-size:10px;
													float:left;
													width:130px;
													}
										
								
                                   				
						
						
						
				



							
							
/*XII - LISTADO DE ARTICULOS*/	
/*Esta es la lista ordenada de los articulos y elementos. Ocupada para descargas en achiga, y para articulos en interactivo*/




				#submodulo_listado_articulos{
						width:100%;
						height:auto;
						float:left;
						margin:8px 0 8px 0;

							}
							
							
						 			  #imagenes_listado_articulo{
											width:42px;
											height:42px;
											float:left;
											margin:0;
											padding:0;
											overflow:hidden;
											/*background-color: #ebebeb;*/
											color:#ebebeb;
												   }
							   
                       #contenidos_listado_articulos{
					   		width:496px;
							height:auto;
							float:right;
					   
					   }
													   
								   #contenidos_listado_articulos h3{
										margin:0 0 3px 0;
										padding:0 0 0 8px;
								   
								   }
					
									
									#contenidos_listado_articulos p{
										margin:0 0 0 0;
										padding:0 0 0 8px;
										font-size:8pt;
										
									}



/*XII - LISTADO DE REPRESENTACION*/	
/*Esta es la lista ordenada de los articulos y elementos. Ocupada para descargas en achiga, y para articulos en interactivo*/

               #lista_representaciones {
                  width:563px;
                  height:auto;
                  margin:0 auto;
               
               } 
               
               #lista_representaciones li{
                  display:inline;
                  float:left;
				  height:120px;
               } 


				#elemento_representaciones{
						width:238px;
						height:61px;
						float:left;
						margin:16px 0 0 0;

							}
							
							
						 			
											#imagen_representaciones {
												border:1px solid #EBEBEB;
												color:#EBEBEB;
												float:left;
												height:56px;
												margin:0;
												overflow:hidden;
												padding:0;
												width:89px;
													}
												   
							   
                       #contenido_representaciones{
					   		width:147px;
							height:auto;
							float:right;
					   
					   }
													   
								   #contenido_representaciones h3{
										margin:0 0 3px 0;
										padding:0 0 0 8px;
										color: #000;
										font-size:11px;
								   		float:left;
										width:129px;
								   }
					
									
									#contenido_representaciones p{
										margin:0 0 0 0;
										padding:0 0 0 8px;
										font-size:9px;
										float:left;
										width:129px;
										
									}
									
									#contenido_representaciones a{
										margin:0 0 0 0;
										padding:0 0 0 8px;
										font-size:9px;
										
									}


/*XIII.-Materiales*/	
/*Creada para paginas de logotipos. en este caso se le añade ademas un texto*/
#listado_material{
background-color:#c7c7c7;
float:left;
font-size:10px;
height:auto !important;
min-height:132px !important;
height:132px;
margin:0 0 2px;
padding:5px 10px 3px;
width:207px;

}

#boletin{
float:left;
height:auto!important;
/*height:111px!important;
height:111px;*/
border-bottom:1px solid #ccc;
padding:4px 0 4px 0;

}

#boletin h4{
font-size:10px;
text-transform: uppercase;
}


#listado_material p{
background-color:#c7c7c7;
float:left;
font-size:10px;
width:207px;
margin:0;
}

#listado_material li a{
list-style: circle;
padding:2px 0 2px 0;
float:left;
width:200px;

}


/*XIII.-CLIENTES*/	
/*Creada para paginas de logotipos. en este caso se le añade ademas un texto*/

	
		#clientes{
			width:430px;
			height:auto;
			float:right;
			margin:0;
			padding:0;
		
		}
		
		#clientes ul{
			margin:0;
			padding:0;
		
		}
		
		#clientes li{
			margin:6px 6px 6px; 
			padding:0;
			width:63px;
			height:39px;
			float:left;		
			background-color:#FFFFFF;
			}
		
		/*El listado de clientes*/
		
		#lista_clientes{
		width:231px;
		height:auto;
		float:left;
		}
		
		
		#lista_clientes ul{
		margin:0;
		padding:5px 0 5px 0;
		}
		
		#lista_clientes li{
		float:left;
		}
		
		#lista_clientes li a{
		display: block;
		padding:2px 0 2px 20px !important;
		padding:1px 0 1px 20px;
		color:#000;
		font-size:10px;
		float:left;
		width:211px;
		text-transform: uppercase;
		
		}
		
		#lista_clientes li a:hover{
		background-color:#fff;
		background-image:  url(../images/flecha_clientes.jpg);
		background-position:2px 3px;
		background-repeat:no-repeat;
		}
		



					/*Terminacion para el modulo*/
					#listado_bottom{
						width:852px;
						height:30px;
						float:left;
						margin:0 0 0 24px !important;
						margin:0 0 0 12px;
						padding:0;
						background-image: url(../images/fondo-lista-bottom.png);
						background-position:0 0;
						background-repeat:repeat-y;
					}
					
					
					
					/*Los modulos se despliegan en una lista ordenada*/
					
					#contenidos_socios ul{
						width:auto;
						float:left;
					}
							
							#contenidos_socios li{
								width:190px;
								float:left;
								display:inline;
								margin:8px 47px 8px 47px;
							}
							
							/*Esto es para la variable de auspiciadores que son logos sin texto*/
							
							#contenidos_auspiciadores li{
								width:80px;
								float:left;
								display:inline;
								margin:8px 63px 8px 63px;
							}
							
							
							
							/*Esto es el contenido*/
							
									#submodulo_listado_socios{
											width:100%;
											height:auto;
											float:left;
											
					
												}
												
												
								   #imagenes_listado_socios{
											width:80px;
											height:80px;
											float:left;
											margin:0;
											padding:0;
											overflow:hidden;
											/*background-color: #ebebeb;*/
											color:#ebebeb;
												   }
												   
										   #contenidos_listado_socios{
												width:100px;
												height:auto;
												float:right;
												text-align: left;
												/*margin:30px 0 0 0;*/
										   
										   }
															   
												   #contenidos_listado_socios h3{
														margin:0 0 3px 0;
														padding:0 0 0 8px;
												   
												   }
									
													
													#contenidos_listado_socios p{
														margin:0 0 0 0;
														padding:0 0 0 8px;
														font-size:8pt;
														
													}
							



/*Las categorias de los productos*/
						
						#menu_productos{
						width:116px;
						font-size:11px;
						float:left;
						margin:0 10px 0 0;
						menu_bottom
						}
						
						#menu_productos li{
						float:left;
						color:#b80106;
						}
						
						#menu_productos li a{
						width:106px;
						font-size:11px;
						float:left;
						padding:3px 5px 3px 5px;
						margin:0 0 2px 0;
						background-color: #f6f6f6;
						text-align: center;
						display: block;
						}
						
						#menu_productos li a:hover{
						background-color: #fff;
						}
						
						#menu_productos li.activo a{
						color:#000;
						background-color: #fff;
						}
						
						#contenido_productos{
						float:right;
						width:572px;
						height:auto !important;
						min-height:139px !important;
						height:139px;
						padding:8px;
						background-color: #f6f6f6;
						}
						
						#contenido_productos p{
								font-size:11px;
								line-height: 140%;
								margin:0 0 10px 20px;
								float:right;
								width:440px;
								}								   
								
                       	#contenido_control{
						float:right;
						width:572px;
						height:auto !important;
						/*min-height:139px !important;*/
						/*height:139px;*/
						padding:8px;
						background-color: #f6f6f6;
						
						}
						
						#texto_control{
								font-size:11px;
								line-height: 140%;
								margin:0 0 10px 20px;
								float:right;
								width:440px;
								}								   
								
                                 

/*********************************************/
		
		
		#submodulo_proyectos{
								
								width:340px;
								height:auto;
								font-size:10px;
								float:left;
								margin:0 20px 0 0 !important;
								margin:0 8px 0 0;
								
							
							}
							
						#head_proyectos{
						width:340px;
						height:17px;;
						float:left;
						margin:0;
						background-image:url(../images/barra-productos.png);
						background-position: 0 right;
						background-repeat:no-repeat;
						}
						#contenido_proyectos{
						width:340px;
						height:auto;
						float:left;
						margin:0;
						background-color: #c7c7c7;
						}
						
						#contenido_proyectos p{
						padding:8px 5px 8px 0;
						float:right;
						width:109px;
						font-size: 9px;
						margin:0 7px 0 0;
						}
						
						#head_proyectos img{
						width:6px;
						height:6px;
						float:left;
						margin:4px 8px 0 0;
						}
						
						#head_proyectos h3{
						color:#fff;
						padding:0;
						
						}
						
						#head_proyectos a h3 {
						color:#fff;
						padding:2px 0 0 12px;
						}
						
						#imagenes_proyectos {
							background-color:#EBEBEB;
							border:1px solid #DCDCDC;
							float:left;
							height:106px;
							margin:0;
							width:202px;
						}

 

 /*XIV.-FORMULARIO DE CONTACTO*/
  /*Funciona para todos los formularios que se aplican en el sitio*/
 


#form_back{
	width:720px;
	float:left;
}

		#form_back p{
			font-size: 11px;
		}


#form_back fieldset{
	border:0;
	background-color:transpaent;
	padding:40px 0 40px 0;
	float:left;
	width:720px;
}

#cotiza_mail{
font-size:12px;
text-align: center;
padding:8px 0 0 0;
float:left;
width:100%;
}

		.divline{
			margin:5px 0 5px 0 ;
			padding:0;
			float:left;
			width:720px;
		}
		
/*labels*/

.imputlabel{
	width:34%;
	height:auto;
	padding:0 0 0 0;
	margin:0 10px 0 0;
	text-align:right;
	float:left;
	font-size:10px;
	font-weight:bold;
	
}

		.imputlabel_special{
			width:375px;
			height:auto;
			padding:0 0 0 0;
			margin:0 10px 0 0;
			text-align:right;
			float:left;
			font-size:10px;
			font-weight:bold;
			
		}

					/*radios*/
							
					#right_radio{
						width:50%;
						float:right;
					}
					
						.label_form{
							color: #000000;
							text-align:left;
							width:50px;
						}
					
							.mujer{
							margin:0 10px 0 0;
							
							}
							
							.hombre{
							margin:0 10px 0 0;
							}
							
							
								#radio1{
									width:auto;
									float:left;
								}
								
								
								#radio2{
									width:auto;
									float:left;
								}
								
								
								/*inputs*/
								
								.textInput{
									width:250px;
									border:1px solid #ccc;
									font-size: 10px;
								}
								.textInputcorto{
									width:30px;
									border:1px solid #ccc;
									font-size: 10px;
								}
								.textInputmediano{
									width:213px;
									border:1px solid #ccc;
									font-size: 10px;
								}
								


								#zona{
									width:250px;
									border:1px solid #ccc;
									font-size: 10px;
								}


								#resultado{
									width:250px;
									font-size: 10px;
								}
			
			
											/*botones para diferentes formularios*/
											
											#submit_form{
												width:512px;
												height:auto;
												margin:0;
												padding:0;
												float:left;
												text-align:center;
											
											}
								
												.registrate{
														width:87px;
														height:22px;
														background-color:#B0CF08;
														border:0;
														margin:20px 0 0 35%;
														float:left;
														cursor:pointer;
													
													}
													
													.registrate:hover{
														background-color:#7A8F00;
														color:#fff;
													}
												
												.mensaje{
													width:195px;
													height:150px;
													overflow:auto;
												}
												
												
												.submitButton{
														width:108px;
														height:22px;
														background-color:transparent;
														border:0;
														margin:20px 0 0 41%;
														float:left;
														background-image: url('../images/enviarmensaje.png');
														background-position:center;
														background-repeat:no-repeat;
														cursor: pointer;
														}
													.submitButtonPresupuesto{
														width:131px;
														height:22px;
														background-color:transparent;
														border:0;
														margin:20px 0 0 41%;
														float:left;
														background-image: url('../images/cotizacion.png');
														background-position:center;
														background-repeat:no-repeat;
														cursor: pointer;
														}
														
														.submitButtonPresupuesto:hover{
															opacity:0.5; filter:alpha(opacity=60);	
														}
														
														.submitButtonPresupuesto_en{
														width:131px;
														height:22px;
														background-color:transparent;
														border:0;
														margin:20px 0 0 41%;
														float:left;
														background-image: url('../images/cotizacion_en.png');
														background-position:center;
														background-repeat:no-repeat;
														cursor: pointer;
														}
														
														.submitButtonPresupuesto_en:hover{
															opacity:0.5; filter:alpha(opacity=60);	
														}

														
														.submitButton:hover{
															opacity:0.5; filter:alpha(opacity=60);	
														}
														
														
													.boton_cotizar{
													background-image:url('../images/boton-cortizar.png');
													background-repeat:no-repeat;
													background-position: center;
													width:86px;
													height:auto;
													padding:5px 0 5px 0;
													background-color:transparent;
													border:0;
													margin:2px 0 0 35%;
													color:#fff;
													cursor:pointer;
													font-size: 11px;
													font-weight: bold;
													text-align: center;
													}
													
													.boton_cotizar:hover{
															opacity:0.5; filter:alpha(opacity=60);	
														}
														
														/*XIV.- MENSAJE DE NEWSLETTER*/
										
																.mensaje-newsletter{
																	width:400px;
																	height:auto;
																	font-size:9pt;
																	margin:0 0 0 50px;
																}
				
				

 /*XIV.-CALCULADORA*/
  /*Funciona para todos los formularios que se aplican en el sitio*/
 


#calculadora{
	width:207px;
	float:left;
	padding:10px 0 0 0;
}

		#calculadora p{
			font-size: 11px;
		}


#calculadora fieldset{
	border:0;
	background-color:transpaent;
	padding:40px 0 40px 0;
	float:left;
	width:207px;
}


		.divline_calculadora{
			margin:2px 0 2px 0 ;
			padding:0;
			float:left;
			width:207px;
		}
		
/*labels*/

.imputlabel_calculadora{
	width:34%;
	height:auto;
	padding:0 0 0 0;
	margin:0 10px 0 0;
	text-align:right;
	float:left;
	font-size:9px;
	font-weight:bold;
	
}

		.imputlabel_special_calculadora{
			width:375px;
			height:auto;
			padding:0 0 0 0;
			margin:0 10px 0 0;
			text-align:right;
			float:left;
			font-size:9px;
			font-weight:bold;
			
		}

				
								
								/*inputs*/
								
								.textInput_calculadora{
									width:120px !important;
									width:110px;
									border:1px solid #ccc;
									font-size: 10px;
								}
											
												
														
													.boton_cotizar_calculadora{
													background-image:url('../images/boton-cortizar.jpg');
													background-repeat:no-repeat;
													background-position: center;
													width:88px;
													height:auto;
													padding:3px 0 5px 0;
													background-color:transparent;
													border:0;
													margin:2px 0 0 0;
													color:#fff;
													cursor:pointer;
													float:right;
													font-size: 11px;
													font-weight: bold;
													text-align: center;
													}
													
													.boton_cotizar_calculadora:hover{
															opacity:0.5; filter:alpha(opacity=60);	
														}
														
														/*XIV.- MENSAJE DE NEWSLETTER*/
										
																.mensaje-newsletter{
																	width:400px;
																	height:auto;
																	font-size:9pt;
																	margin:0 0 0 50px;
																}
											
												

/*XV.- JOT EL COMENTADOR DE ARTICULOS*/
/*Esto permite controlar el comentador de articulos*/

			
			/*el contenedor*/
			#coments{
				margin:0 0 0 25px;
				padding:0;
				width:400px;
				height:auto;
				float:left;
				font-size:9pt;
			}
			
			

					.jot-list{
						width:500px;
						font-size:9pt;
						margin:0 0 0 10px;
					}
					
					.jot-row{
						margin:0 0 10px 10px !important;
						margin:0 0 10px 0;
					}
					
					.jot-list li{
						list-style:none;
					}
					
					
					.jot-form fieldset{
						padding:0;
						margin:0 0 0 10px;
					}
					
					.jot-cfm{
						font-size: 9pt;
						margin-left:10px;
						border:0;
					}
					
					.jot-err{
						font-size: 9pt;
						margin-left:10px;
						border:0;
					}
					
							.jot-message{
							
							width:auto;
							height:auto;
							padding:10px 10px 10px 10px;
							overflow:none;
							display:block;
							
							
							}
							
							
									.jot-message p{
									
									float:left;
									width:100%;
									display:block;
									
									}

						.mensaje_box{
						text-align:center;
						}
								/*input*/
								.mensaje_text{
									margin:0;
									height:200px;
									width:100%;
									float:left;
									padding:0;
									margin:0 0 0 0;
									border:1px solid #ccc;
								} 
								
								.mensaje_large{
									width:100%;
									float:left;
									
								}
						/*labels*/
						.mensaje_label{
							font-size:9pt;
							color:#7C7972;
							margin:10px 0 0 0;
							
						}
						.mensaje_radio{
							float:left;
							margin:0 10px 0 0;
							
						} 
						
						.line{
							width:100%;
							height:auto;
							margin:5px 0 5px 0;
							padding:0;
							color:#FFFFFF;
							font-size:8pt;
							float:left;
						}
						
								/*boton*/
								.send_newsletter{
									font-size:8pt;
									float:right;
									padding:2px 5px 2px 5px;
									margin:10px 0 0 0;
									color:#fff;
									background-color:#f26436;
									border:0;
									cursor:pointer;
								}
								
								 .send_newsletter:hover{
									opacity:0.5; filter:alpha(opacity=60);
								}
		 

											



/*XVI.- SITEMAP*/
/*el sitemap del sitio*/


		#sitemap ul{
			margin:5px 0 5px 10px;
		}
		
				#sitemap ul li{
					font-size:13px;
				}
				
						#sitemap ul li ul{
							margin:10px 0 10px 10px;
						}
						
							#sitemap ul li ul li{
								font-size:11px;
								list-style: disc;
							}
							
							#sitemap li a:hover{
								text-decoration: underline;
								background-color:transparent;
								
								
							}
		


				/*XVIII.-PAGINADOR*/
				
				#paginador{
					width:100%;
					font-size: 12px;
					float:left;
					padding:20px 0 0 0;
				}
				
						#paginador p{
							text-align: center;
						}
								
								#ditto_pages{
									width:400px;
									margin:0 auto;
									text-align: center;
								}
								
								#ditto_pages p{
									text-align: center;
								}
				
/*XVII.-GALERIA*/

.thumbscontainer {
height:auto;
margin:0;
padding:0;
width:455px;
}
		#foto_noticia_home {
		height:95px;
		width:80px;
		}
		
		

				#ee_miniCalendarContainer {
				float:left;
				height:auto;
				width:100%;
				}
						.ee_miniCalendar {
						height:auto;
						margin:0 auto;
						width:134px;
						}
								#ee_listDetailsContainer {
								float:right;
								height:auto;
								margin:20px 0 0;
								width:100%;
								}
								.easyEventsList_group {
								float:left;
								margin:0 0 20px;
								}
								.easyEventsList_heading {
								font-size:11pt;
								font-weight:bold;
								margin:5px 0;
								}
								.easyEventsList_time {
								font-weight:bold;
								margin:5px 0;
								}
										.ee_miniCalendarNav {
										font-size:11pt;
										font-weight:bold;
										margin:5px 0 10px;
										}
											.ee_miniCalMonth {
											font-size:11pt;
											font-weight:bold;
											margin:0 0 5px;
											}
											
		
				/*XVIII.1.-GALERIA DE FOTOS*/
				#fecha_galeria{
					width:100%;
					margin:0;
					padding:0;
				}
				
							#fecha_galeria b{
								margin:0;
								padding:0;
								font-size:12px;
							}
							
								.managecontainer{
									width:87%;
									float:left;
									margin:0 0 0 37px;
									font-size:11px;
								}
								
								.thumbnail{
									height:50px;
									overflow: hidden;
								}



/*****************************************/
/*BANNERS Y SECIONES DE BANNERS*/
/****************************************/



/*TOP*/
/*Corresponde a un espacio destinado para un superbanner. Generalmente esta desactivado*/

/*#top{
	width:100%;
	height:104px;
	float:left;
	margin:0;
	padding:0;
}

#publicidad_top{
	

}

	#super_banner_box{
		width:726px;
		height:90px;
		text-align:center;
		margin:0 auto;
		padding:0;
		background-color:#333333;
		
	}*/
	
	
/* MODULO PUBLICIDAD CENTRAL*/
/*Contiene un central Banner*/
                  
                .publicidad{
					height:auto;
					float:left;
					padding:0;
					margin:20px 0 20px 0;
					width:100%;
					
				
				}
				
					#cont_banner_box{
					float:left;
					width:100%;
					margin:15px 0 0 0;
					}
					
					#label_publicidad{
						width:768px;
						display:block;
						margin:0 auto;
						font-size:10px;
						color:#7A8F00;
					
					}
						#central_banner_box{
							width:768px;
							height:90px;
							display:block;
							margin:0 auto;
							padding:0;
							background-color:#333333;
							border:1px solid #7A8F00;
						
						}
/*PUBLICIDAD LATERAL*/
/*Correspode al lugar dispuesto para un sky-creaper. Esto aparecio en la primera version de achiga, y despues se desecho.*/
					
			/*#publicidad_col{
				width:160px !important;
				width:158px;
				height:auto;
				float:right;
				margin:21px 0 0 0;
				padding:0;
			
			}
			
            	#sky_creaper_box{
					width:121px;
					height:621px;
					float:left;
					margin:0 0 0 10px!important;
					margin:0 0 0 5px;
					padding:0;
					background-color: #333333;
				}*/



				
/*****************SCREEN CONTACTO**********************/

.mapa_contacto{
margin:0;
padding:0;
width:64px;
}


.menu_contacto_ul {
padding: 0;
margin: 0;
height:252px;
}

.menu_contacto_ul a, .menu_contacto_ul img{
padding: 0;
margin: 0;
}

#contenido_contacto{
width:600px;
height:320px;
float:right;
margin-right:80px;
background-color:#F3F3F3;
}

#menu_contacto{
width:64px;
float:left;
margin-left:15px;
margin-top:10px;
margin-bottom:10px;
height:252px;
background-color:#F3F3F3;
}

.link_mapa{
margin: 0 5px 0 5px;
}

.link_mapa:hover{
opacity:0.5; filter:alpha(opacity=60);
}
.link_mapa img{
margin: 0 5px 0 5px;
border:0;
}

.item278contacto, .item291contacto{
height:28px;
margin:0;
padding:0;
}
.item279contacto, .item292contacto{
height:11px;
margin:0;
padding:0;
}
.item276contacto, .item289contacto{
height:16px;
margin:0;
padding:0;
}
.item272contacto, .item285contacto{
height:42px;
margin:0;
padding:0;
}
.item273contacto, .item286contacto{
height:8px;
margin:0;
padding:0;
}
.item271contacto, .item284contacto{
height:9px;
margin:0;
padding:0;
}
.item274contacto, .item287contacto{
height:15px;
margin:0;
padding:0;
}
.item277contacto, .item290contacto{
height:16px;
margin:0;
padding:0;
}
.item275contacto, .item288contacto{
height:48px;
margin:0;
padding:0;
}
.item280contacto, .item293contacto{
height:59px;
margin:0;
padding:0;
}

#columna_derecha{
width:208px;
height:208px;
float:right;
margin-right:10px;
margin-top:20px;
}

#imagen_contacto{
width:168px;
height:168px;
margin:0 auto;
background-color:#CCCCCC;
overflow:hidden;
margin-bottom:10px;
}

#text_contacto{
width:250px;
padding: 5px 15px;
padding-top:30px;
float:left;
}

#screen{
	position:relative;
	height:445px;
	width:750px;
	margin-top: 18px !important;
	margin-top: 9px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
		width:750px;
		text-align:center;
		position:absolute;
	}
		#navigation ul{
			margin-left:158px !important;
			margin-left:59px;
			width:195px;
			position:relative;
			top:92px;
			
		}
			#navigation li{
				float:left;
				margin:1px 0;
				display:block;
				width:158px;
			}
				#navigation a{
					color:#fff;
					font-weight:bolder;
					text-decoration:none;
					font-size:10px;
					width:158px;
					background-color:#333333;
					float:left;
					padding:3px 0 3px 0;
				}
	
	
				#navigation a:hover{
					background-color:#989898;
					color:#333;
				}
	
	              
	
	
#sections{
	overflow:hidden;
	background-color:#000;
	width:750px;
	height:445px;
	clear:left;
	background-image:url('../images/fp4.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
}
	
	#sections ul{
		height:7600px;
		width:750px;
		margin-top:0;
		padding-top:0;
	}
	
		#sections li{
			float:left;
			padding:0;
			width:750px;
			height:445px;
			list-style:none;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
				font-size:10px;
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
				font-size:12px;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

#cuadro_contacto{
background-color:#FFFFFF;
float:left;
margin-left:369px !important;
margin-left:184px;
padding:10px;
margin-top:93px;
width:230px;
}

#cuadro_contacto h2{
width:230px;
float:left;
}

#cuadro_contacto p{
width:230px;
float:left;
}

.stg{
background-image:url('../images/fp2.jpg');
background-repeat:no-repeat;
background-position:0 0;
margin: 0;
padding: 0;
}

.atf{
background-image:url('../images/fp1.jpg');
background-repeat:no-repeat;
background-position:0 0;
}

.csp{
background-image:url('../images/fp3.jpg');
background-repeat:no-repeat;
background-position:0 0;
}

#mapa{
float:left;
margin:0 0 0 80px;
width:94px;
height:440px;
}

.tabla{
font-size: 10px;
line-height: 140%;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 10px;
float: right;
width:440px;
}

.bottom{
bottom:0px
}

						#menu_bottom{
						width:116px;
						font-size:11px;
						float:left;
						margin:0 10px 5% 0;
						bottom:0px;
						
						}
						
						#menu_bottom li{
						float:left;
						color:#b80106;
						}
						
						#menu_bottom li a{
						width:106px;
						font-size:11px;
						float:left;
						padding:3px 5px 3px 5px;
						margin:0 0 2px 0;
						background-color: #f6f6f6;
						text-align: center;
						display: block;
						}
						
						#menu_bottom li a:hover{
						background-color: #fff;
						}
						
						#menu_bottom li.activo a{
						color:#000;
						background-color: #fff;
						}
		
		#separador_menu{
		height:auto;
		min-height:135px !important;
		}


/**************************************************************************************************************/
	
	#ticket_safari { margin:0px; padding:0px; }
	
	#ticket_safari p{ width: 29%; }