/* index */

/***eliminar fondos y columnas***/
html, body{height:100%; }
		body {margin:0;	padding:0; overflow:auto;	background: #000000}
	#interior, #paginaExterior, .modulo-1  {height:100%; width: 100%;background: none;float:none;padding:0; margin: 0}

/*
#paginaCabecera{display:none}
#colMedio{display:none}
#columnaIzquierda {display:none}*/


/** cuerpo del index ***/
	
	.introIndex{overflow:hidden;padding:1em; text-align:center;}
	.introIndex h2 a:link, .introIndex h2 a:visited{text-decoration:none;color:#A80033;font-size:3em;font-family:Georgia,Times,sans-serif;}
		.introIndex h2 a:hover{text-decoration:none}
	.introIndex h3 a:link, .introIndex h3 a:visited{text-decoration:none;color:#BCBCBC;font-size:2.4em;font-family:Georgia,Times,sans-serif;}
		.introIndex h3 a:hover{text-decoration:none}
	.introIndex p{margin:2em 0 0;color:#666666;font-size:1.2em;}
	
/*Direcciones*/
	address#Burgos{overflow:hidden;float:left;clear:left; margin:2em 1em 0 12em;padding:1.4em;height:12em;width:22em;text-align:center;font-style:normal; color:#666666;background:#0D0D0D ;border:0.1em solid #3D3D3D;}
	address#Palencia{overflow:hidden;float:right;clear:right;display:block; margin:2em 13em 0 0;padding:1.4em;height:12em;width:22em;text-align:center;font-style:normal;color:#666666; background:#0D0D0D;border:0.1em solid #3D3D3D;}
		address strong.ciudad{overflow:hidden; display:block;color:#BCBCBC;font-family:Georgia,Times,sans-serif;font-size:3em;	font-weight: normal}
		address strong{font-size:1.1em}

	a.boton:link, a.boton:visited{overflow:hidden;float:left; width:100%;clear:both;margin:3em auto;text-align:center;}