	#container {
	width: 950px;
	margin: 5px auto;
	text-align: left;
	background-color: #fff;
	color: #666;
	border: 1px solid #000;
}
	
	#header {
	background: url(images/headerimages/rotator.php) no-repeat;
	color: #666;
	padding: 2px 15px 2px 15px;
	font-family: "Trebuchet MS", Times, serif;
}
	
	#sidebar {
	width: 200px;
	padding: 10px;
	float: right;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
	
	#main {
		padding: 10px;
		margin-right: 225px;
	}
	
	#footer {
		clear: both;
		background-color: #eee;
		color: #ccc;
		padding: 1px;
		text-align: center;
	}
	#contentbox{
	padding: 0px 15px 0px 15px;
	margin: 20px 0px 20px 0px;
	height: auto;
	border: 1px solid #E1E1E1;	
	}

/**/	
	body {
		/*background-color: #666;*/
		background: #EFF3FF url(images/fondo.png) repeat-x;
		text-align: center;
		margin: 0px;
		font: 10pt Arial, Helvetica, sans-serif;
	}
	
	/* estilos morralla */
	#header a:link,a:active,a:hover,a:visited{
	text-decoration: none;
	color: White;
  }
  
	#contentbox a:link,a:active,a:visited{
	text-decoration: none;
	color: Blue;
   }
	#contentbox a:hover{
	text-decoration: underline;
	}
	
	#header h2 {
		font-style: italic;
		color: #ccc;
	}
	
	#sidebar h3 {
	font-style: italic;
	color: #00CED1;
   }
	
	
	#footer a:link,a:hover,a:active,a:visited {
	color: Aqua;
   }
  
   #footer img{
   	border: none;
   }
