/* CSS Document */
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif ;
	font-size: 12px;
	line-height:22px;
	color: #d9d9d9;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/web/fondo-de-pagina.png);
	background-repeat: no-repeat; 
	background-position:top center;
	background-color: #2a2a2a;

}

.texto_de_contenidos {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #d9d9d9;
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.pie_de_pagina {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #d9d9d9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.ficha_de_museo {
    height: 555px;
    padding: 38px 480px 0 86px;

}

.modificar-texto {
	float:left;
	z-index:1;
	position: fixed;
	margin-left: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto_enlace {color: #d9d9d9}
a {
	font-size: 11px;
}
a:link {
	color:#d9d9d9;
	text-decoration: none;
}
a:visited {
	color: #d9d9d9;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: right;
}

.pic_area
{
	padding:0 21px 32px 24px;
	position:relative;
}

.pic
{
	position:absolute;
	height:133px;
	width:133px;
	top:18px;
	left:50px;
}

.inner_con_middle
{
	padding:0 65px 50px 18px;
}

.inner_middle_left
{
	width:460px;
	float:left;
}

.inner_middle_left a
{
	margin-right:12px;
	float:left;
}

.inner_middle_right
{
	width:412px;
	float:right;
	text-align:right;
}
	
