    BODY {
  
  text-align:center;
  color:#eee;
 font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:13px;
  line-height:16px;
  background:url(main-bg.jpg) #cc0000 0 0 repeat-x;
  margin:0px;
  padding:0px;
}



/* Presentation Stylesheet */ 
p {
 padding: 0px 0px;
 margin:0px;
 }

 
 
 /* Layout Stylesheet */ 
	 
#entrada {
	width:850px;

	background-color:#000;
	margin:0px auto;
	padding:0px;
	height:100%;
	}
	
	
	
	#entrada #ninos {
	width:100%;
	padding:0px;
	border-top: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	}
	
	
	#slogan {
	margin-top:10px;
	width:500px;
	float:right;
	text-align:center;
	margin-right:10px;
	
	}

	.ratlla{
		width:850px;
		height:1px;
		background-color:#CC0000;
		margin-bottom:0px;
		margin-top:0px;
		}
		.logo{
		margin:15px;
		}