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

body {
	background-color: #000000;
	color: #D4BFAA;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
	a {
	color: #AA5FFF;
	}
	#contenedor {
	padding:0px;
	height:100%;
	width:100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	}
	#contenido {
	height:768px;
	width:1024px;
	margin:0px auto;
	width:1024px;
	background-image:url(fondocontacto1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	}
	#botones {
	height:300px;
	width:240px;
	margin-top: 150px;
	margin-left: 120px;
	float: left;
	list-style-type: none;
	}
	#botones li {
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	#textocontacto {
	height:300px;
	width:500px;
	float: right;
	margin-right: 100px;
	margin-top: 150px;
	}
	
	

