@charset "UTF-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	
	}
body{
	background:url(img/fondod.jpg);
	}

#wraper{
	width:1024px;
	height:708px;
	background:#69F url(img/layoutfondo.jpg) no-repeat left top;
	margin:0 auto;
	
	}
#footer{
	width:1024px;
	height:64px;
	background:url(img/footer.jpg) no-repeat left top;
	margin:0 auto;
	}
#content{
	width:1024px;
	height:708px;
/*	background:#000;*/
	
	}
#sidebar1{
	width:300px;
	float:left;
	/*background:#FF0;*/
	height:708px;
	}
#contenido{
	width:484px;
	/*background:#F60;*/
	height:708px;
	float:left;
	}
	A:link, A:visited { text-decoration: none;
color:#060;}

A:hover { color:#300}
#sidebar2{
	font-family:Verdana, Geneva, sans-serif;
	color:#060;
	width:240px;
	float:left;
	/*background:#F00;*/
	height:708px;
	}
#menu1{
	padding:100px 10px;
	}
#menu1 ul{
	list-style:none;
	}
#menu2{
	padding:20px 80px;
	}
#menu2 ul{
	list-style:none;
	}
.p1{
	padding:0px 0px 10px 20px;
	
	}
	.p2{
	padding:0px 0px 10px 30px;
	
	}
	.p3{
	padding:0px 0px 10px 40px;
	
	}
	.p4{
	padding:0px 0px 10px 30px;
	
	}
	.p5{
	padding:0px 0px 10px 40px;
	
	}
	.p6{
	padding:0px 0px 10px 30px;
	
	}
#botonweb{
	padding-top:300px;
		
	}
#imagen{
	padding-top:40px;
	text-align:left;
		
	}