* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
	color: #646464; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	
}

#alrededor {
	height: 580px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}/* los "li" son para los botones y sus propiedades*/
#principal {
	background-image: url(http://www.angelicamaria.com.mx/lightbox/galeries/tele/tele.png);
	background-position:center;
	background-repeat: no-repeat;
	border: 0px #FFFFFF solid;
	height: 580px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#colder { 
     margin:305px 0px 0 339px; 
	 height: 25px;
	 float:left;
	 padding: 15px 15px 0 0;
}
#colder li {
	display:block;
	float: left;
	height: 25px;
	width: 95px;
}

#colder li a{
	color: #FFFFFF;
	display: block;
	float:left;
	height: 25px;
	letter-spacing: 1px;
	padding: 0px 0;
	text-decoration: none;
	width: 95px;
}
/*aqui se puede poner imagen para "prender" el boton*/
#colder li a:hover {
	background-repeat: repeat-x;
	color: #e3004f;
	display: block;
}
/*aki abajo se arreglan la posicion de los botones*/
#colder ul{
	background-repeat: repeat-x;
	clear: both;
	display: block;
	float:left;
	height: 25px;
	position:relative;
	width: 725px;
}


