#prueba-efectos {
	margin-top: 20px;
	margin-bottom: 20px;
}

#prueba {
	width: 80px;
	height: 30px;
	padding: 5px;
	background-color: #B4C24B;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

#probador {
	width: 473px;
	height: 400px;
	border: 1px solid #B4C24B;
	overflow:hidden;
}

#prueba-efectos input{
	height:15px;
}
#prueba-efectos select{
	height:20px;
}

#opciones {
	margin-bottom: 10px;
}

#botonera {
	margin-bottom: 10px;
	margin-top: 10px;
}

.boton{
	border: 1px solid #B4C24B;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
.boton:hover {
	color: #ffffff;
	background-color:#B4C24B
}

.agregar img{
	border: none;
}

#duration, .value {
	width: 50px;
}

#codigo-fuente {
	width: 473px;
	height: 100px;
	border: 1px solid #B4C24B;
	overflow: scroll;
}

