@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	background:  #666666 url('fondo/rayado_bg_s.png')  50% 0; 
	color: #666666;
	text-align: center; 
	background-attachment: fixed;
	text-transform: none;
	}

#head{
	position:relative;
	border:0px;
	margin: 0px;
	z-index:3;
	height:160px;
}

#todo{
	position:relative;
	border:0px;
	margin: 0px;
	top: 0px;
}

	
#partes{
    background-image: url(fondo/fondo_g.png);
	background-attachment:fixed;
	background-position: top center;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	width:1000px;
	padding: 5px;
	overflow: hidden;
}

#editors{
	width:100%;
	margin-top:15px;
	padding-top:15px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	border:0px;
	margin: 0px;
	margin-bottom:5px;
}

#parte1{
	width:70%;
	position:relative;
	float: left;
	z-index:1;
	padding-left:15px;
	margin-top: -20px;
}
	
#foto{
	width:15%;
	float:right;
	position:relative;
	margin-right:2%;
	margin-top:5%;
	z-index:1;
}

#titulo	{
	
	position:relative;
	width:100%;
	margin-top:40px;
	/*margin-left:15px;*/
}


