@charset "utf-8";

body {
	margin: 0;
	background-color: #FFF;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.contenedor {
	background-color: #F6F6F6;
	border: #CBCBCB solid;
	border-width: 0px 1px;
	
	margin: 0 auto;
	
	width: 982px;
}

.enlaceSuperior {
	width: 975px;
	height: 20px;
	
	margin: 2px 0px;
	
	padding: 2px;
	background-color: #F9F9F9;
	border: 1px solid #8A8A8A;
	
	text-align: right;
}

	.enlaceSuperior b {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		
		padding-right: 15px;
	}
	
		.linksuperior:link { color: #036; text-decoration: none; }
		.linksuperior:visited { text-decoration: none; color: #036; }
		.linksuperior:hover { text-decoration: none; color: #036; border-color: #036; border-style:solid; border-width: 0px 0px 1px 0px; }
		.linksuperior:active { text-decoration: none; color: #036;}

.imgSuperior {
	width: 975px;
	height: 350px;
	padding: 2px;
	background-color: #F9F9F9;
	border: 1px solid #8A8A8A;
}

.cintaTitulo {
	width: 975px;
	height: 25px;
	
	margin: 2px 0px;
	
	padding: 2px;
	
	background-color: #F9F9F9;
	border: 1px solid #8A8A8A;
}

	.cintaTituloIzquierda {
		float: left;
		clear: left;
		
		height: 25px;
		
		width: 275px;
	}
	
	.cintaTituloDerecha {
		float: right;
		clear: right;
		
		width: 680px;
		height: 25px;
		
		text-align: right;
	}
	
	.cintaTituloDerecha b {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		
		padding-right: 15px;
	}
	
.bloqueCentral {
	width: 975px;
	
	margin: 2px 0px;
	
	padding: 2px;
	
	background-color: #F9F9F9;
	border: 1px solid #8A8A8A;
	
	overflow: hidden;
}

	.bloqueCentralIzquierda {
		width: 270px;
		
		float: left;
		clear: left;
		
		color: #003;
		text-align: right;
	}
	
		.enlaceMarco {
			width: 260px;
			height: 20px;
			
			padding: 0px 10px 0px 0px;
		}
		
		.enlaceMarcoActivo {
			width: 260px;
			height: 20px;
			
			padding: 0px 10px 0px 0px;
		}
		
		.linkIzquierda:link { color: #036; text-decoration: none; }
		.linkIzquierda:visited { text-decoration: none; color: #036; }
		.linkIzquierda:hover { text-decoration: none; color: #036; border-color: #036; border-style:solid; border-width: 0px 0px 1px 0px; }
		.linkIzquierda:active { text-decoration: none; color: #036;}
	
	.bloqueCentralDerecha {
		width: 695px;
		
		float: right;
		clear: right;
		
		padding: 2px;
		
		background-color: #F9F9F9;
		border: 1px solid #8A8A8A;
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: normal;
		
		text-align: justify;
	}
	
		.imagenInterna {
			border: #096 1px solid;
			padding: 2px;
			
			margin: 4px;
		}
		
		.textoMargen {
			padding: 0px 10px;
		}
		
		.escudo {
			text-align: center;
		}
	
.piePagina {
	width: 975px;
	
	margin: 2px 0px;
	
	padding: 2px;
	
	background-color: #333333;
	border: 1px solid #8A8A8A;
	
	text-align: center;
	
	color: #FFF;
}

.tituloArchivo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
