@charset "utf-8";
/* CSS Document */

body {
	background-color:#EAE5DC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#CFD1D2;
	background-image:url(../img/bg-fondo.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	color:#81725e;

}

a:link{ color:#81725e; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
a:visited{color:#81725e; text-decoration:none;}
a:active{color:#81725e; text-decoration:none;}

img{border:0px;}

#Contenedor{
	width:900px;
	margin:0 auto;
	background-image:url(../img/bg-fondoimagen.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#ContIzquierda{
	float:left;
	width:177px;
	/*background-color:#005187;*/
	background-color:#81725e;
	}
	
#Contacto{
	margin:10px;
	color:#FFF;
}




#ContDerecha{
	float:left;
	margin-left:20px;
	width:500px;
}
	
#ContDerecha #Cabecera{
	float:left;
	width:498px;
	height:110px;
	text-align:right;
	border-bottom:1px solid #81725e;
}

#ContDerecha #Menu{
	float:left;
	width:480px;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#FFF;
	border:1px solid #81725e;
}

#ContDerecha #Nav{
	float:left;
	width:480px;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#FFF;
	border:1px solid #81725e;
	text-align:right;
}
#ContDerecha #Intro{
	float:left;
	width:478px;
	border:1px solid #81725e;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#FFF;
}

#ContDerecha #Intro ul{
	list-style:none;
		display:block;
}

#ContDerecha #Intro li{

	margin:5px 0 5px 0;
}


#ContDerecha .Obras{
	float:left;
	width:400px;
	margin:10px 0 10px 0;
}

.ObraFicha{
	float:left;
	width:163px;
	margin:0;
}
.Obratitulo{
	float:left;
	width:173px;
	margin:0 0 0 10px;
	font-weight:bold;
}

.ObraDescripcion{
	float:left;
	width:290px;
	margin:0 0 0 10px;
	font-weight:bold;
}
.lupa{
	position:absolute;
	width:20px;
	height:20px;
	background-color:#FFF;
	left:952px;
	top: 213px;
	}

.titulo{
	font-size:14px;}





.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

