object{
	display:block;
	}

.salto{
	display:block;
	}

/*--------------------------------------- HOME -------------------------------------------*/
.web{
	margin:0 auto;
	width:970px;
	}

	.superior{
		position:relative;
		float:left;
		width:960px;
		padding:10px 10px 10px 0;
		text-align:right;
		}

	.izq{
		position:relative; 
		float:left;
		width:260px;
		}

		.logo{
			position:relative; 
			float:left;
			width:260px;
			margin-top:-3px;
			}

		.menu{
			position:relative;
			float:left;
			width:211px;
			padding:10px 20px 13px 15px;
			background:url(../_entorno/fondo_menu.jpg) bottom repeat-y;
			}

			.menu_pos {
				position:relative;
				width:191px;
				padding:0 0 0 20px;
				margin:0px;
				list-style-type:none;
				}		

				.menu_linea{
					padding:0 0 8px 0;
					list-style-image:url(../_entorno/punto.gif);
					background:url(../_entorno/menu_linea.gif) left bottom no-repeat;
					}
					
					.menu_bloque2{
						position:relative;
						width:171px;
						margin:0px;
						padding:0 0 10px 20px;
						}

						.menu_bloque2 li	{
							/*line-height:15px;*/
							list-style-image:url(../_entorno/punto2.gif);
							}

		.menu_bot{
			position:relative;
			float:left;
			width:246px;
			height:20px;
			background:url(../_entorno/fondo_menu_bot.jpg) bottom no-repeat;
			}

	.dcha{
		position:relative;
		float:left;
		width:710px;
		}

		.area{
			position:relative;
			float:left;
			width:710px;
			margin-top:-4px;
			}

		.secciones{
			position:relative;
			float:left;
			width:710px;
			padding:31px 0 0 0;
			}

			.sec_1{
				position:relative;
				float:left;
				width:237px;
				height:113px;
				background:url(../_entorno/sec_1.jpg) no-repeat;
					}

				.sec_1_tit{
					position:absolute;
					top:65px;
					left:15px;
					width:230px;
					line-height:20px;
					}

			.sec_2{
				position:relative;
				float:left;
				width:236px;
				height:113px;
				background:url(../_entorno/sec_2.jpg) no-repeat;
					}

				.sec_2_tit{
					position:absolute;
					top:65px;
					left:100px;
					width:115px;
					text-align:right;
					line-height:20px;
					}

			.sec_3{
				position:relative;
				float:left;
				width:237px;
				height:113px;
				background:url(../_entorno/sec_3.jpg) no-repeat;
				}

				.sec_3_tit{
					position:absolute;
					top:65px;
					left:105px;
					width:115px;
					text-align:right;
					line-height:20px;
					}


	.destacados{
		position:relative;
		float:left;
		width:970px;
		padding:16px 0 45px 0;
		}

		.bloque{
			position:relative;
			float:left;
			width:223px;
			height:289px;
			padding:12px 0 0 12px;
			background:url(../_entorno/dest_fondo.jpg) no-repeat;
			}

		.bloque_espacio{
			position:relative;
			float:left;
			width:6px;
			height:289px;
			}

			/* Común interior bloques */
			.bloque_tit{
				position:relative;
				float:left;
				width:208px;
				text-align:center;
				}

			.bloque_imagen{
				position:relative;
				float:left;
				width:208px;
				padding:10px 0 10px 0;
				}

			.bloque_entradilla{
				position:relative;
				float:left;
				width:198px;
				height:35px;
				padding:0 5px 10px 5px;
				}

			.bloque_texto{
				position:relative;
				float:left;
				width:198px;
				height:88px;
				padding:0 5px 10px 5px;
				}

			.bloque_mas{
				position:relative;
				float:left;
				width:208px;
				text-align:right;
				}

				.bloque_mas .enlace{
					position:absolute;
					top:0px;
					right:20px;
					}

				.bloque_mas .imagen{
					position:absolute;
					top:1px;
					right:0px;
					}


	.pie{
		position:relative;
		float:left;
		width:912px;
		height:50px;
		padding:0 25px 0 25px;
		background:#000000;
			}

		.pie .info{
			position:absolute;
			top:8px;
			width:678px;
			line-height:16px;
			}

		.pie .mw{
			position:absolute;
			top:16px;
			right:20px;
			width:188px;
			text-align:right;
			}

