/* Hoja de estilo para web alameda
----------------------------------------------- 
globales
cabecera
contenido
pie
elementos genericos
*/

/* globales
----------------------------------------------- */
	html,body {margin:0px 0px 0px 0px; padding:0px; text-align:center; margin: 0pc;}
	body {font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana; color: #444; background: #fff;}
	img {border: 0px;}
	
/* doc */	
	#doc {width: 900px; margin:40px auto 40px auto; text-align:left;}
	.contenido {width: 898px; padding: 7px 0px 5px 0px;min-height: 500px;float: left;background: #fff; border: 1px solid #666;}

	
/* home */	

.tagline {
	text-align: center; width: 100%; padding-top: 200px; font-size: 20px;
}
.tagline a {
	color: #888; text-decoration: none;
}
.tagline a:hover {
	color: #c00;
}

/* capas */
	#cuadros {
		float: left;
		width: 320px;
	}
	#texto {
		float: left;
		width: 578px;
	}
	#formulario {
		float: left;
		width: 578px;
		border-top: 1px solid #ccc;
		padding: 5px 0px 10px 0px;
		margin: 25px 0px 0px 0px;
	}
	.sujetaFoto {
		width: 275px;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		text-align: left;
	}
	.sujetaFoto a {
		font-size: 15px;
		background: #fff;
		text-decoration: none;
		color: #444;
	}

	.solapa {
		padding: 0px 0px 0px 0px; background: #f6f6f6; float: left;
		margin-bottom: 2px;
	}
	.sujetaFoto a img {
		border: 1px solid #000;
		width: 275px;
		height: 195px;
	}
	
	.Arte a img {
		height: 115px;
	}
	
	
	#solapa01 {
		background: url('/img/dot.gif') no-repeat 0px 7px;
		color: #444;
		padding-left: 12px;
	}
	.miniatura {
		width: 90px; height: 90px; background: #aaa; float: left; margin-right: 10px; margin-bottom: 10px; border: 1px solid #000; text-decoration: none;
	}
	h1 {
		font-size: 40px;
		color: #aa0000;
		padding: 11px 0px 0px 0px;
		margin: 0px;
		font-family: georgia;
		font-weight: normal;
	}
	h1 a {
		text-decoration: none;
		color: #aa0000; 
	}
	h2 {
		font-size: 12px;
		font-weight: normal;
		padding: 0px 0px 0px 0px;
		margin: -11px 0px 0px 0px;
		letter-spacing: 7px;
		color: #823c74;
	}
	h2 a {
		text-decoration: none;
		color: #823c74;
	}
	h2 a:hover {
		color: #c00;
	}
	.pulsado {
		color: #000;
	}
	label {
		font-size: 10px;
		display: block;
	}
	input, textarea {
		font: normal 12px "trebuchet ms";
		border: 1px solid #ccc;
		padding: 3px;
	}
	input {
		width: 180px;
	}
	#boton {
		margin: 10px 0px 0px 0px;
		background: #f5f5f5;
		border: 1px solid #ccc;
		width: 75px;
		letter-spacing: 2px;
	}
	p {
		padding: 0px 0px 0px 0px;
		text-align: justify;
	}
	.pTextos {
		width: 550px;
		float: left;
	}
	.medallon {
		float: right;
		width: 168px;
		text-align: right;
		padding: 0px 30px 0px 0px;
		margin: -50px 0px 0px 0px;
	}
	h3 {
		font: bold 13px "trebuchet ms";
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}
	#estado3 {
		position: absolute;
		top: 120px;
		left: 380px;
		width: 360px;
		height: 380px;
		border: 5px solid #0085D3;
		background: #fff;
		z-index: 2;
		text-align: center;
		color: #006A8A;
		padding: 20px 10px 10px 10px;
	}
	#estado3b {
		position: absolute;
		top: 125px;
		left: 385px;
		width: 390px;
		height: 420px;
		background: #ccc;
		opacity: .5; filter: alpha(opacity=50);
		z-index: 1;
	}
	#estado3 h2 {border-bottom: 1px solid #0085D3;}
