@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#900E4D;}
a:hover{color:#E7157B;}
a img {border-width:0;}


body{
	background-color:#AC185F;
	font-family: "Copperplate Gothic Light", Verdana, Arial, Helvetica, sans-serif;	
	font-size:13px;
	font-weight:normal;
	color:#472A0B;
	background-image:url("img/fondo.gif");
	background-position:top;
	background-repeat:repeat-x;
}

#todo{
	position:relative;
	margin:10px auto;
	width:950px;
	border:#F0D988 2px solid;
}

#superior{
	display:block;
	margin: 5px 5px 0 5px;
	width:940px;
	height:201px;
}

#superior img{
	border-bottom:#F0D988 1px solid;
}

#flash{
	position:absolute;
	left:330px;
	top:5px;
}

#menu{
	position:absolute;
	left:330px;
	top:169px;
	width:615px;
	background-color:#5F002E;
	text-align:center;
	padding: 8px 0;
	border-color:#F0D988;
	border-style:solid;
	border-width: 1px 0;
	height:19px;
}

#menu a{
	letter-spacing: 2px;
	padding:8px 20px;
	color:#E7C85D;
	font-size: 14px;
	font-weight:bold;
	background-image:url("img/separador.gif");
	background-position:right center;
	background-repeat:no-repeat;
}

#menu a:hover{
	color:#ffffff;
}

#central{
	background-image:url("img/fondo-central.gif");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F9EEC7;
	margin: 5px;
	padding: 15px 620px 15px 20px;
	width:300px;
	height:435px;
}

h1
{
	letter-spacing: 3px;
	font-size:22px;
	color:#7F0841;
	padding: 20px 0;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 8px 0;
	font-size:13px;
	color:#0F4F26;
}

#foto{
	position:absolute;
	left:340px;
	top:230px;
	width:580px;
	height:420px;
	border:#5F002E 1px solid;
}

#inferior{
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	width:960px;
	font-size:11px;
}

#inferior a{
	color:#FFE077;
}

#inferior a:hover{
	color:#E7BB23;
	text-decoration:underline;
}

