/* CSS Document */

#caja{
    margin-top:30px;
	width: 460px;
	background-color:#e0cea7;
	border: 1px dotted #a4987d;
	padding:5px 3px 3px 3px;
}
#caja ul{
	margin-left:10px;
	padding:8px 3px 10px 4px;
	}
#caja li{
	display:block;
	padding:3px 0 0 4px;
	text-align:left;
}
.fila{
	clear:both;
	background-color:#c8b793;
	padding:1px 0px 0px 0px;
}
.fila span.columna1{
	float: left;
	width: 100px;
	text-align: center;
	padding: 0 0 0 0;
}
.fila span.columna2{
	float: left;
	width: 40px;
	text-align: center;
	margin-left: 10px;
	padding: 0 0 0 0;
}
.fila span.columna3{
	float: left;
	width: 280px;
	text-align: center;
	margin-left: 10px;
	padding: 0 0 0 0;
}
h2 {
	padding:0px;
	background-color:#beae8c;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	color: #5d4640;
}
#recorte1{
	width:308px;
	height:198px;
	float:left;
	background-image:url(../imagenes/actuaciones01.jpg);
	background-repeat:no-repeat;
	margin-right:10px;
}
#recorte2{
	width:178px;
	height:267px;
	float:right;
	background-image:url(../imagenes/santurtzi87.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
#tactuaciones2{
	background-image:  url(../imagenes/titulos/tactuaciones2.jpg);
	height:58px;
	background-repeat: no-repeat;
	background-position: center ;
	margin:20px o 20px 0;
}

h4 {
	padding:10px 0 5px 0px;
	text-align: center;
	font-size: 1.1em;
	color: #5d4640;
}

#espacio{
	clear:both;
}

