body {
	background: white;
	}
#container {
	padding: 0px 0px 0px 0px;
	background: url("img/cuerpo.jpg") repeat-y;
	text-align:left;
	position: relative;
	margin: 0 auto;
	width: 715px;
	}
#intro {
	width: 715px;
	}
#pageHeader {
	width: 715px;
	height: 177px;
	background: url("img/cabezera2.jpg") no-repeat;
	}
#content {
	margin: 10px 10px 10px 10px;
	padding: 20px 50px 0px 120px;
	font-family: Lucida Grande, Trebuchet, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #555;
	text-align: justify;

	}
#foot {
	background: url("img/pie.jpg") no-repeat;
	width: 715px;
	height: 177px;
	}
#foot-principal {
	background: url("img/pie-con-libro.jpg") no-repeat;
	width: 715px;
	height: 177px;
	}
a:link {
	font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	}
a:visited {
	font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
a:hover {
	font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img a img, .photo-thumbs a img {
        padding: 5px;
        background-color: #e6e6e6;
        border: 2px solid #ccc;
        -moz-border-radius: 2.5px;
        border-radius: 2.5px;
        border-width: 1px 2px 2px 1px;
}
img a:hover img, .photo-thumbs a:hover img {
        background-color: #f0f0ff;
        border-color: #bbc;
}
.imgbox a img {
        padding: 10px;
}
#lista {
		text-align: center;
		font-weight: bold;
		}
h1 {
		text-align: center;
		font-weight: bold;
	}
.img-left {
		float: left;
		margin: 20px;
		}
.img-right {
		float: right;
		margin: 20px;
		}
