@charset "UTF-8";
#fichaMonumento/* CSS Document */

 {
	float: left;
	width: 736px;
	margin-bottom: 20px;
	background-image: url(../images/bg_top_ficha_monumento.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1272D;
	border-bottom-color: #C1272D;
}
.topfichaMonumento   {
	font-weight: bold;
	font-size: 11pt;
	display: block;
	padding-top: 3px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.fotoIzquierda {
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.fotoDerecha {
	float: right;
	width: 350px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.textoMonumento {
	float: left;
	width: 360px;
	text-align: left;
	padding: 5px;
}