/*--------------------------------------- INTERIOR -------------------------------------------*/


	.contenido{
		position:relative;
		float:left;
		width:672px;
		padding:0 18px 0 18px;
		}

	.migas{
		position:relative;
		float:left;
		width:672px;
		padding:0 0 20px 0;
		}

	.tit_hijo2{
		position:relative;
		float:left;
		width:672px;
		padding:0 0 12px 0;
		background:url(../_entorno/i-linea_tit.jpg) bottom right no-repeat;
		}

	.cont_motor{
		position:relative;
		float:left;
		width:672px;
		height: auto!important; /* para los navegadores buenos */
		height:480px; /* para IE5+ */
		min-height:480px; /* para los navegadores buenos */
		padding:30px 0 30px 0;
		}


/*--------------------------------------- TEXTOS -------------------------------------------*/
/* negrita */
.negrita{
	font-weight:bold;
	}

/* menú superior */
.txt1{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#FFFFFF;
	/*color:#000000;*/
	text-decoration:none;
	}

	.txt1 a{
		color:#FFFFFF;
		/*color:#000000;*/
		text-decoration:none;
		}
	
	.txt1 a:hover{
		text-decoration:underline;
		}

/* menú lateral hijo 1 */
.txt2{
	font-family:Century Gothic, Verdana;
	font-size:17px;
	color:#3B3C3E;
	font-weight:bold;
	text-decoration:none;
	}

	.txt2 a{
		color:#3B3C3E;
		text-decoration:none;
		}
	
	.txt2 a:hover{
		text-decoration:underline;
		}

/* nº sección */
.txt3{
	font-family:Arial Narrow, Trebuchet MS, Verdana;
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;
	}

	.txt3 a{
		color:#FFFFFF;
		text-decoration:none;
		}

	.txt3 a:hover{
		text-decoration:underline;
		}

.txt4{
	font-family:Arial Narrow, Trebuchet MS, Verdana;
	font-size:17px;
	color:#B0DC75;
	text-decoration:none;
	}

	.txt4 a{color:#B0DC75;
		text-decoration:none;
		}

	.txt4 a:hover{text-decoration:underline;
		}

/* Titular destacado */
.txt6{
	font-family:Arial, Verdana;
	font-size:17px;
	color:#800000;
	/*color:#6EC200;*/
	font-weight:bold;
	text-decoration:none;
	}

	.txt6 a{
		color:#800000;
		/*color:#6EC200;*/
		text-decoration:none;
		}


	.txt6 a{
		color:#6EC200;
		text-decoration:underline;
		}

/* Entradilla destacado y migas */
.txt7{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}

	.txt7 a{
		color:#000000;
		text-decoration:none;
		}

	.txt7 a:hover{
		text-decoration:underline;
		}

/* Texto destacado */
.txt8{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#585555;
	text-decoration:none;
		}
		
	.txt8 a{
		color:#585555;
		text-decoration:none;
		}
		
	.txt8 a:hover{
		text-decoration:underline;
		}

/* Más destacado */
.txt9{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#494949;
	text-decoration:none;
	}

	.txt9 a{
		color:#494949;
		text-decoration:none;
		}

	.txt9 a:hover{
		text-decoration:underline;
		}

/* Pie */
.txt10{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#B2B2B1;
	text-decoration:none;
	}

	.txt10 a{
		color:#B2B2B1;
		text-decoration:underline;
		}

	.txt10 a:hover{
		color:#6EC200;
		text-decoration:underline;
		}


/* menú lateral hijo 2 */
.txt11{
	font-family:Century Gothic, Verdana;
	font-size:12px;
	color:#6B6C6B;
	text-decoration:none;
	}

	.txt11 a{
		color:#6B6C6B;
		text-decoration:none;
		}
			
	.txt11 a:hover{
		text-decoration:underline;
		}

/* Título hijo 1 */
.txt12{
	font-family:Arial, Verdana;
	font-size:22px;
	color:#1C72B5;
	}

/* Título hijo 2 */
.txt13{
	font-family:Arial, Verdana;
	font-size:18px;
	color:#800000;
	/*color:#6EC200;*/
	}

/* Contenido */
.txt14{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#585555;
	text-decoration:none;
	}

	.txt14 a{
		color:#800000;
		text-decoration:none;
		}

	.txt14 a:hover{
		color:#800000;
		text-decoration:underline;
		}