* {
	outline: none;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Arial;
	font-size: 0.68em;
	color: #000;
}
#global,#header,#central,#pie{
	width: 770px;
	margin: 0 auto;
}
#header{
	height: 182px;
	background: #FFF url("../images/titulo.png") no-repeat;
}
#header h1{
	display:none;
}
#central{
	height: 507px;
}	
#lateral{
	float: left;
	width: 260px;
	height: 507px;
	background: #FFF url("../images/lateral.png") no-repeat;
}
#contenido{
	clear: right;
	margin-left: 260px;
	width: 505px;
	height: 507px;
}
#contenido p{ padding-top: 80px; text-align:center; font-size: 28px; font-style: italic; letter-spacing: 1px;}
#pie {
	background: #FFF url("../images/pie.png") no-repeat;
	height: 150px;
	text-align: center;
	font-size: 1.5em;
}
#pie p{
	padding-top: 115px;
}
#pie p span{
	font-weight: bold;
}

a:link,a:active,a:visited{
	color: #FC8000;
}
a:hover{
	color: #222;
}