* {
margin: 0; padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #fff;
font-size:11px;
}

html{
height:100%;
}

a, a:hover, a:visited{
color:#7c7c7c;
text-decoration:none;
}

h3{
font-size:12px;
}

a:hover{
color:#01B9FF;
}
	 
	#envoltura {
		clear: both;
		margin: 0 auto;
		overflow: hidden; 
		height:800px;
		width: 100%;		
		position: relative;
	}
	 
	#dentro {
		width: 100%;
		height: 100%;
		background: url(imgs/fondo.jpg) center center no-repeat;
		position: relative;
	}

	 
		#contenido1 {
			position: absolute;
			left: 0; 
			top: 0px;
			background:url(img/f1.gif) center top;
			height:800px; 
			width: 100%;
		}
		 
		#contenido2 {
			position: absolute;
			left: 0px; 
			top: 800px;
			background:url(img/f2.gif) center top;
			height:800px;
			width: 100%;
		}
		 
		#contenido3 {
			position: absolute;
			left: 0px; 
			top: 1600px;
			background:url(img/f3.gif) center top;
			height:800px;
			width: 100%;
		}
		
		#contenido4 {
			position: absolute;
			left: 0px; 
			top: 2400px;
			background:url(img/f4.gif) center top;
			height:800px;
			width: 100%;
		}
		
		#contenido5 {
			position: absolute;
			left: 0px; 
			top: 3200px;
			background:url(img/f5.gif) center top;
			height:800px;
			width: 100%;
		}
		
		#contenido10 {
		position:absolute;
		left:50%;
		top:30px;
		margin-left:-300px;
		}
		
#basic-accordian{
	width:600px;	
	z-index:2;
	
	
	
	
}

.accordion_headings{
	background:#000;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius:17px;
	padding:7px 10px;
	margin:2px 0 0 0;
}


.accordion_child{
	padding:10px 30px;
	background:#fff;
	color:#000;
	margin:0 17px;
	
}

.header_highlight{
	}
	
	
.accordion_child span{
color:#ff7e00;
}

#buena a{
position:absolute;
background:#01C2FF;
color:#FFFFFF;
display:block;
padding:25px 10px 5px 10px;
-moz-border-radius:100px;
top:570px;
left:50%;
margin-left:350px;
width:70px;
height:60px;
font-size:10px;
text-align:center;
vertical-align:middle;
}

#buena a:hover{
background:#FF25BD;
}
