body
{
	text-align: center;
	background-image: url(../imagenes/fondo_madera.png);
	background-repeat: repeat;
}

#documento
{
	/*background-image: url(../imagenes/fondo_legajo.png);
	background-repeat: no-repeat;*/
	width: 800px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#titulo
{
	width:470px;
	height:50px;
	/*background-image: url(../imagenes/titulo.png);
	background-repeat: no-repeat;*/
	position: absolute;
	left: 200px;
	top: 50px;
}
#titulo h1
{
	visibility: hidden;
}

#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #660000;
	text-align: center;
	list-style-type: none;
	list-style-image: url(../imagenes/ico_lagartija.gif);
	position: absolute;
	left: 80px;
	top: 110px;
	width: 115px;
}

#menu a
{
	color: #660000;
	text-decoration: none;
}

#menu a:hover
{
	color: #006600;
	font-size: 12px;
}

#menu .seleccionado
{
	color: #006600;
	font-size: 12px;
}

#polaroid
{
	/*background-image:url(../imagenes/fondo_polaroid.png);
	background-repeat: no-repeat;*/
	width: 250px;
	height:	250px;
	position: absolute;
	left: 10px;
	top: 256px;
}

#foto
{
	width: 188px;
	height: 171px;
	position: absolute;
	left: 28px;
	top: 33px;

}

#titulo_foto
{
	width: 149px;
	height: 91px;
	position: absolute;
	left: 84px;
	top: 143px;
}

#galeria
{
	text-align: center;
	position: absolute;
	left: 300px;
	top: 400px;
}

#mini_img
{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}

#mini_img img
{
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}

#texto
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	width: 450px;
	position: absolute;
	left: 275px;
	top: 130px;
}

#texto a
{
	color: #006600;
	font-weight: bolder;
	text-decoration: underline;
}

#texto h3
{
    color: #330000;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 5px;
}

#texto hr
{
    width: 100%;
	background-color: #330000;
}

#aclaracion
{
    font-style: italic;
    font-size: 10px;
}
