body{
	margin:0px;
	background:url(../images/fdo.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#header{
	position:fixed;
	top:0px;
	width:100%;
	height:90px;
	background:#000000 url(../images/headerFdo.png) repeat-x top left;
	z-index:10000;
}
#logo{
	position:relative;
	float:left;
	width:300px;
	height:60px;
	margin:10px 30px 10px 30px;
}
.menu{
	position:relative;
	float:right;
	margin:28px 30px 30px 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#FFFFFF;
}
.menu a{
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover{
	color:#0099CC;
	text-decoration:none;
}
#wrapper{
	position:relative;
	width:920px;
	margin:110px auto 0px auto;
	background:url(../images/fdoWrapper.jpg);
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
}
#wrapper h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#09C;
	margin:0px 0px 10px 0px;
}
#wrapper h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#999;
}
#wrapper a{
	color:#09C;
	text-decoration:none;
}
#wrapper a:hover{
	color:#09C;
	text-decoration:underline;
}
#contenido{
	position:absolute;
	background:url(../images/fdoWrapper.jpg);
	height:auto;
	padding:20px;
}
#fotos{
	position:relative;
	float:right;
	height:auto;
	padding-left:20px;
	border-left:1px solid #CCC;
	margin:0px 0px 30px 20px;
}
#footer{
	position:relative;
	clear:both;
	width:880px;
	height:auto;
	background:#003;
	margin:30px 0px 0px 0px;
	padding:20px;
	font-size:11px;
	color:#FFFFFF;
}
#tw{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	margin:0px 0px 0px 20px;
	border:0px;
}
#fb{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	margin:0px 0px 0px 20px;
	border:0px;
}
#fbShare{
	position:relative;
	float:right;
	width:78px;
	height:25px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
#twShare{
	position:relative;
	float:right;
	width:68px;
	height:20px;
	overflow:hidden;
	margin:10px 10px 0px 0px;
}