@charset "iso-8859-1";
/* Francisco Javier Alonso Álvarez */
/* para 27º Memorial Belarmino Alonso de Campo a Través, 2005 */
body		{
				font-family: 'arial', 'helvetica', 'sans-serif';
				background-color:#3c746b;
				margin:0
				}
a				{
				color:white;
				}
a:hover	{
				text-decoration:underline;
				}
#cabecera {
				width:100%;
				}
#cabecera h1 {
				display: inline;
				}
#cabecera p {
				display: inline;
				}
#menu		{
				width:100%;
				}
#menu	li {
				float:left;
				margin-left:1em;
				}
#titulo {
				width:100%;
				height:240px;
				background-repeat:no-repeat;
				background-image:url('cabecera.jpg')
				}
#titulo h1 {
				font-weight: bold;
				text-align:left;
				color: white;
				position:relative;
				top: 170px;
				}
#cola td {
				border:solid 1px #659;
				}
.texto	{
				width:40em;
				background:white;
				}
.texto a	{
				color:#659;
				}
.texto caption	{
				color:#fff;
				font-weight:bolder;
				}