body
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('http://musicaadventista.orgfree.com/images/iasd1.jpg');
	background-color: #eff;
	margin: 10px;
}

a
{
	color: #0000ff;
	text-decoration: underline;	
}

a:hover
{
	color: #ff0000;	
}

h1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
	border-bottom: 1px dotted #000000;	
}

#wrapper
{
	
}



#main-header
{
	height: 100px;
<!--
	background-image: url('http://musicaadventista.orgfree.com/images/iasd1.jpg');
-->
	background-repeat: no-repeat;
	background-position: center left;	
	background-color: #ffffff;
	margin-bottom: 10px;
}

#main-left
{
	width: 225px;
	float: left;	
}

#main-right
{
	width: 225px;
	float: right;
}

#main-content
{
	margin-left: 225px;
	margin-right: 225px;
	float: center;	  
<!--
                     background-image: url('http://musicaadventista.orgfree.com/images/iasd1.jpg');
-->
	background-color: none;
	padding: 4px;
	border: 0px solid #000000;
	margin-bottom: 10px;
}

#main-footer
{
	margin-left: 225px;
	margin-right: 225px;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #000000;	
}

.box
{
	padding: 0;
	border-radius: 0.7em ;
	margin-bottom: 10px;
	background-color: white;
  border: 2px solid #1955fc;
}

.box span
{
	display: block;
	font-weight: bold;
	border-radius: 0.4em;
	padding: 4px;
	background-color:    DEEPSKYBLUE

;
}

.box a
{
	display: block;
	color: #0000ff;
	text-decoration: none;
	padding: 4px;	


  border-radius: 0.5em;
}

.box a:hover
{
	background-color: #33ffff;	
  border-radius: 0.5em;
}

.news
{
	padding: 4px;	
}

.news span
{
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #000000;	
}



.navitem
{

	font-family: Times New Roman, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;

}


.container-boton
{ 
    background-color: #2e6329; 
    border: 1px solid #fff; 
    position: fixed; z-index: 999; 
    border-radius: 50%; 
    bottom: 20px; 
    right: 25px; 
    padding: 25px; 
    transition: ease 0.3s; 
    animation: efecto 1.2s infinite;

} 

.container-boton:hover

{
   transform: scale(1.1); 
   transition: 0.3s;
} 

.boton
{ 
    width: 80px; transition: ease 1s;
} 

@keyframes efecto

{ 0%{ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85); 

} 100%
{ 

box-shadow: 0 0 0 25px rgba(0, 0, 0, 0); }



