* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 5px 30px auto;
	padding: 0;
	font: 85% georgia, "times new roman", palatino, serif;
	text-align: center;
	background-color:#000000;
	}
#main{
	margin: 0 auto;
	width: 900px;
	height:675px;
	margin-top: 70px;
	z-index: 2;
}
#content{
	position:absolute;
	top:150px;
	left:52%;
	width:400px;
	padding:10px;
	text-align:right;
}


hr{
	color:red;
}
.fondorange{
	background-color:#FFE4C4;
	text-align:left;
}


a {
	text-decoration:none;
	color:red;
}
a:hover{
	text-decoration:none;
	color:white;
}
a:visited{
	text-decoration:none;
	color:red;
}	

/* igal */

.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 5;
}

.thumb {
  background-color: #000000;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

