html, body {
	background-color:#F0FFC8;
}
#web {
	background:url("fondo_tmp.gif") no-repeat 0 0 transparent;
	margin:10em auto 0;
	height:13em;
	width:59em;
}
#web h1 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-left: 20%;
    padding-top: 1.5em;
    text-align: center;
    width: 72%;
}
#web p {
    color: #FFFFFF;
    font-family: arial;
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 20%;
    padding-top: 1em;
    text-align: center;
    width: 72%;
}
#web p a {
	color: #FFFFFF;
}
