		* {
		margin:0;
		padding:0;
		}
		
		body {
		color:#333;
		font:62.5% Arial, Helvetica, sans-serif;
		width: 100%;
		height:1%;
		background:#1b3654 url(../img/bg-body.jpg) 0 0 repeat-x;
		}
		
		a {
		outline:0;
		color: #6CA4D3;
		}
		
			a:hover {
			color: #B4D4ED;
			text-decoration: underline;
			}
		
		ul {
		display:block;
		position:absolute;
		width:380px;
		right:10px;
		top: 151px;
		color:#BFF4FB;
		font-size:1.1em;
		font-style:italic;
		line-height:1.6;
		list-style-type: square;
		font-weight:bold;
		}
		
		#portada {
		width:960px;
		height:700px;
		margin:0 auto;
		background:transparent url(../img/podomax.jpg) center top no-repeat;
		position: relative;
		}
		
		p {
		color:#5198CE;
		font-size: 1em;
		position: absolute;
		display:block;
		width:710px;
		left:50%;
		margin:0 0 0 -355px;
		bottom:30px;
		text-align: center;
		text-transform: uppercase;
		border-top:1px solid #75a1d3;
		padding:0.9em 0;
		}